-
decompile java software, good!
java反编译软件,不错的喔!-decompile java software, good!
- 2022-01-25 17:39:46下载
- 积分:1
-
经过这段时间的大学生活体验,我深切感觉到如下几方面的基本信息十分重要:1 学生的档案管理,这是学生最基本的信息了,一个人没有档案是不可以的,如果有档案但是档案在...
经过这段时间的大学生活体验,我深切感觉到如下几方面的基本信息十分重要:1 学生的档案管理,这是学生最基本的信息了,一个人没有档案是不可以的,如果有档案但是档案在管理过程中出错更始难以想象的。2 班级管理,这是学生在大学中生活的基本单位了,这当然是必部可少的了。3 课程管理,大学生在大学当然是学习来的,课程的管理有利于更加明确本系统的目的是为学校为学生服务。 4 成绩管理,学生在在校期间能体现出综合素质的最直观的指标莫过于成绩了,这个模块是最不可或缺的。-after a period of college life experience, I deeply feel that the following several aspects of the importance of basic information : a student file management, which is the most basic student information, a file is not impossible. But if there is a file in the file management process unimaginable mistakes start anew. Two class management, which is a university student living in the basic unit, which indeed it is less, the Ministry of. 3 curriculum management, college students in the university is of course to learn, Course management is conducive to more clearly the purpose of the system is to schools for the students. 4 performance management, the students at the school to reflect the overall quality of the most reliable indicators is the results, The module i
- 2022-04-20 05:49:06下载
- 积分:1
-
使用SOCKET制作的聊天工具服务器端。
使用SOCKET制作的聊天工具服务器端。-SOCKET produced by the use of server-side chat.
- 2022-06-30 01:26:39下载
- 积分:1
-
这是用JAVA做的一个杨辉三角的小程序
这是用JAVA做的一个杨辉三角的小程序-This is done with Java Pascal"s Triangle of a small program
- 2022-11-17 05:10:03下载
- 积分:1
-
JAVA 的小项目,可以令
JAVA 的小项目,可以令-JAVA small projects can make
- 2022-05-30 17:07:05下载
- 积分:1
-
扫雷 minsweeper
第2章 扫雷
esBITMAP10.BMP
.............BITMAP11.BMP
.............itmap2.bmp
.............BITMAP20.BMP 请点击左侧文件开始预览 !预览只提供20%的代码片段,完整代码需下载后查看 加载中 侵权举报
- 2023-07-25 20:20:02下载
- 积分:1
-
Do not know how to set the java class path of a friend make a reference does not...
不知道如何设置java类路径的朋友做个参考不扇!
- 2022-02-12 08:20:00下载
- 积分:1
-
j2ee全面简介, j2ee brief introduction
j2ee全面简介, j2ee brief introduction-j2ee brief introduction,j2ee brief introduction
- 2023-03-31 12:20:04下载
- 积分:1
-
Hibernate 可以实现分页查询,例如:
从第2万条开始取出100条记录
Query q = session.createQuer...
Hibernate 可以实现分页查询,例如:
从第2万条开始取出100条记录
Query q = session.createQuery("from Cat as c")
q.setFirstResult(20000)
q.setMaxResults(100)
List l = q.list()
-Hibernate paging query can be achieved, for example: starting from the first 20000 records of 100 out Query q = session.createQuery ( " from Cat as c" ) q.setFirstResult (20000) q.setMaxResults (100) List l = q.list ()
- 2023-02-24 20:20:03下载
- 积分:1
-
一个不错的HTMl语法分析程序
一个不错的HTMl语法分析程序 -a good rendering syntax analysis procedures
- 2022-08-06 03:05:11下载
- 积分:1