1、学 号 密 级 新生注册与宿舍管理系统的设计与实现Registration and Dormitory Management System 学生姓名:所在学院:所在专业:指导教师:职称:所在单位:论文提交日期:论文答辩日期:学位授予单位:新生注册与宿舍管理系统的设计及实现摘 要近十几年来,国家对人才的需求以及普通民众对教育的重视,同时我国人口基数巨大,教育行业的飞速发展也导致了各大高校从以前的精英教育模式逐渐转变为大众教育模式。直观表现为大学升学率逐年升高,各大高校的规模迅猛扩增。在这样的背景之下,高校的新生报到、学生管理及宿舍管理已经成为一个重大难题。与此同时,计算机技术正在飞速发展,以网页
2、技术为代表的管理系统在行政管理、公司管理中已经发挥了重要的作用。综合以上几点,传统的新生注册流程以及宿舍管理方式必将被逐步淘汰。本系统实现以下几个主要功能:新生注册、毕业、宿舍分配、班级分配功能,简化了新生注册、毕业流程。公寓管理、院系管理,能对公寓、宿舍、院系、班级信息进行增删改查。寝室班级调换功能、缺寝缺课查询功能让本系统更加丰富,实现了用户多角色、多权限的管理,根据角色及权限自动登录、对不同权限的具体功能进行了细致的区分设计。本系统前台功能导航丰富,操作流程简便直观,校验合理,不易误操作,信息检索迅速方便,多功能于一体配合权限等级的设计也利于高校信息的统一管理以及资源的高效利用和及时更新
3、。 本系统基于B/S架构与MVC(Model-View-Control)模式,使系统开发和系统后续管理具有良好的规范性、可维护性。数据库采用MY SQL,使用JSP(Java Server Pages)、Strust2、JavaScript、Ajax(Asynchronous JavaScript + XML即异步JavaScript和XML)等技术,为管理过程中的级联菜单、查询页面等功能中提供了技术支持。关键词:mvc;struts2;分级权限;新生注册;宿舍管理IAbstractOver the last decades, national demand for talent and th
4、e general publics realization of the importance of education, together with a huge population base and the rapid development of the education sector have led to the change of major college education model from the previous elite to public education mode. It directly increase the enrollment rate of u
5、niversity together with the rapid expansion of the scale of the major universities. In this context, the registration of freshmen and the dormitory management have become a major problem. At the same time, the rapid development of computer technology has played an important role in the administratio
6、n, management of the company. Basing on the points above , the traditional student registration process and dormitory management is bound to be phased out.The system achieves the following main functions: Student registration, graduation, dorm assignments, class distribution function, simplifying st
7、udent registration, graduation process. Apartment management, faculty management, are capable of information CRUD including apartments, dormitories, faculty, class. The feature of bedroom swaps classes, the function of sleep absences query make the system more abundant. The navigation system feature
8、s rich reception, the operation process is simple and intuitive, reasonable parity .It is easy to misuse, the information retrieval is quick and easy. The all-in-one design with the permission levels make it conducive to unified management ,together with efficient use of resources and timely informa
9、tion updates.The system is based on B / S architecture and MVC (Model-View-Control) mode, which provides the system development and system management with good follow-normative, maintainability. The Database uses MY SQL, which use JSP (Java Server Pages), Strust2, JavaScript, Ajax (Asynchronous Java
10、Script + XML Asynchronous JavaScript and XML) technology, providing technical support for the management of the process of multi-level selection and other functions in the query page .keywords: mvc;struts2;classification authority;student registration;dormitory managementV目 录第1章 绪论1 1.1 系统开发背景和意义1 1
11、.2 国内外研究现状1 1.3 论文主要内容2 1.4 论文组织结构3第2章 系统需求分析及相关技术4 2.1 系统用户需求分析4 2.2 系统业务需求分析5 2.3 系统功能性需求分析5 2.3.1 系统管理5 2.3.2 宿舍管理6 2.3.3 院系管理7 2.3.4 学生信息管理7 2.4 系统非功能性需求分析8 2.5 系统开发环境及技术8 2.5.1 开发环境8 2.5.2 运行环境9 2.5.3 系统主要技术9 2.6 本章小结9第3章 系统概要设计10 3.1 系统总体架构10 3.2 系统功能模块设计13 3.2.1 用户登录模块13 3.2.2 系统管理模块14 3.2.3
12、宿舍管理模块14 3.2.4 院系管理模块15 3.2.5 学生信息管理15 3.3 数据库设计15 3.3.1 概念设计15 3.3.2 逻辑设计15 3.3.3 物理设计17 3.3.4 数据库表依赖关系22 3.4 本章小结22第4章 新生注册与宿舍管理系统的详细设计与实现23 4.1 MVC模式及Struts2框架23 4.2 系统登陆模块23 4.3 系统管理模块25 4.3.1 管理员及权限管理25 4.3.2 学生用户管理27 4.4 公寓及宿舍信息管理模块28 4.4.1 公寓信息管理28 4.4.2 宿舍信息管理28 4.5 院系及班级信息管理模块29 4.5.1 院系信息管
13、理29 4.5.2 班级信息管理29 4.6 公寓日常管理功模块30 4.6.1 学生入住30 4.6.2 寝室调换31 4.6.3 公寓学生信息组合查询32 4.6.4 缺寝管理32 4.6.5 迁出管理35 4.7 院系日常管理模块35 4.7.1 学生注册及班级分配35 4.7.2 班级调换35 4.7.3 学生查询及健康信息管理364.8 本章小结36结论37参考文献38攻读学士学位期间发表的论文和取得的科研成果41致谢42第1章 绪论第1章 绪论1.1 系统开发背景和意义十年树木百年树人,国加对教育的投入越来越大,从九年义务制教育到现在的大学升学率不算增高,不断有高校成立,各大高校的
14、规模也在不断扩大,学校的新生注册与后勤管理在传统管理方式上也成为了一大难题。与此同时,计算机技术技术已经开始飞速发展,互联网产业的崛起也意味着计算机技术尤其是网站技术在公司管理、后勤管理的运用已经越来越普遍。新生注册与宿舍管理系统是结合学校迎新活动管理的实际需要对新生的入学情况进行管理以及整合了宿舍管理的多元化高校后勤管理系统1-4 新生注册报到时,短时间对大量人员信息的处理及复杂的流程的给学校管理的工作人员带来了很大困难。在传统报到方式中,不仅学生注册工多流程繁复,而且很容易出现差错5。基于以上背景,利用计算机网络技术来实现高校新生注册,使新生注册工作流程缩短,使高校各个部门更好的利用学生数据是十分可行并且需要迫切执行的工作6。新生注册是新生报到最为重要的一部分,同时宿舍管理是后勤部门的一个重要工作。但是现在很多学校在这两个工作上仍然采取最原始的管理办法,利用人工和传统方式记录7。在学生人数越来越多的情况下,这不仅让新生报到工作耽误了大量时间,而且在学生入住的过程中学生住宿的信息得不到有效的更新,同时学生经常会更换宿舍,等等问题都伴随着发生。综合以上内容,新生注册和宿舍管