-
SIP cmsenvelopeddata
sip CMSEnvelopedData
- 2022-02-02 21:43:37下载
- 积分:1
-
j2mexml解析代码,速度快,使用简单
j2mexml解析代码,速度快,使用简单-j2me xml developer
- 2022-02-15 14:09:09下载
- 积分:1
-
遗传算法参数优化
遗传算法参数优化-no
- 2022-09-23 06:55:03下载
- 积分:1
-
用JAVA开发的多用户聊天室希望能通过,
用JAVA开发的多用户聊天室希望能通过,-with JAVA development of the multi-user chat rooms hope that through, thank you
- 2022-03-17 23:53:30下载
- 积分:1
-
This is dociment userguide for using Jboss with ejb3
This is dociment userguide for using Jboss with ejb3
- 2022-07-23 20:04:36下载
- 积分:1
-
eclipse中开发的航空票务系统源代码,平台:Windows Xp
Java平台:JDK1.4
Server:Tomcat5.0.28
开发环境:...
eclipse中开发的航空票务系统源代码,平台:Windows Xp
Java平台:JDK1.4
Server:Tomcat5.0.28
开发环境:Eclipse3.1和Eclipse3.0
-eclipse in the development of aviation ticketing system source code, platform: Windows XpJava platform: JDK1.4Server: Tomcat5.0.28 development environment: Eclipse3.1 and Eclipse3.0
- 2022-12-03 03:55:06下载
- 积分:1
-
一个用ajax作的树插件,可以加载到工程里进行改写成自己的树。...
一个用ajax作的树插件,可以加载到工程里进行改写成自己的树。-For a tree with ajax plug-ins can be loaded into the work carried out into its own tree rewriting.
- 2023-02-21 23:05:04下载
- 积分:1
-
重写了servlet能实现乱码过滤,并能屏蔽敏感字符!
重写了servlet能实现乱码过滤,并能屏蔽敏感字符!-Rewrite the servlet filter can achieve garbled, and can shield sensitive characters!
- 2022-04-27 05:32:53下载
- 积分:1
-
java数组应用与学习
java数组应用与学习-application and learning
- 2022-04-16 00:15:41下载
- 积分:1
-
horrorshow.zipic类bitwisedemo {
horrorshow.zipic class BitwiseDemo {
static final int VISIBLE = 1
static final int DRAGGABLE = 2
static final int SELECTABLE = 4
static final int EDITABLE = 8
public static void main(String[] args)
{
int flags = 0
flags = flags | VISIBLE
flags = flags | DRAGGABLE
if ((flags & VISIBLE) == VISIBLE) {
if ((flags & DRAGGABLE) == DRAGGABLE) {
System.out.println("Flags are Visible and Draggable.")
}
}
flags = flags | EDITABLE
if ((flags & EDITABLE) == EDITABLE) {
System.out.println("Flags are now also Editable.")
}
}
}
-horrorshow.zipic class BitwiseDemo (sta Biomedical final int VISIBLE = a static final int DRAGGA i. = 2 static final int SELECTABLE static fin = 4 int al = 8 EDITABLE public static void main (Stri Vi args []) (int flags = 0 flags = flags | f VISIBLE lags = flags | DRAGGABLE if ((flags
- 2023-06-22 20:40:03下载
- 积分:1