简单用户管理系统,连接MySQL数据库,使用druid连接池,可实现用户增删改等操作

资源文件列表
代码和报告/exp04/.classpath , 1179
代码和报告/exp04/.project , 905
代码和报告/exp04/.settings/.jsdtscope , 567
代码和报告/exp04/.settings/org.eclipse.core.resources.prefs , 74
代码和报告/exp04/.settings/org.eclipse.jdt.core.prefs , 364
代码和报告/exp04/.settings/org.eclipse.wst.common.component , 467
代码和报告/exp04/.settings/org.eclipse.wst.common.project.facet.core.xml , 345
代码和报告/exp04/.settings/org.eclipse.wst.jsdt.ui.superType.container , 49
代码和报告/exp04/.settings/org.eclipse.wst.jsdt.ui.superType.name , 6
代码和报告/exp04/build/classes/dao/UserDao.class , 369
代码和报告/exp04/build/classes/dao/UserDaoImpl.class , 5596
代码和报告/exp04/build/classes/domain/User.class , 2045
代码和报告/exp04/build/classes/druid.properties , 149
代码和报告/exp04/build/classes/service/UserService.class , 330
代码和报告/exp04/build/classes/service/UserServiceImpl.class , 1120
代码和报告/exp04/build/classes/User.sql , 307
代码和报告/exp04/build/classes/utils/JDBCUtils.class , 2020
代码和报告/exp04/build/classes/web/AddUserServlet.class , 1982
代码和报告/exp04/build/classes/web/DeleteUserServlet.class , 1584
代码和报告/exp04/build/classes/web/FindAllServlet.class , 1605
代码和报告/exp04/build/classes/web/UpdateUserServlet.class , 2042
代码和报告/exp04/build/classes/web/UserMsgServlet.class , 1701
代码和报告/exp04/src/dao/UserDao.java , 308
代码和报告/exp04/src/dao/UserDaoImpl.java , 4892
代码和报告/exp04/src/domain/User.java , 1173
代码和报告/exp04/src/druid.properties , 173
代码和报告/exp04/src/service/UserService.java , 273
代码和报告/exp04/src/service/UserServiceImpl.java , 736
代码和报告/exp04/src/User.sql , 307
代码和报告/exp04/src/utils/JDBCUtils.java , 1529
代码和报告/exp04/src/web/AddUserServlet.java , 1717
代码和报告/exp04/src/web/DeleteUserServlet.java , 1431
代码和报告/exp04/src/web/FindAllServlet.java , 1421
代码和报告/exp04/src/web/UpdateUserServlet.java , 1794
代码和报告/exp04/src/web/UserMsgServlet.java , 1489
代码和报告/exp04/WebContent/addUser.jsp , 2381
代码和报告/exp04/WebContent/css/bootstrap-theme.css , 26132
代码和报告/exp04/WebContent/css/bootstrap-theme.min.css , 23409
代码和报告/exp04/WebContent/css/bootstrap.css , 146010
代码和报告/exp04/WebContent/css/bootstrap.min.css , 121200
代码和报告/exp04/WebContent/findAll.jsp , 1906
代码和报告/exp04/WebContent/fonts/glyphicons-halflings-regular.eot , 20127
代码和报告/exp04/WebContent/fonts/glyphicons-halflings-regular.svg , 108738
代码和报告/exp04/WebContent/fonts/glyphicons-halflings-regular.ttf , 45404
代码和报告/exp04/WebContent/fonts/glyphicons-halflings-regular.woff , 23424
代码和报告/exp04/WebContent/fonts/glyphicons-halflings-regular.woff2 , 18028
代码和报告/exp04/WebContent/index.html , 615
代码和报告/exp04/WebContent/js/bootstrap.js , 69707
代码和报告/exp04/WebContent/js/bootstrap.min.js , 37045
代码和报告/exp04/WebContent/js/jquery-2.1.0.min.js , 83617
代码和报告/exp04/WebContent/META-INF/MANIFEST.MF , 39
代码和报告/exp04/WebContent/updateUser.jsp , 3195
代码和报告/exp04/WebContent/WEB-INF/lib/druid-1.0.9.jar , 1848389
代码和报告/exp04/WebContent/WEB-INF/lib/javax.servlet.jsp.jstl.jar , 44653
代码和报告/exp04/WebContent/WEB-INF/lib/jstl-impl.jar , 388557
代码和报告/exp04/WebContent/WEB-INF/lib/mysql-connector-java-5.1.37-bin.jar , 985603
代码和报告/实验报告.docx , 299258
