毕业论文--新生注册与宿舍管理系统的设计与实现

上传人:liy****000 文档编号:115221011 上传时间:2019-11-13 格式:DOC 页数:52 大小:1.04MB
返回 下载 相关 举报
毕业论文--新生注册与宿舍管理系统的设计与实现_第1页
第1页 / 共52页
毕业论文--新生注册与宿舍管理系统的设计与实现_第2页
第2页 / 共52页
毕业论文--新生注册与宿舍管理系统的设计与实现_第3页
第3页 / 共52页
毕业论文--新生注册与宿舍管理系统的设计与实现_第4页
第4页 / 共52页
毕业论文--新生注册与宿舍管理系统的设计与实现_第5页
第5页 / 共52页
点击查看更多>>
资源描述

《毕业论文--新生注册与宿舍管理系统的设计与实现》由会员分享,可在线阅读,更多相关《毕业论文--新生注册与宿舍管理系统的设计与实现(52页珍藏版)》请在金锄头文库上搜索。

1、 学 号 密 级 大学学士学位论文新生注册与宿舍管理系统的设计与实现院(系)名称:计算机科学与技术学院专业名称:计算机科学与技术学生姓名:指导教师:2014年6月II学 号 密 级 新生注册与宿舍管理系统的设计与实现Registration and Dormitory Management System 学生姓名:所在学院:计算机科学与技术学院所在专业:计算机科学与技术指导教师:职称:所在单位:论文提交日期:2014年6月论文答辩日期:2014年6月学位授予单位新生注册与宿舍管理系统的设计及实现摘 要近十几年来,国家对人才的需求以及普通民众对教育的重视,同时我国人口基数巨大,教育行业的飞速发展

2、也导致了各大高校从以前的精英教育模式逐渐转变为大众教育模式。直观表现为大学升学率逐年升高,各大高校的规模迅猛扩增。在这样的背景之下,高校的新生报到、学生管理及宿舍管理已经成为一个重大难题。与此同时,计算机技术正在飞速发展,以网页技术为代表的管理系统在行政管理、公司管理中已经发挥了重要的作用。综合以上几点,传统的新生注册流程以及宿舍管理方式必将被逐步淘汰。本系统实现以下几个主要功能:新生注册、毕业、宿舍分配、班级分配功能,简化了新生注册、毕业流程。公寓管理、院系管理,能对公寓、宿舍、院系、班级信息进行增删改查。寝室班级调换功能、缺寝缺课查询功能让本系统更加丰富,实现了用户多角色、多权限的管理,根

3、据角色及权限自动登录、对不同权限的具体功能进行了细致的区分设计。本系统前台功能导航丰富,操作流程简便直观,校验合理,不易误操作,信息检索迅速方便,多功能于一体配合权限等级的设计也利于高校信息的统一管理以及资源的高效利用和及时更新。 本系统基于B/S架构与MVC(Model-View-Control)模式,使系统开发和系统后续管理具有良好的规范性、可维护性。数据库采用MY SQL,使用JSP(Java Server Pages)、Strust2、JavaScript、Ajax(Asynchronous JavaScript + XML即异步JavaScript和XML)等技术,为管理过程中的级联

4、菜单、查询页面等功能中提供了技术支持。关键词:mvc;struts2;分级权限;新生注册;宿舍管理IAbstractOver the last decades, national demand for talent and the 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 colle

5、ge education model from the previous elite to public education mode. It directly increase the enrollment rate of university 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

6、. At the same time, the rapid development of computer technology has played an important role in the administration, 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 followi

7、ng main functions: Student registration, graduation, dorm assignments, class distribution function, simplifying student registration, graduation process. Apartment management, faculty management, are capable of information CRUD including apartments, dormitories, faculty, class. The feature of bedroo

8、m swaps classes, the function of sleep absences query make the system more abundant. The navigation system features 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 perm

9、ission levels make it conducive to unified management ,together with efficient use of resources and timely information 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, maintain

10、ability. The Database uses MY SQL, which use JSP (Java Server Pages), Strust2, JavaScript, Ajax (Asynchronous JavaScript + 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 .ke

11、ywords: mvc;struts2;classification authority;student registration;dormitory managementV目 录第1章 绪论1 1.1 系统开发背景和意义1 1.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 开发环境

12、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 宿舍管理模块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 系统管理

13、模块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 院系信息管理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 系统开发背景和意义十年树木百年树人,国加对教育的投入越来越大,从九年义务制教育到现在的大学升学率不算增高,不断有高校成立,各大高校的规模也在不断扩大,学校的新生注册与后勤管理在传统管理方式上也成为了一大难题。与此同时,计算机技术技术已经开始飞速发展,互联网产业的崛起也意味着计算机技术尤其是网站技术在公司管理、后勤管理的运用已经越来越普遍。新生注册与宿舍管理系统是结合学校迎新活动管理的实际需要对新生的入学情况进行管理以及整合了宿舍管理的多元化高校后勤管理系统1-4 新生注册报

展开阅读全文
相关资源
相关搜索

当前位置:首页 > 学术论文 > 毕业论文

电脑版 |金锄头文库版权所有
经营许可证:蜀ICP备13022795号 | 川公网安备 51140202000112号