-
java简单的线程程序。实现一个滚动的字符串
java简单的线程程序。实现一个滚动的字符串-java simple programming. Achieve a rolling string
- 2022-01-25 16:29:27下载
- 积分:1
-
用tcp,udp 实现的聊天室,都能正常运行,初学java网络编程的可参考...
用tcp,udp 实现的聊天室,都能正常运行,初学java网络编程的可参考-using tcp, udp achieve chat rooms, the normal operation of the network novice java programming reference
- 2022-03-23 03:58:45下载
- 积分:1
-
详细介绍的JAVA的多线程程序设计
详细介绍的JAVA的多线程程序设计-details of the multi-threaded Java Programming
- 2023-08-16 21:35:03下载
- 积分:1
-
如何测试一个对象所占的内存的大小,此题目在C中是比较好实现的,但是JAVA就没有提供专门的方法进行测试,你有没有好的建议?...
如何测试一个对象所占的内存的大小,此题目在C中是比较好实现的,但是JAVA就没有提供专门的方法进行测试,你有没有好的建议?-How to test an object the size of share memory, this topic is better in the C implementation, but JAVA is no way to provide specialized testing, do you have any good suggestions?
- 2022-11-03 08:25:03下载
- 积分:1
-
本系统充分利用了Java语言的平台无关性等众多优点,主要采用了Socket网络编程接口、多线程、输入输出流、Swing界面编程技术,为我们构建一个跨平台的真正畅...
本系统充分利用了Java语言的平台无关性等众多优点,主要采用了Socket网络编程接口、多线程、输入输出流、Swing界面编程技术,为我们构建一个跨平台的真正畅通的网络信息交换工具 。-the system makes full use of Java is platform independent and many other advantages, Socket mainly in the network programming interface, multithreading, input-output flow, Swing interface programming technology, we constructed a cross-platform real smooth information exchange network tools.
- 2022-01-26 05:11:48下载
- 积分:1
-
wap push 实现源码,包括相关api。
wap push 实现源码,包括相关api。-wap push to achieve source
- 2022-01-27 11:56:12下载
- 积分:1
-
db database programming procedures, yes, Oh. .
db数据库 的编程程序,不错的,-db database programming procedures, yes, Oh. .
- 2022-02-02 07:35:28下载
- 积分:1
-
JDBC示例
JDBC Sample
- 2022-03-11 08:04:17下载
- 积分:1
-
ejb3. 0 Entity bean, one
ejb3。0中实体bean,一对多原代码。非常适用于刚刚接触ejb3。0的朋友,里边写的很详细。相信大家看了之后就能明白其实很简单-ejb3. 0 Entity bean, one-to-many original code. Just very applicable to contact ejb3. 0 friend wrote inside the very detailed. I believe we saw after we can understand actually very simple
- 2022-02-25 18:07:35下载
- 积分: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