-
双鱼林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
-
Java面试宝典2018版Beta5.0
说明: java , mainshi baodian 2018 Beta5.0
- 2020-06-20 01:00:02下载
- 积分:1
-
jdk6.ZH_cn
JDKTM 6 Documentation
- 2012-08-01 11:51:54下载
- 积分:1
-
meituanSrc
类似美团App的IOS源码,下载后可直接导入IDE(sample src as meituan app)
- 2020-10-22 16:17:23下载
- 积分:1
-
springCloud总结
如何搭建springboot,springcloud入门(How to Build Springboot, Introduction to Springcloud)
- 2020-06-18 16:20:02下载
- 积分:1
-
概念格
概念格建格代码,模型的建立概念格(Concept Lattice)是一个以概念为元素的偏序集,它可以通过Hasse图可视化,其中每个节点是一个概念。概念格结构模型来源于形式概念分析(FCA)理论,是FCA中的核心数据分析工具,它本质上描述了对象(样本)与属性(特征)之间的关联。[1](The concept lattice (Concept, Lattice) is a poset of concept elements, which can be visualized by Hasse diagrams, where each node is a concept. The concept lattice structure model, derived from formal concept analysis (FCA) theory, is the core data analysis tool in FCA, which essentially describes the association between objects (samples) and attributes (features))
- 2021-01-08 18:18:51下载
- 积分:1
-
developer-util
java poi 操作Excel封装,zip,多文件装读取(Java POI operation Excel encapsulation)
- 2018-04-22 23:07:49下载
- 积分:1
-
javabook
txt版 超级方便 可放到手机或mp4上阅读(txt version of super-convenient place to read cell phone or mp4)
- 2009-05-18 00:53:04下载
- 积分:1
-
ClassHierarchyTraveler
Class Hierarchy Traveler Source Code for Andriod.
- 2013-12-04 10:20:18下载
- 积分:1
-
Employee
创建四个类,分别为Employee类、SalariedEmplyee类、HourlyEmployee类和CommissionEmployee类。其中Employee类是其他三个类的父类。Employee类包含姓名和身份证号。除此之外,SalariedEmployee类还应包含每月工资;HourlyEmployee类还应包含每小时工资数和工作时间数;CommissionEmployee还应包含提成比例和销售总额。每个类都应有合适的构造方法、数据成员的设置和读取方法。编写一个应用程序,创建这些类的对象,并输出与对象相关的信息。注意子类有时需调用父类的构造方法和被覆盖的方法,成员变量定义为private,对有些方法实现重载。
(Create four categories, namely the Employee class, SalariedEmplyee class, HourlyEmployee classes and CommissionEmployee classes. Employee class is the parent class where the other three classes. Employee class contains the name and ID number. In addition, SalariedEmployee class also includes a monthly salary HourlyEmployee class should also include the number of hourly wages and the number of working hours CommissionEmployee should also include the proportion and total sales commission. Each class should have the right to set and read the constructor method, data members. Write an application to create objects of these classes, and output information associated with the object. Sometimes need to call attention to a subclass of the parent class constructor and methods are covered, member variables defined as private, to achieve overloading of some methods.)
- 2013-11-27 11:43:06下载
- 积分:1