摘要
随着教育的蓬勃发展,学校每年招收人数不断增多,宿舍作为学生聚集地之一其管理方式引起了人们的重视。管理宿舍需要记录和查询大量的信息,显然以手写记录的方式管理宿舍已经达不到人们的要求,所以一种新型的宿舍管理方式应运而生,也就是宿舍管理系统。本文设计的宿舍管理系统系统采用的开发工具是 Eclipse,开发语言是 Jsp 和 Java,框架采用的是 SpringMVC+Hibernate,数据库采用了 MySQL,服务器选用了 Tomcat。本文设计的宿舍管理系统是在对已使用的宿舍管理系统进行调研的基础上,再分析考虑学生和管理人员实际情况和具体需求,进而设计和实现一个宿舍管理系统。系统实现的宿舍管理系统,系统管理员可以对学生信息、宿舍信息、班级信息、访客信息、评分信息、损坏信息等进行管理,宿舍管理员可以对宿舍信息、访客信息、评分信息、损坏信息等进行管理,学生可以对访客信息和损坏信息等进行管理。系统设计开发时采用模块化结构设计的方法,使系统具有良好的整体性、层次性和可扩展性。
关键词:宿舍管理;SpringMVC;Hibernate;MySQL
Abstract
With the vigorous development of education, the number of students enrolled in the school continues to increase every year. The management of dormitories as one of the gathering places for students has attracted people's attention. Management dormitory needs to record and query a lot of information. Obviously, the management of dormitory by hand-written record has not met people's requirements, so a new dormitory management method came into being, that is, the dormitory management system. The development tool used in the dormitory management system designed in this paper is Eclipse, the development languages are Jsp and Java, the framework uses SpringMVC+Hibernate, the database uses MySQL, and the server uses Tomcat. The dormitory management system designed in this paper is based on the investigation of the used dormitory management system, and then analyzes and considers the actual situation and specific needs of students and administrators, and then designs and implements a dormitory management system. The dormitory management system implemented by the system. The system administrator can manage student information, dormitory information, class information, visitor information, scoring information, and damage information. The dormitory administrator can manage dormitory information, visitor information, scoring information, and damage information. Management, students can manage visitor information and damage information. During the system design and development, the modular structure design method is adopted to make the system have good integrity, hierarchy and expandability.
Keywords: Dormitory management; SpringMVC; Hibernate; MySQL