毕业设计(论文)
( 2016 届)
设计(论文)题目
校 园 宿 舍 管 理 系 统 论 文
办 学 点 ( 系 )
信 息 工 程 系
专 业
XXX
班 级
XXX
学 号
XXX
学 生 姓 名
XXX
起 讫 日 期
XX 年 XX 月 — XX 年 X 月
指 导 教 师
XX 职 称 讲 师
评 阅 教 师
XX 职 称 讲 师
XX 年 X 月 X 日
XX 学 院 教 务 处 制
T H E C I T Y V O C A T I O N A L C O L L E G E O F J I A N G S U
校园宿舍管理系统论文
摘要
当今时代是飞速发展的信息时代,各行各业都离不开信息处理,然而,现今
有许多高校仍然用手工对宿舍进行管理。而随着办学规模的不断扩大,学生人数
越来越多,数据信息处理的工作量也日益增大,这种手工管理存在的弊端就会显
现出来,如易出错,出错后不易修改;易丢失数据,而且不易查找等等。为了提
高高校的整体管理水平,同时基于计算机在高校宿舍管理的应用也日趋普及,这
使得建立学生宿舍管理系统成为必然的选择。针对这种现象设计了一套学生宿舍
管理系统,学生宿舍管理系统采用的是计算机化管理,系统做的尽量人性化,使
用者会感到操作非常方便,管理人员需要做的就是将数据输入到系统的数据库中
去。由于数据库存储容量相当大,而且比较稳定,适合较长时间的保存,也不容
易丢失。这无疑是为信息存储量比较大的学校提供了一个方便、快捷的操作方式。
关键词: 校园宿舍、jsp、Struts2、管理系统
Campus dormitory management system
Abstract
The present era is the rapid development of the information age, in all walks of
life cannot do without information processing, however, there are still many
universities with manual management of dormitory. With the expanding scale, the
number of students more information and data processing, increasing the workload is,
this manual management malpractice will be revealed, such as easy to make mistakes,
mistakes are not easily modified; easy to loss of data, and is not easy to find. In order
to improve the overall management level of colleges and universities, at the same time,
based on the application of management in the university dormitory computer is
becoming more and more popular, which makes the establishment of student
dormitory management system has become an inevitable choice. In view of this
phenomenon to design a student hostel management system, student hostel
management system using a computer management system, do try to humanity, the
user will feel very convenient operation, managers need to do is to input data into the
database in the system. Because the database storage capacity is large, but also
relatively stable, save for a long time, not easy to lose. This is for the storage of
information than the larger schools provide a convenient, fast operation.
Keywords: Campus dormitory, JSP, Struts2, management system
目 录
摘要 ............................................................................................................................................2
Campus dormitory management system ........................................................................3
Abstract ....................................................................................................................................3
第一章 绪论 ..............................................................................................................................1
1.1 校园宿舍管理系统的开发背景 ........................................................................................1
1.2 设计目的与意义 .................................................................................................................1
第二章 系统需求分析 ..............................................................................................................2
2.1 可行性分析 ........................................................................................................................2
2.1.1 操作可行性.................................................................................................................2
2.1.2 经济可行性.................................................................................................................2
2.1.3 技术可行性.................................................................................................................2
2.2 方案的设计与比较 .............................................................................................................3
2.2.1 C/S 设计结构和 B/S 设计结构比较..........................................................................3
2.2.2 系统模式的设计.........................................................................................................3
2.2.3 系统设计的技术选择..................................................................................................3
2.2.4 系统的运行环境..........................................................................................................3
2.3 系统基本功能需求 ............................................................................................................4
2.3.1 系统结构.....................................................................................................................4
2.4 数据库需求分析 ................................................................................................................5
2.5 系统目标 ............................................................................................................................5
第三章 系统概要设计 ..............................................................................................................6
3.1 总体设计 .............................................................................................................................6
3.1.1 处理流程.....................................................................................................................6
3.1.2 系统的数据流图..........................................................................................................7
3.2 系统结构图 ........................................................................................................................7
3.3 数据库设计 .........................................................................................................................8
3.4 逻辑结构设计 ...................................................................................................................11
3.5 数据库表的设计 ...............................................................................................................11
第四章 系统的详细设计与实现 ............................................................................................14
4.1 系统登录界面...............................................................................................................14
...............................................................................................................................................15
...............................................................................................................................................15
4.2 系统主界面...................................................................................................................16
4.3 管理员角色功能实现...................................................................................................18
4.3.1 楼宇管理员管理...................................................................................................18
4.3.2 学生管理...............................................................................................................23
4.3.3 楼宇管理...............................................................................................................27
4.3.4 宿舍管理...............................................................................................................34
4.3.5 学生入住登记管理...............................................................................................39
4.3.6 学生寝室调换管理...............................................................................................40
4.3.7 学生迁出登记管理...............................................................................................41
4.3.8 学生缺勤登记管理...............................................................................................43
4.3.9 迁出记录...............................................................................................................45
4.3.10 修改密码.............................................................................................................47
4.3.11 退出系统.............................................................................................................49
4.4 楼宇管理员角色功能实现...........................................................................................50
4.4.1 学生管理.............................................................................................................50
4.4.2 学生缺寝记录管理.............................................................................................52
4.5 学生角色功能实现.......................................................................................................55
4.5.1 我的缺寝记录.....................................................................................................55
结论 ..........................................................................................................................................57
参考文献 ..................................................................................................................................58