搜索资源列表
SpringMVC.用spring做的一个拥有添加,删除,修改,查询
- 用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, j
spring_3
- Spring jdbctemplate 的使用-Spring jdbctemplate
The-cafes-timing-management-system
- 使用的数据库是oracle,数据库配置文件是在src的config里。 NETBAR.sql是一些数据库的初始表格。 里面有用到JDBCTempLate,已经加了jar包了。这个的使用自己研究下吧。 需要完成的最基本的功能: 当点击下机窗口的确定按钮时弹出info窗口,显示卡号、机器号、上机时间、下机时间、卡上余额、本次消费。 上机时需要验证卡号及卡密码。 上机时机器号显示在下拉菜单中,这说明需要获取所有未上机状态的所有机器号。 上机时需要验证卡余额
JDBCLib1.0
- Spring jdbctemplate common lib
simple-jdbctemplate-1.5.3
- spring simple jdbctemplate
org.springframework.jdbc
- spring 通过JDBC 链接数据库 是maven项目 用maven打开-java Spring JDBC demo
java-web-project
- 基于js和ajax的客户端和struts+spring+jdbcTemplate实现的小项目-Based on achieved js and ajax client and struts+spring+jdbcTemplate of small projects
Login
- 使用Struts2和Spring做的登录注册程序,持久层用的Spring提供的JdbcTemplate-Do login using Struts2 and Spring registration process, persistence layer with Spring JdbcTemplate
demoSpringJdbc
- spring jdbc 的使用实例,一种是以JdbcTemplate为核心的基于Template的JDBC的使用方式-Use examples spring jdbc, and one is at the core of JdbcTemplate JDBC-based Template of use
demoSpringJdbc
- spring jdbc 的使用实例,一种是以JdbcTemplate为核心的基于Template的JDBC的使用方式.-Use examples spring jdbc, and one is at the core of JdbcTemplate JDBC-based Template of use
demoSpringJdbc
- 一种是以JdbcTemplate为核心的基于Template的JDBC的使用方式 ,给大家做个参考-One is at the core of JdbcTemplate JDBC-based Template of use, to be a reference
demoSpringJdbc
- spring jdbc 的使用实例,一种是以JdbcTemplate为核心的基于Template的JDBC的使用方式-Use examples spring jdbc, and one is at the core of JdbcTemplate JDBC-based Template of use
JdbcUtils
- spring源码从抽取jdbctemplate相关代码,简化数据库访问功能,简化版的Jdbctemplate-simple spring Jdbctemplate
Java EE)
- JavaEE实例讲解 LibraryManageSystem整体设计说明 LibraryManageSystem 使用了三层的架构:数据访问(Data acess)层、业务(business)层、视图(View)层。 数据访问层:使用JDBC来访问数据库,并对jdbc进行了简单的封装,使用Template mothod模式和回调接口大大减少了对jdbc的低级操作。其中JdbcTemplate类提供了使用jdbc访问数据库的模板,提供了queryForObject和queryForList方法来分