-
内容管理
内容管理-Content Management
- 2022-03-05 21:02:04下载
- 积分:1
-
基于网络的CS聊天程序,对于想学点网络编程的知识的同志很有帮助...
基于网络的CS聊天程序,对于想学点网络编程的知识的同志很有帮助-CS Web-based chat program, who want to learn network programming knowledge comrades helpful
- 2023-03-16 23:45:03下载
- 积分:1
-
servlet学习代码
servlet学习代码-Learning servlet code
- 2022-02-25 15:58:40下载
- 积分:1
-
use EJB development of the calculator
使用EJB开发的计算器 -use EJB development of the calculator
- 2023-08-15 05:30:03下载
- 积分:1
-
Java的书籍,一个专业人士所写 ,简单易懂并且幽默,很容易接受...
Java的书籍,一个专业人士所写 ,简单易懂并且幽默,很容易接受-Java books, written by a professional, easy-to-read and humorous, and very acceptable
- 2022-04-08 00:49:07下载
- 积分: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编写的飞鸽传书程序,实现了局域网间的文件传输功能
java编写的飞鸽传书程序,实现了局域网间的文件传输功能-ipsmg promgram using java ,It can transmit file from host to host.
- 2023-03-28 02:35:04下载
- 积分:1
-
说明在java压缩包中,解压就会看到相对应要实现的功能。
说明在java压缩包中,解压就会看到相对应要实现的功能。-note in java compressed, decompression will see corresponding to achieve function.
- 2022-01-27 17:08:49下载
- 积分:1
-
一个用java写的在线书店购物车的实现
一个用java写的在线书店购物车的实现-use a java write online bookstore Cart Implementation
- 2022-03-15 02:00:04下载
- 积分:1
-
包括完美数的是现代玛,c和java两个版本,如果不知道什么是完美数,这次就可以让你知道了...
包括完美数的是现代玛,c和java两个版本,如果不知道什么是完美数,这次就可以让你知道了-including several of the perfect modern Mary, c and java two versions, if we do not know what the number is perfect. This can let you know
- 2022-03-20 07:43:29下载
- 积分:1