-
Java手机/PDA与服务器数据库连接的源代码,包括HTTP方式与SOCKET方式...
Java手机/PDA与服务器数据库连接的源代码,包括HTTP方式与SOCKET方式-Java mobile phone/PDA with the server database connection
- 2022-02-26 13:36:37下载
- 积分:1
-
一个简单的例子SSH2,实现用户登录登记的主要特征
一个简单的SSH2例子,主要实现了用户登录注册功能-A simple example of SSH2, the main feature to achieve a user login register
- 2023-04-14 02:05:03下载
- 积分:1
-
webservice压力测试模拟器,可以并发的同时测试多台服务器的性能....
webservice压力测试模拟器,可以并发的同时测试多台服务器的性能.-stress testing webservice simulator can be complicated at the same time test the performance of multiple servers.
- 2022-02-05 11:01:56下载
- 积分: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
-
java 写excell文件,里头含字符/金额/日期等格式。提供给客户下载使用...
java 写excell文件,里头含字符/金额/日期等格式。提供给客户下载使用-java write excel document, containing characters Erlitou/amount/date format. Provided to customers downloading
- 2022-01-23 10:28:55下载
- 积分:1
-
mail procedures of a java
发送邮件的一个java程序-mail procedures of a java
- 2022-04-09 14:15:39下载
- 积分:1
-
运行环境:JSP+MYSQL
运行环境:JSP+MYSQL-runtime environment : JSP MYSQL
- 2022-06-29 22:51:22下载
- 积分:1
-
自己写的一个字符替换的Util,支持正则表达式!
自己写的一个字符替换的Util,支持正则表达式!-himself wrote a character replacement Util support regular expression!
- 2022-11-25 09:55:02下载
- 积分:1
-
用JAVA语言编写的一个花的图形
用JAVA语言编写的一个花的图形-with Java language of a graphic flower
- 2022-08-18 02:18:43下载
- 积分:1
-
使用junit进行单元测试的例子,供大家参考!
使用junit进行单元测试的例子,供大家参考!-junit test
- 2022-01-22 15:27:04下载
- 积分:1