-
双鱼林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
-
image
source code for image display
- 2011-01-08 23:47:30下载
- 积分:1
-
JiSuanQi
java实现计算器,import java.awt.*
import java.awt.event.*
import javax.swing.*
public class JiSuanQi
{
Frame f
Label lab
Button[] bt=new Button[29]
JTextField t
StringBuffer str //显示屏所显示的字符串
double x,y //x和y都是运算数
int z //Z表示单击了那一个运算符.0表示"+",1表示"-",2表示"*",3表示"/"
static double m //记忆的数字
JiSuanQi()
{(java implementation calculator, import java.awt.* import java.awt.event.* import javax.swing.* public class JiSuanQi {Frame f Label lab Button [] bt = new Button [29] JTextField t StringBuffer str //display character string displayed double x, y //x and y are the operands int z //Z represents an operator clicks that 0 means " +" , 1 indicates " -" , 2 is " *" , 3 is " /" static double m //number in memory JiSuanQi () {)
- 2013-05-24 19:03:04下载
- 积分:1
-
lab4
1.定义学生Bean,按照JavaBean设计规范,命名get和set方法.
2. Bean的定制事件验证实验
3. Bean属性的绑定属性验证实验
4. Bean属性的约束属性验证实验
*5.BeanInfo类
(1 Definitions students Bean, in accordance with the design specifications JavaBean naming get and set methods.
2. Bean custom event validation experiments
3 binding properties Bean attribute verification experiment
4 Constraints property validation experiments Bean property
* 5.BeanInfo class)
- 2014-06-01 11:49:19下载
- 积分:1
-
java-calculator.txt
实现计算器的功能M+:是计算结果并加上已经储存的数 中断数字输入.M-:从存储器内容中减去当前显示值 中断数字输入.MRC:第一次按下此键将调用存储器内容,第二次按下时清除存储器内容.MR:调用存储器内容.MC:清除存储器内容.(Calculator function)
- 2012-12-30 13:00:46下载
- 积分:1
-
java实现的P2P即时聊天程序(源码+文档+jar运行包)
一个简单的P2P即时聊天系统,实现功能如下: 1) 点对点的单人聊天 2) 多人同时聊天 3) 用户可以自由加入和退出
- 2019-06-29下载
- 积分:1
-
Communication
JAVA编程,基于C/S模式的局域网络聊天程序,适用于学生的课程设计(JAVA programming, based on the C/S mode local area network chat program for students in curriculum design)
- 2009-06-14 23:16:28下载
- 积分:1
-
java-algorithm-sources
Java算法大全(近100种算法打包),欢迎下载参考学习。(Java algorithm codes (nearly 100 kinds of algorithm pack), welcome to download and reference to study.)
- 2012-07-26 18:08:49下载
- 积分:1
-
JAVACHUANKOU
Java串口的一些程序,对初学者有意哦!大家看看吧(Some of the procedures Java serial port, for beginners to oh! Everybody have a look.)
- 2013-12-14 08:18:09下载
- 积分:1
-
ibatis-class
java 框架ibatis学习文档下载 绝对值得(ibatis java framework document download is definitely worth learning)
- 2013-11-26 17:22:44下载
- 积分:1