-
SSH整合循序渐进
说明: 这是关于servlet,jsp,mvc,hibernate等整合的一个教程(This is a tutorial on servlet, jsp, mvc, hibernate, etc.)
- 2019-04-19 09:34:06下载
- 积分:1
-
Dynsql
带参数Oracle SQL构造工具。用于帮助在java代码中构造复杂的SQL。应用本工具可以省去构造SQL时的对数据格式的处理的问题,避免了在处理数据格式时候可能出现的许多细节问题。有助于编写精简、紧凑、高质量的代码!(Tool help to structure complicated Oracle SQL in Java code.)
- 2012-05-03 20:12:56下载
- 积分:1
-
廖雪峰的JavaScript python git
廖雪峰的JavaScript python git,非常经典(Liao Xuefeng JavaScript python git)
- 2017-11-19 15:23:07下载
- 积分:1
-
tom
实现smtp协议。根据HTTP协议的会话过程,本实例中实现了GET请求的Web服务器程序的方法(Smtp protocol to achieve. HTTP protocol session in accordance with the process, the example of a GET request in the Web server program method)
- 2008-04-30 10:50:31下载
- 积分:1
-
split_words
分词程序,正向最大匹配法,JAVA语言。核心思想是从句子最左端开始,单字节扫描匹配,直至句末(Segmentation procedure, forward maximum matching, JAVA language. Core idea is to start from the leftmost sentence, single-byte scan match until end of the sentence)
- 2013-11-04 19:29:54下载
- 积分:1
-
HBaseExample
Hbase是实时、多维数据库,是Hadoop的子项目,技术领先,上传的是Hbase example(Hbase example)
- 2013-09-16 09:40:17下载
- 积分:1
-
java进销存管理系统 jsp mssql
java进销存管理系统:jsp+Servlet+SQLServer(Java Invoicing management system: jsp+Servlet+SQLServer)
- 2017-11-03 19:55:28下载
- 积分:1
-
Myqt
socket编程传文件 有界面 进度条 多线程 可显示速度(socket programming interface progress bar transfer files to multi-threaded display speed)
- 2013-01-05 10:27:02下载
- 积分:1
-
学生成绩管理系统
说明: 1. 能够实现根据以下关键字查询:学生姓名 、学号、班级、课程名称。
2. 能够实现按照单科成绩、总成绩、平均成绩、学号排序。
3. 能够实现学生信息的插入、删除和修改。
4. 能够查询每个课程的最高分、最低分及相应学生姓名、班级和学号。
5. 能够查询每个班级某门课程的优秀率(90 分及以上)、不及格率,并进行排序。(1. Be able to query according to the following keywords: student name, student number, class, course name.
2. It can be sorted according to single subject score, total score, average score and student number.
3. Be able to insert, delete and modify student information.
4. Be able to query the highest score and lowest score of each course and the corresponding student name, class and student number.
5. Be able to query the excellent rate (90 points and above) and failure rate of a course in each class, and sort them.)
- 2021-03-17 19:19:21下载
- 积分:1
-
双鱼林SSM图书信息管理系统
技术要点:
1 此系统采用了目前最流行的ssm框架,其中的spingMVC框架相对于struts2框架更灵活,更安全。
2 本项目springMVC框架采用了注解映射器,使用了RESTful风格的url对系统发起http请求,开发更灵活。
3 同时使用了了hibernate提供的校验框架,对客户端数据进行校验!
4 Mybati数据库DAO层采用的是Mapper代理开发方法,输入映射采用的是POJO包装类型实现,输出映射采用了resultMap类型,实现了数据库多对一映射。
5 spring容器内部使用拦截器,以Spring AOP的方式实现事务控制管理。(Technical points:
1. This system adopts the most popular SSM framework at present. The sping MVC framework is more flexible and safer than the struts 2 framework.
2 The spring MVC framework of this project adopts annotation mapper, and uses RESTful style URL to initiate HTTP requests to the system, which makes the development more flexible.
3 At the same time, the verification framework provided by hibernate is used to verify the client data.)
- 2019-03-28 18:47:02下载
- 积分:1