资料详情

基于JavaSSM+Mysql的学生宿舍管理系统设计与实现 毕业论文

头像

JAVA/JSP

编号:343

目 录

摘  要

Abstract

1 绪论

1.1研究背景

1.2研究现状

1.3研究内容

2 相关技术简介

2.1 JSP技术

2.2 B/S结构

2.3 MYSQL数据库

2.4 Java简介

3 系统分析

3.1 可行性分析

3.1.1 技术可行性

3.1.2 经济可行性

3.1.3 操作可行性

3.1.3 法律可行性

3.2 系统性能分析

3.3 系统功能分析

3.4 系统结构分析

3.4.1逻辑结构

3.4.2 物理结构

3.5 系统流程分析

3.5.1 操作流程

3.5.2 添加信息流程

3.5.3 编辑信息流程

3.5.4 删除信息流程

4 系统设计

4.1 系统结构设计

4.2 系统顺序图设计

4.2.1登录模块顺序图

4.2.2添加信息模块顺序图

4.3 数据库设计

4.3.1数据库E-R图设计

4.3.2数据库表设计

5 系统实现

5.1 登录模块的实现

5.2 新闻公告管理模块的实现

5.3 用户列表模块的实现

5.4 楼宇信息管理模块的实现

5.5 宿舍信息管理模块的实现

5.5.1添加宿舍界面

5.5.2宿舍信息管理界面

5.5.3添加入住信息界面

5.5.4学生入住信息管理界面

5.5.5寝室调换管理界面

5.5.6迁出登记管理界面

5.5.7缺勤管理界面

5.6 缺勤统计管理模块的实现

6 系统测试

6.1 测试目标

6.2 测试策略

6.3 测试任务

6.4 测试结果

7 总结

参考文献

致谢


摘  要

随着学校规模的不断扩大,学校学生宿舍建设越来越完善,住校人数的不断增加,导致传统的学生宿舍管理方式已经无法满足学校管理需求,学校在学生宿舍管理方面急需变革,而设计一个好的学生宿舍管理系统将会对学生宿舍管理工作带来事半功倍的效果。

本学生宿舍管理系统是以学生宿舍管理为事例而开发的,系统以实际运用为开发背景,基于SSM框架,采用JSP技术,MYSQL数据库设计开发,充分保证系统的稳定性。系统具有界面清晰、操作简单,功能齐全的特点,使得学生宿舍管理工作系统化、规范化、高效化。

本系统的使用使管理人员从繁重的工作中解脱出来,实现无纸化办公,能够有效的提高学生宿舍管理效率。

[关键词]:学生宿舍管理;JSP技术;SSM框架;MYSQL数据库


Abstract

With the continuous expansion of the school’s scale, the construction of the school’s student dormitory has become more and more complete, and the continuous increase in the number of students in the school has caused the traditional student dormitory management method to no longer meet the school’s management needs. A good student dormitory management system will bring a multiplier effect to student dormitory management.

This student dormitory management system is developed based on the case of student dormitory management. The system is developed with practical application as the background, based on the SSM framework, using JSP technology, and MYSQL database design and development to fully ensure the stability of the system. The system has the characteristics of clear interface, simple operation and complete functions, which makes the management of student dormitory systematized, standardized and efficient.

The use of this system frees management staff from heavy work, realizes paperless office, and can effectively improve the efficiency of student dormitory management.

[Keywords]: Student dormitory management; JSP technology; SSM framework; MYSQL database