-
这是一个很好的实例。希望大家学习。呵呵。加油
这是一个很好的实例。希望大家学习。呵呵。加油-This is a good example. Hope that we study. Ha ha. Come on
- 2022-08-23 16:43:14下载
- 积分:1
-
基于java 的 CMPP 实现, 用过, 非常地好
基于java 的 CMPP 实现, 用过, 非常地好-CMPP realize the java-based, used, very good
- 2023-02-14 20:30:04下载
- 积分:1
-
调用外部程序的JAVA小程序
调用外部程序的JAVA小程序-call external procedures Java Applet
- 2022-01-26 06:16:46下载
- 积分:1
-
看到公式原图像(原灰度图像8bits)
参见公式的原始图像(8位原始灰度图像)
- 2022-03-18 18:10:55下载
- 积分:1
-
jsp online survey prepared by the system
jsp编写的网上调查系统-jsp online survey prepared by the system
- 2023-03-18 17:15:04下载
- 积分: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
-
基于TCP的简单聊天工具,有保存聊天记录和查看聊天记录功能...
基于TCP的简单聊天工具,有保存聊天记录和查看聊天记录功能-Simple TCP-based chat tools, have save your chats and view chat history feature
- 2022-04-13 11:40:48下载
- 积分: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
-
eclipse 插件
eclipse 插件--可以在eclipse里面反编译class文件。直观方便,双击就可以反编译。-eclipse plugin
- 2022-02-06 22:08:57下载
- 积分:1
-
一个java源码,学籍管理系统的,我老师的,我还没看呢,该让我下东西了吧...
一个java源码,学籍管理系统的,我老师的,我还没看呢,该让我下东西了吧-a java source, student management system, my teacher, I do not see that the next thing I!
- 2022-02-03 18:41:51下载
- 积分:1