dormitory-management-system
Shanshi Dormitory Floor Optimization Management System
Optimize the attendance related work of all dormitories in Shanshi
Development Environment
- Database software: MySQL8.0 + Navicat Premium 12
- Development environment: eclipse + jdk1.8.0_181 + Tomcat 9.0
- Front-end technology: HTML + CSS + JavaScript
- Backend technology: Jsp + Servlet
- Design mode: MVC front and back end separation
Folders
- StudentSystemsrc: servlet code
- The StudentSystemsrccom.stu.dao package mainly implements the system's interface classes, etc.;
- StudentSystemsrccom.stu.entity mainly implements different login users;
- StudentSystemsrccom.stu.filter and StudentSystemsrccom.stu.servlet mainly implement entry checking, querying the time of duty, login, etc.;
- StudentSystemsrccom.stu.util implements JDBC database connection
- StudentSystemWebContent: jsp front-end code
- StudentSystemWebContentimages: jsp front-end image required
- StudentSystemWebContentsql: Required database SQL