首页 开发技术 Java     /    【Java】先生管理系统——Servlet实现,代码和数据库(源代码下载)

【Java】先生管理系统——Servlet实现,代码和数据库(源代码下载)

上传者: linghugoolge | 上传时间:2019/9/8 2:01:52 | 文件大小:2.98MB | 文件类型:zip
【Java】先生管理系统——Servlet实现,代码和数据库(源代码下载)
【Java】先生管理系统——Servlet实现,代码和数据库(源代码下载)文章链接:https://blog.csdn.net/linghugoolge/article/details/102778180 本软件ID:11937909

文件下载

资源详情

[{"title":"(51个子文件2.98MB)【Java】学生管理系统——Servlet实现,代码和数据库(源代码下载)","children":[{"title":"TestJavaWeb_数据库设计","children":[{"title":"grademanage_course.sql <span style='color:#111;'>2.17KB</span>","children":null,"spread":false},{"title":"grademanage_administrator.sql <span style='color:#111;'>2.33KB</span>","children":null,"spread":false},{"title":"grademanage_user.sql <span style='color:#111;'>4.18KB</span>","children":null,"spread":false},{"title":"grademanage_grade.sql <span style='color:#111;'>2.74KB</span>","children":null,"spread":false},{"title":"grademanage_student.sql <span style='color:#111;'>2.20KB</span>","children":null,"spread":false},{"title":"grademanage_classes.sql <span style='color:#111;'>1.96KB</span>","children":null,"spread":false}],"spread":true},{"title":"TestJavaWeb","children":[{"title":"src","children":[{"title":"Dao","children":[{"title":"GradeDao.java <span style='color:#111;'>4.17KB</span>","children":null,"spread":false},{"title":"ClassesDao.java <span style='color:#111;'>3.33KB</span>","children":null,"spread":false},{"title":"UserDao.java <span style='color:#111;'>898B</span>","children":null,"spread":false},{"title":"StudentDao.java <span style='color:#111;'>3.74KB</span>","children":null,"spread":false},{"title":"AdministratorDao.java <span style='color:#111;'>3.75KB</span>","children":null,"spread":false},{"title":"CourseDao.java <span style='color:#111;'>3.53KB</span>","children":null,"spread":false}],"spread":true},{"title":"Controller","children":[{"title":"UpdScoreServlet.java <span style='color:#111;'>1.96KB</span>","children":null,"spread":false},{"title":"AutoLoginFilter.java <span style='color:#111;'>2.45KB</span>","children":null,"spread":false},{"title":"DelScoreServlet.java <span style='color:#111;'>2.50KB</span>","children":null,"spread":false},{"title":"AddScoreServlet.java <span style='color:#111;'>3.06KB</span>","children":null,"spread":false},{"title":"ExitServlet.java <span style='color:#111;'>1.23KB</span>","children":null,"spread":false},{"title":"CheckServlet.java <span style='color:#111;'>3.22KB</span>","children":null,"spread":false},{"title":"LoginServlet.java <span style='color:#111;'>4.71KB</span>","children":null,"spread":false},{"title":"LogoutServlet.java <span style='color:#111;'>1.19KB</span>","children":null,"spread":false},{"title":"FindScoreServlet.java <span style='color:#111;'>2.13KB</span>","children":null,"spread":false}],"spread":true},{"title":"Util","children":[{"title":"JDBCUtils.java <span style='color:#111;'>1.28KB</span>","children":null,"spread":false}],"spread":true},{"title":"Model","children":[{"title":"Grade.java <span style='color:#111;'>1.04KB</span>","children":null,"spread":false},{"title":"User.java <span style='color:#111;'>558B</span>","children":null,"spread":false},{"title":"Administrator.java <span style='color:#111;'>892B</span>","children":null,"spread":false},{"title":"Course.java <span style='color:#111;'>752B</span>","children":null,"spread":false},{"title":"Classes.java <span style='color:#111;'>549B</span>","children":null,"spread":false},{"title":"Student.java <span style='color:#111;'>921B</span>","children":null,"spread":false}],"spread":true}],"spread":true},{"title":".idea","children":[{"title":"artifacts","children":[{"title":"TestJavaWeb_war_exploded.xml <span style='color:#111;'>519B</span>","children":null,"spread":false}],"spread":true},{"title":"libraries","children":[{"title":"commons_beanutils_1_9_3.xml <span style='color:#111;'>660B</span>","children":null,"spread":false},{"title":"lib.xml <span style='color:#111;'>290B</span>","children":null,"spread":false}],"spread":true},{"title":"misc.xml <span style='color:#111;'>276B</span>","children":null,"spread":false},{"title":"workspace.xml <span style='color:#111;'>6.46KB</span>","children":null,"spread":false},{"title":"encodings.xml <span style='color:#111;'>1.02KB</span>","children":null,"spread":false},{"title":"modules.xml <span style='color:#111;'>269B</span>","children":null,"spread":false}],"spread":true},{"title":"TestJavaWeb.iml <span style='color:#111;'>1.04KB</span>","children":null,"spread":false},{"title":"web","children":[{"title":"WEB-INF","children":[{"title":"classes","children":null,"spread":false},{"title":"lib","children":[{"title":"servlet-api.jar <span style='color:#111;'>173.41KB</span>","children":null,"spread":false},{"title":"mysql-connector-java-8.0.11.jar <span style='color:#111;'>1.94MB</span>","children":null,"spread":false},{"title":"jstl-1.2.jar <span style='color:#111;'>404.53KB</span>","children":null,"spread":false},{"title":"standard-1.1.2.jar <span style='color:#111;'>384.04KB</span>","children":null,"spread":false},{"title":"commons-beanutils-1.9.3.jar <span style='color:#111;'>240.40KB</span>","children":null,"spread":false},{"title":"commons-logging-1.2.jar <span style='color:#111;'>60.38KB</span>","children":null,"spread":false}],"spread":true},{"title":"web.xml <span style='color:#111;'>3.59KB</span>","children":null,"spread":false}],"spread":true},{"title":"Jsp","children":[{"title":"Admin.jsp <span style='color:#111;'>1.48KB</span>","children":null,"spread":false},{"title":"AddScore.jsp <span style='color:#111;'>2.06KB</span>","children":null,"spread":false},{"title":"Student.jsp <span style='color:#111;'>1.25KB</span>","children":null,"spread":false},{"title":"Foot.jsp <span style='color:#111;'>944B</span>","children":null,"spread":false},{"title":"FindScore.jsp <span style='color:#111;'>2.14KB</span>","children":null,"spread":false},{"title":"Login.jsp <span style='color:#111;'>1.95KB</span>","children":null,"spread":false},{"title":"UpdDelScore.jsp <span style='color:#111;'>3.62KB</span>","children":null,"spread":false}],"spread":true},{"title":"index.jsp <span style='color:#111;'>306B</span>","children":null,"spread":false}],"spread":true}],"spread":true}],"spread":true}]

评论信息

免责申明

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