基于JSP的高校宿舍管理系统
毕业设计(论文) 资料
设计(论文)题目:
高校宿舍管理系统
基于JSP的高校宿舍管理系统
摘 要
随着科技的迅速发展,各种管理系统已应用到社会的各个领域。高等院校作为科技发展的前沿阵地,实现对学生宿舍的信息化管理是一个必然的趋势和潮流,学生宿舍采用传统的手工管理模式已经逐渐不能适应时代的发展。
通过学生宿舍管理系统这个平台,可以实现宿舍管理的信息化、网络化、系统化、规范化,使工作人员从繁杂的数据查询和统计中解脱出来,减少工作量。系统的主要功能包括:楼宇信息管理、宿舍信息管理、学生信息管理、访客信息管理、卫生评分模块。电费信息管理,学生报修等功能。
本系统前台主要使用JSP作为开发语言,后台使用MySQL作为数据库管理系统,开发环境是MyEclipse,服务器采用tomcat,开发出的一个基于Web技术的B/S结构的宿舍管理系统。
关键词:宿舍管理,JSP,B/S结构
I
基于JSP的高校宿舍管理系统
ABSTRACT
With the rapid development of technology, all kinds of management systems are applied to various fields of the society. Colleges and universities as the forefront of scientific and technological development, it becomes an inevitable trend and fashion to achieve student’s dormitories information management, however, the traditional manual management mode of students’ dormitories can’t keep pace with the times。
Through the platform of students' dormitory management system can realize informatization and networking, dormitory management systematization, standardization, make the staff from multifarious data query and statistics, reduce the workload. The main functions of the system include: building information management, dormitory management, student information management, visitor information management module, health score. Electricity information management, student service, and other functions。
The system uses JSP as the onstage main development language, the backstage use MySQL as a database management system, development environment is MyEclipse, the server uses tomcat, developed a Web-based technology, B/S structure of the apartment management system。
Keywords: Dormitory management,JSP, B / S structure
II
基于JSP的高校宿舍管理系统
目 录
摘 要 .................................................................................................................... I ABSTRACT ......................................................................................................... II 第一章 绪论 ......................................................................................................... 1
1.1开发背景及目的 ........................................................................................................... 1 1.2国内外研究现状 ........................................................................................................... 1 1.3开发工具及技术 ........................................................................................................... 2
1.3.1开发工具 ............................................................................................................. 2 1.3.2 JSP技术 .............................................................................................................. 3 1.3.3 JavaScript ............................................................................................................ 4 1.4软硬件需求 ................................................................................................................... 4
第二章 需求分析 ................................................................................................. 5
2.1需求调研 ....................................................................................................................... 5 2.2可行性分析 ................................................................................................................... 5
2.2.1技术的可行性 ..................................................................................................... 5 2.2.2经济的可行性 ..................................................................................................... 5 2.2.3操作可行性 ......................................................................................................... 5 2.2.4法律的可行性 ..................................................................................................... 6 2.3系统用例图 ................................................................................................................... 6 2.4功能模块图 ................................................................................................................... 7 2.5设计的基本思想 ........................................................................................................... 8 2.6性能需求 ....................................................................................................................... 9
2.6.1系统的安全性 ..................................................................................................... 9 2.6.2数据的完整性 ..................................................................................................... 9 2.7界面需求 ....................................................................................................................... 9
第三章 系统分析与设计 ................................................................................... 11
3.1数据库的分析与设计 ................................................................................................. 11
3.1.1数据库的概念结构设计 ................................................................................... 11 3.1.2数据库的逻辑结构设计 ................................................................................... 14 3.1.3数据库的连接原理 ........................................................................................... 17
第四章 系统功能实现 ....................................................................................... 19
4.1登陆页面实现 ............................................................................................................. 19 4.2系统主界面 ................................................................................................................. 21
4.2.1学生信息管理 ................................................................................................... 21 4.2.2宿舍信息管理 ................................................................................................... 24
III
基于JSP的高校宿舍管理系统
4.2.3访客信息管理 ................................................................................................... 26 4.2.4电费信息管理 ................................................................................................... 28 4.2.5报修信息模块 ................................................................................................... 30 4.2.6修改登陆密码 ................................................................................................... 32 4.2.7安全退出系统 ................................................................................................... 32
第五章 系统测试 ............................................................................................... 33
5.1系统测试目的与意义 ................................................................................................. 33 5.2测试过程 ..................................................................................................................... 33
5.2.1主页面的登录模块测试 ................................................................................... 33 5.3其他错误 ..................................................................................................................... 34
结 论 ................................................................................................................. 35 参考文献 ............................................................................................................. 36 致 谢 ................................................................................................................. 37
IV
相关推荐: