利用java和web做的一个课程设计,包括增删改查,前段界面

上传者: HDWFIX | 上传时间: 2021-01-28 03:58:59 | 文件大小: 3.6MB | 文件类型: ZIP
一个个人记账的管家管理系统,包括增删改查等功能,采用jdbc连接,有前段界面,里面包含数据库文件,直接导入就行,适合新手练习的小项目,如果有问题,如有不足之处,请指出,多多包涵。

文件下载

资源详情

[{"title":"( 72 个子文件 3.6MB ) 利用java和web做的一个课程设计,包括增删改查,前段界面","children":[{"title":"gjp01","children":[{"title":".project <span style='color:#111;'> 905B </span>","children":null,"spread":false},{"title":"bin","children":[{"title":"dao","children":[{"title":"ZhangWuDao.class <span style='color:#111;'> 3.74KB </span>","children":null,"spread":false},{"title":"UserDao.class <span style='color:#111;'> 4.95KB </span>","children":null,"spread":false}],"spread":true},{"title":"fiflter","children":[{"title":"EncodingFilter.class <span style='color:#111;'> 1.85KB </span>","children":null,"spread":false}],"spread":true},{"title":"listener","children":[{"title":"LoggedUserCountListener.class <span style='color:#111;'> 1.55KB </span>","children":null,"spread":false},{"title":"MyListener.class <span style='color:#111;'> 1.65KB </span>","children":null,"spread":false}],"spread":true},{"title":"servlet","children":[{"title":"DeleteZhangWuServlet.class <span style='color:#111;'> 2.16KB </span>","children":null,"spread":false},{"title":"LoginServlet.class <span style='color:#111;'> 2.60KB </span>","children":null,"spread":false},{"title":"ModifyZhangWuServlet.class <span style='color:#111;'> 2.01KB </span>","children":null,"spread":false},{"title":"ListShowZhangWuServlet.class <span style='color:#111;'> 1.99KB </span>","children":null,"spread":false},{"title":"ZhangWuDetailServlet.class <span style='color:#111;'> 2.01KB </span>","children":null,"spread":false},{"title":"EditZhangWuServlet.class <span style='color:#111;'> 2.81KB </span>","children":null,"spread":false},{"title":"RegistServlet.class <span style='color:#111;'> 2.23KB </span>","children":null,"spread":false},{"title":"AddZhangWuServlet.class <span style='color:#111;'> 2.76KB </span>","children":null,"spread":false},{"title":"CheckCodeServlet.class <span style='color:#111;'> 4.31KB </span>","children":null,"spread":false}],"spread":true},{"title":"domain","children":[{"title":"ZhangWu.class <span style='color:#111;'> 2.19KB </span>","children":null,"spread":false},{"title":"User.class <span style='color:#111;'> 844B </span>","children":null,"spread":false}],"spread":true},{"title":"tools","children":[{"title":"JDBCUtils.class <span style='color:#111;'> 976B </span>","children":null,"spread":false}],"spread":true},{"title":"service","children":[{"title":"UserService.class <span style='color:#111;'> 1.03KB </span>","children":null,"spread":false},{"title":"ZhangWuService.class <span style='color:#111;'> 1.33KB </span>","children":null,"spread":false}],"spread":true}],"spread":true},{"title":".settings","children":[{"title":".jsdtscope <span style='color:#111;'> 567B </span>","children":null,"spread":false},{"title":"org.eclipse.wst.common.component <span style='color:#111;'> 457B </span>","children":null,"spread":false},{"title":"org.eclipse.jdt.core.prefs <span style='color:#111;'> 598B </span>","children":null,"spread":false},{"title":"org.eclipse.wst.common.project.facet.core.xml <span style='color:#111;'> 219B </span>","children":null,"spread":false},{"title":"org.eclipse.wst.jsdt.ui.superType.container <span style='color:#111;'> 49B </span>","children":null,"spread":false},{"title":"org.eclipse.wst.jsdt.ui.superType.name <span style='color:#111;'> 6B </span>","children":null,"spread":false}],"spread":true},{"title":"src","children":[{"title":"dao","children":[{"title":"ZhangWuDao.java <span style='color:#111;'> 3.44KB </span>","children":null,"spread":false},{"title":"UserDao.java <span style='color:#111;'> 3.52KB </span>","children":null,"spread":false}],"spread":true},{"title":"fiflter","children":[{"title":"EncodingFilter.java <span style='color:#111;'> 1.28KB </span>","children":null,"spread":false}],"spread":true},{"title":"listener","children":[{"title":"LoggedUserCountListener.java <span style='color:#111;'> 1.01KB </span>","children":null,"spread":false},{"title":"MyListener.java <span style='color:#111;'> 1.28KB </span>","children":null,"spread":false}],"spread":true},{"title":"servlet","children":[{"title":"CheckCodeServlet.java <span style='color:#111;'> 3.26KB </span>","children":null,"spread":false},{"title":"RegistServlet.java <span style='color:#111;'> 1.66KB </span>","children":null,"spread":false},{"title":"LoginServlet.java <span style='color:#111;'> 3.73KB </span>","children":null,"spread":false},{"title":"EditZhangWuServlet.java <span style='color:#111;'> 1.98KB </span>","children":null,"spread":false},{"title":"ZhangWuDetailServlet.java <span style='color:#111;'> 1.83KB </span>","children":null,"spread":false},{"title":"AddZhangWuServlet.java <span style='color:#111;'> 1.85KB </span>","children":null,"spread":false},{"title":"DeleteZhangWuServlet.java <span style='color:#111;'> 1.84KB </span>","children":null,"spread":false},{"title":"ListShowZhangWuServlet.java <span style='color:#111;'> 1.73KB </span>","children":null,"spread":false},{"title":"ModifyZhangWuServlet.java <span style='color:#111;'> 1.49KB </span>","children":null,"spread":false}],"spread":true},{"title":"domain","children":[{"title":"User.java <span style='color:#111;'> 482B </span>","children":null,"spread":false},{"title":"ZhangWu.java <span style='color:#111;'> 1.53KB </span>","children":null,"spread":false}],"spread":true},{"title":"tools","children":[{"title":"JDBCUtils.java <span style='color:#111;'> 738B </span>","children":null,"spread":false}],"spread":true},{"title":"service","children":[{"title":"UserService.java <span style='color:#111;'> 507B </span>","children":null,"spread":false},{"title":"ZhangWuService.java <span style='color:#111;'> 1.39KB </span>","children":null,"spread":false}],"spread":true}],"spread":true},{"title":"WebContent","children":[{"title":"login.jsp <span style='color:#111;'> 1.07KB </span>","children":null,"spread":false},{"title":"zhangWuDetail.jsp <span style='color:#111;'> 1.18KB </span>","children":null,"spread":false},{"title":"WEB-INF","children":[{"title":"lib","children":[{"title":"commons-dbcp2-2.5.0.jar <span style='color:#111;'> 192.53KB </span>","children":null,"spread":false},{"title":"mysql-connector-java-5.1.47-bin.jar <span style='color:#111;'> 983.89KB </span>","children":null,"spread":false},{"title":"commons-pool-1.6.jar <span style='color:#111;'> 108.51KB </span>","children":null,"spread":false},{"title":"web.xml <span style='color:#111;'> 648B </span>","children":null,"spread":false},{"title":"jstl.jar <span style='color:#111;'> 20.20KB </span>","children":null,"spread":false},{"title":"commons-pool2-2.6.0.jar <span style='color:#111;'> 127.60KB </span>","children":null,"spread":false},{"title":"commons-dbcp-1.4.jar <span style='color:#111;'> 156.76KB </span>","children":null,"spread":false},{"title":"commons-dbutils-1.7.jar <span style='color:#111;'> 94.80KB </span>","children":null,"spread":false},{"title":"standard.jar <span style='color:#111;'> 384.04KB </span>","children":null,"spread":false}],"spread":true}],"spread":true},{"title":"index.jsp <span style='color:#111;'> 673B </span>","children":null,"spread":false},{"title":"META-INF","children":[{"title":"MANIFEST.MF <span style='color:#111;'> 39B </span>","children":null,"spread":false}],"spread":true},{"title":"addUser.jsp <span style='color:#111;'> 1022B </span>","children":null,"spread":false},{"title":"images","children":[{"title":"2.jpg <span style='color:#111;'> 35.02KB </span>","children":null,"spread":false},{"title":"1.jpg <span style='color:#111;'> 105.42KB </span>","children":null,"spread":false}],"spread":true},{"title":"deleteZhangWu.jsp <span style='color:#111;'> 1.04KB </span>","children":null,"spread":false},{"title":"ListShowZhangWu.jsp <span style='color:#111;'> 1.46KB </span>","children":null,"spread":false},{"title":"addZhangWu.jsp <span style='color:#111;'> 1.39KB </span>","children":null,"spread":false},{"title":"modifyZhangWu.jsp <span style='color:#111;'> 1.79KB </span>","children":null,"spread":false}],"spread":false},{"title":".classpath <span style='color:#111;'> 1.23KB </span>","children":null,"spread":false},{"title":"lib","children":[{"title":"commons-dbcp2-2.5.0.jar <span style='color:#111;'> 192.53KB </span>","children":null,"spread":false},{"title":"mysql-connector-java-5.1.47-bin.jar <span style='color:#111;'> 983.89KB </span>","children":null,"spread":false},{"title":"commons-pool-1.6.jar <span style='color:#111;'> 108.51KB </span>","children":null,"spread":false},{"title":"commons-pool2-2.6.0.jar <span style='color:#111;'> 127.60KB </span>","children":null,"spread":false},{"title":"commons-dbcp-1.4.jar <span style='color:#111;'> 156.76KB </span>","children":null,"spread":false},{"title":"commons-dbutils-1.7.jar <span style='color:#111;'> 94.80KB </span>","children":null,"spread":false}],"spread":true}],"spread":true}],"spread":true}]

评论信息

免责申明

【只为小站】的资源来自网友分享,仅供学习研究,请务必在下载后24小时内给予删除,不得用于其他任何用途,否则后果自负。基于互联网的特殊性,【只为小站】 无法对用户传输的作品、信息、内容的权属或合法性、合规性、真实性、科学性、完整权、有效性等进行实质审查;无论 【只为小站】 经营者是否已进行审查,用户均应自行承担因其传输的作品、信息、内容而可能或已经产生的侵权或权属纠纷等法律责任。
本站所有资源不代表本站的观点或立场,基于网友分享,根据中国法律《信息网络传播权保护条例》第二十二条之规定,若资源存在侵权或相关问题请联系本站客服人员,zhiweidada#qq.com,请把#换成@,本站将给予最大的支持与配合,做到及时反馈和处理。关于更多版权及免责申明参见 版权及免责申明