-
java写得一个学生信息管理系统,附上所用数据库文件
java写得一个学生信息管理系统,附上所用数据库文件-java written in a student information management system used to attach database file
- 2022-09-16 06:05:03下载
- 积分:1
-
是一个移动公司网站的源代码
是一个移动公司网站的源代码-Is a mobile company
- 2022-05-05 22:51:43下载
- 积分:1
-
java 聊天
java 聊天-java chat
- 2023-04-10 13:00:03下载
- 积分:1
-
a java project about game
用JAVA实现俄罗斯方块游戏的设计,编译环境:Eclipse-a java project about game
- 2022-01-26 02:37:53下载
- 积分:1
-
ftp server and ftp client
ftp server and ftp client
- 2022-04-23 15:18:58下载
- 积分:1
-
很好的jsp 实用教程
很好的jsp 实用教程-good jsp Practical Guide
- 2022-05-12 10:39:52下载
- 积分:1
-
Java 编写的图书管理小程序。功能很简单,仅用于学习之用。
Java 编写的图书管理小程序。功能很简单,仅用于学习之用。-Written Java applet library management. Function is very simple, just for learning purposes.
- 2022-03-03 20:41:27下载
- 积分:1
-
creates on the many examples BEANS
j2ee关于BEANS的多个例子-creates on the many examples BEANS
- 2023-09-03 10:55:04下载
- 积分:1
-
java工具类函数
java工具类函数-Function
- 2022-03-16 02:09:21下载
- 积分: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