毕 业 设 计(论 文)
题目:老年公寓管理系统设计与实现
I
摘 要
使用旧方法对老年公寓管理信息进行系统化管理已经不再让人们信赖了,把
现在的网络信息技术运用在老年公寓管理信息的管理上面可以解决许多信息管
理上面的难题,比如处理数据时间很长,数据存在错误不能及时纠正等问题。
这次开发的老年公寓管理系统管理员,员工,老人。管理员功能有个人中心,
员工管理,老人管理,联络人管理,公寓信息管理,房间信息管理,住宿信息管
理,缴费信息管理,健康信息管理,请假信息管理,退住信息管理,访客记录管
理,留言板管理,系统管理等。员工功能有个人中心,老人管理,房间信息管理,
住宿信息管理,缴费信息管理,健康信息管理,请假信息管理,退住信息管理,
访客记录管理,留言板管理,系统管理等。老人功能有个人中心,住宿信息管理,
缴费信息管理,健康信息管理,请假信息管理,退住信息管理,访客记录管理,
我的收藏管理。。经过前面自己查阅的网络知识,加上自己在学校课堂上学习的
知识,决定开发系统选择 B/S 模式这种高效率的模式完成系统功能开发。这种模
式让操作员基于浏览器的方式进行网站访问,采用的主流的 Java 语言这种面向
对象的语言进行老年公寓管理系统程序的开发,在数据库的选择上面,选择功能
强大的 MySQL 数据库进行数据的存放操作。
老年公寓管理系统被人们投放于现在的生活中进行使用,该款管理类软件就
可以让管理人员处理信息的时间介于十几秒之间。在这十几秒内就能完成信息的
编辑等操作。有了这样的管理软件,老年公寓管理信息的管理就离无纸化办公的
目标更贴近了。
关键词:老年公寓管理系统;Java;MySQL;SSM 框架
II
Abstract
Using the old method to systematically manage the management information of
elderly apartments is no longer trusted by people. Applying the current network
information technology to the management of elderly apartment management
information can solve many problems in information management, such as long data
processing time. , The data has errors and can’t be corrected in time.
This development of the elderly apartment management system administrators,
employees, and the elderly. Administrator functions include personal center,
employee management, elderly management, contact management, apartment
information management, room information management, accommodation
information management, payment information management, health information
management, leave information management, check-out information management,
visitor record management, Message board management, system management, etc.
Employee functions include personal center, elderly management, room information
management, accommodation information management, payment information
management, health information management, leave information management,
check-out information management, visitor record management, message board
management, system management, etc. The functions of the elderly include personal
center, accommodation information management, payment information management,
health information management, leave information management, check-out
information management, visitor record management, and my collection
management. . After the network knowledge I checked before, plus the knowledge I
learned in the school classroom, I decided to choose the B/S mode as a
high-efficiency mode for the development system to complete the system function
development. This mode allows the operator to access the website based on the
browser. The mainstream Java language, an object-oriented language, is used for the
development of the elderly apartment management system program. In the selection
of the database, the powerful MySQL database is selected for data. Storage operation.
The elderly apartment management system is used by people in their daily lives. This
management software allows managers to process information within a dozen seconds.
III
Information editing and other operations can be completed within these ten seconds.
With this kind of management software, the management of the management
information of elderly apartments is closer to the goal of paperless office.
Key Words:Elderly apartment management system; Java; MySQL; SSM framework
IV
目 录
目 录 ...............................................IV
1 绪论 ...............................................1
1.1 研究背景 .........................................................................................................1
1.2 目的和意义 ......................................................................................................1
1.3 论文结构安排 .................................................................................................2
2 相关技术............................................3
2.1 SSM 框架介绍 .................................................................................................3
2.2 B/S 架构介绍 ...................................................................................................3
2.3 MYSQL 数据库介绍........................................................................................4
2.4 JAVA 语言介绍 ...............................................................................................5
3 系统分析............................................6
3.1 系统可行性分析 ..............................................................................................6
3.1.1 技术可行性分析 ..................................................................................6
3.1.2 经济可行性分析 ..................................................................................6
3.1.3 运行可行性分析 ..................................................................................6
3.2 系统性能分析 ..................................................................................................7
3.2.1 系统安全性 ..........................................................................................7
3.2.2 数据完整性 ..........................................................................................7
3.2.3 系统可扩展性 .......................................................................................8
3.3 系统流程分析 ..................................................................................................8
3.3.1 系统登录流程 .......................................................................................9
3.3.2 信息添加流程 .....................................................................................10
3.3.3 信息删除流程 .....................................................................................10
4 系统设计...........................................12
4.1 系统概要设计 ................................................................................................12