-
大连cstp学校课堂练习,java编写的学籍管理系统
大连cstp学校课堂练习,java编写的学籍管理系统-Dalian cstp school classroom exercises, java, prepared by school management system
- 2023-03-25 04:50:03下载
- 积分:1
-
本软件为绿色软件,解压缩后可以直接运行,特别方便存于闪存中,使用时可直接点击node.exe打开。 备份资料只需要备份data目录,软件升级只需要升级web目录...
本软件为绿色软件,解压缩后可以直接运行,特别方便存于闪存中,使用时可直接点击node.exe打开。 备份资料只需要备份data目录,软件升级只需要升级web目录。-software for the green software solutions can be compressed to run, especially convenient stored in flash memory, the use of direct hits node.exe open. Only backup data backup data directory, software updates only need to upgrade the web.
- 2022-08-07 12:45:17下载
- 积分: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并有一定基础的想练练手的朋友提供一个很好的学习参考的素材。...
网吧计费管理系统的Java实现,可以给爱好Java并有一定基础的想练练手的朋友提供一个很好的学习参考的素材。-Internet cafe billing management system for Java to achieve, can give love and to have a certain Java-based hand练练friends would like to provide a good learning reference material.
- 2022-09-23 13:50:03下载
- 积分:1
-
基于java的xsl程序5
基于java的xsl程序5-the xsl procedures 5
- 2022-03-26 10:21:15下载
- 积分:1
-
JAVA 2面向对象程序设计(随书范例程序)4
JAVA 2面向对象程序设计(随书范例程序)4-6.rar-Java 2 object-oriented programming (with the book paradigm procedures) 4-6.rar
- 2022-06-12 18:12:30下载
- 积分:1
-
在eclipse下开发的求平面上两点之间的最短距离。通过随机在平面上生成无数个点,求其中两点间的最短距离,以及这两点。...
在eclipse下开发的求平面上两点之间的最短距离。通过随机在平面上生成无数个点,求其中两点间的最短距离,以及这两点。-the eclipse under development for the plane between two points is the shortest distance. Through random plane generated numerous points, two points for the shortest distance, and these two points.
- 2022-07-26 19:46:26下载
- 积分:1
-
Jdeveloper 程序
Jdeveloper 程序包括 web servicen, JAX-WS,存储过程、 SQL、 XML 等。
- 2022-02-04 22:55:06下载
- 积分:1
-
sql+struts+jsp
提供考试的一般需求
sql+struts+jsp
提供考试的一般需求-sql+ struts+ jsp general needs to provide examination
- 2022-04-23 05:55:07下载
- 积分:1
-
java Swing 做的计算器 课程设计
java Swing 做的计算器 课程设计 -java swing
- 2022-03-16 12:41:47下载
- 积分:1