-
HANNOI-
HANNOI-塔考察人的智力,看你是否能把原来的金字塔移动到另一个位置。-HANNOI-tower study human intelligence, to see the original pyramid, you can move to another location.
- 2022-09-08 20:05:02下载
- 积分:1
-
Swing Examples Sources Codes 里包含了Java Web开发的一些实例代码,相信对准备作web开发的朋友会有帮助的。...
Swing Examples Sources Codes 里包含了Java Web开发的一些实例代码,相信对准备作web开发的朋友会有帮助的。-Swing Examples Sources Codes contains a number of Java Web development examples of code, I believe it ready for web development would be helpful friend.
- 2022-05-16 23:44:35下载
- 积分:1
-
本系统是新华社内部信息管理系统,在本系统中主要是处理信息(资料)的管理,主要的操作有列表显示资料信息、添加资料、修改资料、删除资料。为了资料的管理权限化、规范化...
本系统是新华社内部信息管理系统,在本系统中主要是处理信息(资料)的管理,主要的操作有列表显示资料信息、添加资料、修改资料、删除资料。为了资料的管理权限化、规范化、明确化。在本系统中用户管理一块,主要操作有列表用户信息、添加用户、修改用户、删除用户。为了方便用户对资料的管理和查找,本系统增添了资料检索模块,主要可以对资料的标题、内容、创建人、创建时间进行检索。此外,为了系统的可扩展性,预留了资料分类管理模块,该模块在本版本中还没实现。本系统采用MVC三层架构的模式,在开发过程中使用Struts和Hibernate来处理页面的逻辑和对象的持久化工作。避免了单纯的JSP+Servlet进行开发,使系统的结构更加清晰同时简化开发工作。
1) 使用Struts,体现MVC三层实现模式
2) 使用Hibernate操作数据库,实现数据库的持久化操作
-The system uses a three-tier MVC model, used in the development of Struts and Hibernate to handle the logic of the page and the work of persistent objects. To avoid the simple JSP+ Servlet for development, the structure of the system more clearly at the same time to simplify development. 1) the use of Struts, reflected the realization of three-tier MVC model 2) the use of Hibernate database operation to achieve persistent database operation
- 2023-08-13 16:35:07下载
- 积分:1
-
沃达丰betavine java API的源代码,最新的快照。
Vodafone betavine java api source code, the latest snapshot.
- 2022-05-24 00:57:27下载
- 积分:1
-
java write with a simple accounting system, the basic functions have now been ac...
一个用java写的简单的计费系统,基本功能都已经实现-java write with a simple accounting system, the basic functions have now been achieved
- 2022-05-14 01:23:03下载
- 积分:1
-
实现二维基本图元直线段生成的基本算法(DDA,中点法,Bresenham)实现二维基本图元圆弧/椭圆圆弧生成的基本算法(中点法)实现对线型线宽的属性的控制实现二...
实现二维基本图元直线段生成的基本算法(DDA,中点法,Bresenham)实现二维基本图元圆弧/椭圆圆弧生成的基本算法(中点法)实现对线型线宽的属性的控制实现二维多边形扫描转换的扫描线算法实现二维多边形扫描转换的边缘填充算法或栅栏填充算法实现二维连通区域填充的扫描线种子填充算法(四连通或八连通)实现二维直线段裁剪的Cohen-Sutherland裁剪算法和中点分割裁剪算法实现二维多边形裁剪的Sutherland-Hodgman算法和Weiler-Athenton算法 实现二维图形的平移变换实现二维图形的放缩变换实现二维图形的旋转变换曲线曲面的生成 分形图生成.-err
- 2023-01-25 22:40:04下载
- 积分:1
-
软件工程23种设计模式的java实现。
软件工程23种设计模式的java实现。-23 kinds of software engineering design patterns to achieve the java.
- 2022-06-27 10:12:46下载
- 积分:1
-
JBuilder9 精髓 source code1.rar
JBuilder9 精髓 source code1.rar-JBuilder9 essence source code1.rar
- 2022-03-23 22:55:18下载
- 积分:1
-
My graduation project, JAVA implementation into a database, I used Java as a pro...
本人的毕业设计,JAVA实现数据库转化,我用Java作为编程语言(Java的版本是6.0),JDOM作为XML解析器。数据库是SQL Server 2000,开发工具是NetBeans IDE 5.5
大家在运行程序的时候最好还是使用NetBeans IDE 5.5和Java 6.0,因为我设计的是图形界面,在设计的时候我用到了NetBeans的Swing设计工具Martisse,如果把我的程序放在JBuilder、Eclipse或JCreator中无法运行的(NetBeans是免费下载的)
src就是我程序的源代码,XRSystem.SQL就是建立数据库的脚本文件,解压缩后在查询分析器中打开直接运行就可以建立好数据库,文件夹XML是几个XML文档示例-My graduation project, JAVA implementation into a database, I used Java as a programming language (Java version 6.0), JDOM as an XML parser. Database is SQL Server 2000, development tools, NetBeans IDE 5.5 U.S. are running the program at a time when it would be better to use NetBeans IDE 5.5 and Java 6.0, because my graphics are designed to interface design at a time when I used the NetBeans Design Tools Martisse of Swing If I put the procedure on JBuilder, Eclipse or JCreator can not run in the (NetBeans is a free download) src is the source code of my program, XRSystem.SQL is set up the database script file, unzip it in the Query Analyzer open a direct op
- 2022-07-27 23:50:33下载
- 积分:1
-
用java实现的多电梯调度程序,共有5个电梯,20层楼,运用操作系统调度思想实现的多线程模拟电梯调度。...
用java实现的多电梯调度程序,共有5个电梯,20层楼,运用操作系统调度思想实现的多线程模拟电梯调度。-Using java to achieve multi-elevator dispatching procedures, a total of 5 lifts, 20 floors, the use of operating systems scheduling ideas to achieve the multi-threaded simulation of elevator dispatching.
- 2022-06-21 19:15:52下载
- 积分:1