Location:
Search - jdbctemplate
Search list
Description: JdbcTemplate使用指南 JdbcTemplate使用指南 JdbcTemplate使用指南 JdbcTemplate使用指南 JdbcTemplate使用指南 JdbcTemplate使用指南 JdbcTemplate使用指南 JdbcTemplate使用指南
Platform: |
Size: 97144 |
Author: yzkzoo |
Hits:
Description: 用spring做的一个拥有添加,删除,修改,查询,上载等功能的一小的车辆管理系统测试版。运用了spring的MVC,jdbctemplate以及视图输出功能等。-Done with a spring to add, delete, modify, query, and other functions to upload a small test version of the vehicle management system. The use of the spring' s MVC, jdbctemplate and view the output functions.
Platform: |
Size: 1120256 |
Author: AL |
Hits:
Description: spring jdbc链接帮助文档 -spring jdbc spring jdbc spring jdbc
Platform: |
Size: 97280 |
Author: 周宝 |
Hits:
Description: Spring jdbctemplate 的使用-Spring jdbctemplate
Platform: |
Size: 316416 |
Author: 侯玉东 |
Hits:
Description: 使用的数据库是oracle,数据库配置文件是在src的config里。
NETBAR.sql是一些数据库的初始表格。
里面有用到JDBCTempLate,已经加了jar包了。这个的使用自己研究下吧。
需要完成的最基本的功能:
当点击下机窗口的确定按钮时弹出info窗口,显示卡号、机器号、上机时间、下机时间、卡上余额、本次消费。
上机时需要验证卡号及卡密码。
上机时机器号显示在下拉菜单中,这说明需要获取所有未上机状态的所有机器号。
上机时需要验证卡余额,如果余额为0时,验证失败。
下机时只给出卡号,这说明需要通过机器号找到上机的卡号。这个卡号应该是在上机时就记录下来的了。
下机时需要计算上机、下机时间,算出消费金额,并从余额中扣出。
下机时需要把一些数据传递给info窗口,这样info窗口才能显示。-The use of the database is oracle database configuration file in src config.
NETBAR.sql is the initial form of a number of databases.
Which useful to JDBCTempLate has been added to the jar package. This use of their own research it.
Need to complete the most basic functions:
When the pop up info window, click the OK button of the window of the plane to display the card number, machine, computer time, the plane time, the balance on the card, the consumer.
On the machine need to verify that the card number and card PIN.
On the machine when the machine is displayed in the drop-down menu, which shows the need for all not on the machine state machine No.
On the machine need to verify that the card balance if the balance is 0:00 validation fails.
The plane only to give the card number, indicating a need to find through the machine number on the card number. The card number should be recorded on the machine.
Need to calculate when the next machine on the machine, machine time,
Platform: |
Size: 1887232 |
Author: wangdandan |
Hits:
Description: Spring jdbctemplate common lib
Platform: |
Size: 49152 |
Author: sakthi |
Hits:
Description: spring simple jdbctemplate
Platform: |
Size: 238592 |
Author: sakthi |
Hits:
Description: spring 通过JDBC 链接数据库 是maven项目 用maven打开-java Spring JDBC demo
Platform: |
Size: 569344 |
Author: zpd |
Hits:
Description: jdbcTemple类的使用方法,对初学者有很大的帮助-jdbcTemple class use
Platform: |
Size: 7168 |
Author: 李庆博 |
Hits:
Description: 酒店预订管理系统
JSF和Spring的集成配置
JDBCTemplate的使用
JavaBean的设计-Hotel Reservation Management System
Platform: |
Size: 449536 |
Author: 高明 |
Hits:
Description: 使用Struts2和Spring做的登录注册程序,持久层用的Spring提供的JdbcTemplate-Do login using Struts2 and Spring registration process, persistence layer with Spring JdbcTemplate
Platform: |
Size: 6373376 |
Author: 晏伟 |
Hits:
Description: 基于js和ajax的客户端和struts+spring+jdbcTemplate实现的小项目-Based on achieved js and ajax client and struts+spring+jdbcTemplate of small projects
Platform: |
Size: 10672128 |
Author: 二蛋 |
Hits:
Description: spring jdbc 的使用实例,一种是以JdbcTemplate为核心的基于Template的JDBC的使用方式,use spring jdbc instances
Platform: |
Size: 5671936 |
Author: 谭观业 |
Hits:
Description: spring jdbc 的使用实例,一种是以JdbcTemplate为核心的基于Template的JDBC的使用方式-Use examples spring jdbc, and one is at the core of JdbcTemplate JDBC-based Template of use
Platform: |
Size: 7539712 |
Author: 张金鹏 |
Hits:
Description: spring jdbc 的使用实例,一种是以JdbcTemplate为核心的基于Template的JDBC的使用方式.-Use examples spring jdbc, and one is at the core of JdbcTemplate JDBC-based Template of use
Platform: |
Size: 6132736 |
Author: 康威 |
Hits:
Description: 一种是以JdbcTemplate为核心的基于Template的JDBC的使用方式 ,给大家做个参考-One is at the core of JdbcTemplate JDBC-based Template of use, to be a reference
Platform: |
Size: 7975936 |
Author: 朱风 |
Hits:
Description: spring jdbc 的使用实例,一种是以JdbcTemplate为核心的基于Template的JDBC的使用方式-Use examples spring jdbc, and one is at the core of JdbcTemplate JDBC-based Template of use
Platform: |
Size: 6582272 |
Author: 王明 |
Hits:
Description: springjdbc演示,spring持久层知识,包括注入数据源,jdbcTemplate操作数据库,jdbcTemplate以对象方式操作数据库-springjdbc demo, spring persistence of knowledge, including the injection of a data source, jdbcTemplate operation of the database, jdbcTemplate to manipulate database objects
Platform: |
Size: 7089152 |
Author: 苑会 |
Hits:
Description: spring源码从抽取jdbctemplate相关代码,简化数据库访问功能,简化版的Jdbctemplate-simple spring Jdbctemplate
Platform: |
Size: 54272 |
Author: alansh |
Hits:
Description: JavaEE实例讲解
LibraryManageSystem整体设计说明
LibraryManageSystem 使用了三层的架构:数据访问(Data acess)层、业务(business)层、视图(View)层。
数据访问层:使用JDBC来访问数据库,并对jdbc进行了简单的封装,使用Template mothod模式和回调接口大大减少了对jdbc的低级操作。其中JdbcTemplate类提供了使用jdbc访问数据库的模板,提供了queryForObject和queryForList方法来分别获取查询到的对象和对象的聚集,execute方法来更新、插入、删除操作。提供了(LibraryManageSystem overall design specification LibraryManageSystem uses three layers of Architecture: data access (Data acess) layer, business (business) layer, view (View) layer. Data access layer: using JDBC to access the database, and the JDBC is simply encapsulated, using Template mothod mode and callback interface greatly reduces the low-level operation of jdbc. The JdbcTemplate class provides access to the database using JDBC template provides queryForObject and queryForList to get to the object query and object aggregation respectively, execute method to update, insert, delete operation. Provides a RowCallBackHandler interface, can be realized through the interface to provide a callback processing of the query line, use the PreparedStatementCallBack callback interface, to provide for the parameters of PreparedStatement, provides the ORMaping interface, you can easily achieve the mapping)
Platform: |
Size: 11756544 |
Author: 那就
|
Hits: