文件名称:jdbcDemo
- 所属分类:
- JSP源码/Java
- 资源属性:
- [Java] [源码]
- 上传时间:
- 2014-05-12
- 文件大小:
- 1.35mb
- 下载次数:
- 0次
- 提 供 者:
- 薛**
- 相关连接:
- 无
- 下载说明:
- 别用迅雷下载,失败请重下,重下不扣分!
介绍说明--下载内容均来自于网络,请自行研究使用
利用Servlet实现的控制,jdbc实现的数据库的操作,实现了简单的增删改查和分页的功能。-Servlet achieved by the control, operation of the database jdbc implemented to achieve a simple CRUD and paging functionality.
(系统自动生成,下载前可以参看下载内容)
下载文件列表
jdbcDemo
........\.classpath
........\.myeclipse
........\.mymetadata
........\.project
........\.settings
........\.........\.jsdtscope
........\.........\com.genuitec.eclipse.j2eedt.core.prefs
........\.........\org.eclipse.jdt.core.prefs
........\.........\org.eclipse.ltk.core.refactoring.prefs
........\.........\org.eclipse.wst.jsdt.ui.superType.container
........\.........\org.eclipse.wst.jsdt.ui.superType.name
........\WebRoot
........\.......\META-INF
........\.......\........\MANIFEST.MF
........\.......\WEB-INF
........\.......\.......\classes
........\.......\.......\.......\com
........\.......\.......\.......\...\xyy
........\.......\.......\.......\...\...\action
........\.......\.......\.......\...\...\......\StudentAction.class
........\.......\.......\.......\...\...\dao
........\.......\.......\.......\...\...\...\StudentDao.class
........\.......\.......\.......\...\...\daoImp
........\.......\.......\.......\...\...\......\StudentDaoImp.class
........\.......\.......\.......\...\...\model
........\.......\.......\.......\...\...\.....\PageModel.class
........\.......\.......\.......\...\...\.....\Student.class
........\.......\.......\.......\...\...\service
........\.......\.......\.......\...\...\.......\StudentService.class
........\.......\.......\.......\...\...\serviceImp
........\.......\.......\.......\...\...\..........\StudentServiceImp.class
........\.......\.......\.......\...\...\util
........\.......\.......\.......\...\...\....\JDBC_Connection.class
........\.......\.......\.......\...\...\....\Zh_Filter.class
........\.......\.......\lib
........\.......\.......\...\jstl.jar
........\.......\.......\...\mysql-connector-java-3.1.13-bin.jar
........\.......\.......\...\mysql-connector-java-5.1.6-bin.jar
........\.......\.......\...\standard.jar
........\.......\.......\web.xml
........\.......\addStudent.jsp
........\.......\index.jsp
........\.......\updateStudent.jsp
........\.......\userlist.jsp
........\src
........\...\com
........\...\...\xyy
........\...\...\...\action
........\...\...\...\......\StudentAction.java
........\...\...\...\dao
........\...\...\...\...\StudentDao.java
........\...\...\...\daoImp
........\...\...\...\......\StudentDaoImp.java
........\...\...\...\model
........\...\...\...\.....\PageModel.java
........\...\...\...\.....\Student.java
........\...\...\...\service
........\...\...\...\.......\StudentService.java
........\...\...\...\serviceImp
........\...\...\...\..........\StudentServiceImp.java
........\...\...\...\util
........\...\...\...\....\JDBC_Connection.java
........\...\...\...\....\Zh_Filter.java