-
本系统是新华社内部信息管理系统,在本系统中主要是处理信息(资料)的管理,主要的操作有列表显示资料信息、添加资料、修改资料、删除资料。为了资料的管理权限化、规范化...
本系统是新华社内部信息管理系统,在本系统中主要是处理信息(资料)的管理,主要的操作有列表显示资料信息、添加资料、修改资料、删除资料。为了资料的管理权限化、规范化、明确化。在本系统中用户管理一块,主要操作有列表用户信息、添加用户、修改用户、删除用户。为了方便用户对资料的管理和查找,本系统增添了资料检索模块,主要可以对资料的标题、内容、创建人、创建时间进行检索。此外,为了系统的可扩展性,预留了资料分类管理模块,该模块在本版本中还没实现。本系统采用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
-
使用java实现的基于tcp通信协议的一个聊天程序的服务端,实现简单的聊天功能。...
使用java实现的基于tcp通信协议的一个聊天程序的服务端,实现简单的聊天功能。-The realization of the use of java-based communication protocol tcp chat program, a service client, the realization of a simple chat.
- 2022-06-03 01:12:21下载
- 积分:1
-
java 信息窗口的实现
java 信息窗口的实现-information window to achieve
- 2022-02-22 09:30:18下载
- 积分:1
-
Java关于HTTP连接的编程事例,适合新手学习Java网络编程!
Java关于HTTP连接的编程事例,适合新手学习Java网络编程!-Java programming on the HTTP connection examples, suitable for novice learning Java network programming!
- 2022-01-31 20:04:24下载
- 积分:1
-
一个功能强大的Jsp/bean论坛程序
一个功能强大的Jsp/bean论坛程序-a powerful Jsp/bean procedures Forum
- 2022-03-04 03:16:24下载
- 积分:1
-
一个用JAVA做的菜单,供初学者参考
一个用JAVA做的菜单,供初学者参考-one do with JAVA menu for beginners reference
- 2023-09-04 22:10:03下载
- 积分:1
-
清华java教程
清华java教程-Qinghua Guide
- 2022-04-26 21:07:21下载
- 积分:1
-
classshapemain.zip// : c03 : AutoInc.java// Demonstrates the and
classshapemain.zip
//: c03:AutoInc.java
// Demonstrates the ++ and -- operators.
// From Thinking in Java, 3rd ed. (c) Bruce Eckel 2002
// www.BruceEckel.com. See copyright notice in CopyRight.txt.
public class AutoInc {
public static void main(String[] args) {
int i = 1
System.out.println("i : " + i)
System.out.println("++i : " + ++i) // Pre-increment
System.out.println("i++ : " + i++) // Post-increment-classshapemain.zip// : c03 : AutoInc.java// Demonstrates the and-- operat ors.// From Thinking in Java, 3rd ed. (c) Bruce Eckel 2002// www.BruceEckel. com. See copyright notice in CopyRight.txt. pu blic class AutoInc (public static void main (St. ring args []) (int i = 1 System.out.println ( "i : "i) System.out.println (" i : "i)// Pre-increment System.out.println (" i : "i)// Post-increment
- 2022-06-15 15:44:31下载
- 积分:1
-
text pattern matching algorith in java
text pattern matching algorith in java
- 2023-01-02 02:05:06下载
- 积分:1
-
The compression software JAVA games tanks are source files. Interested can downl...
本压缩软件是坦克游戏的JAVA源文件。有兴趣的可以下载-The compression software JAVA games tanks are source files. Interested can download and play
- 2022-02-06 03:49:02下载
- 积分:1