摘 要
本研究针对当前养老院信息管理的实际需求,从实际工作场景出发,深入分析了传统养老院信息管理系统中存在的问题。结合计算机系统的结构特点、概念模型、工作原理及设计方法,并充分利用计算机技术的优势,我们设计并实现了一款新的养老院信息管理系统。该系统采用了目前最为流行的B/S结构,以及Java中的MVC三层设计模式,通过MyEclipse编辑器进行开发,并使用MySQL数据库进行数据存储和管理。
该养老院信息管理系统功能全面,包括系统用户管理模块、需求服务管理模块、床位信息管理模块、通知公告管理模块、登录模块以及退出模块等多个功能模块。这些模块的实现,使得养老院的信息管理实现了信息化、网络化,极大地提高了管理效率。
通过系统测试,我们验证了系统设计目标的达成。相比传统的管理模式,本系统更加合理地利用了养老院的信息管理数据资源,有效地减少了经济投入,同时大大提高了养老院信息管理的效率和准确性。
关键词:养老院信息管理;B/S结构;MVC设计模式;MyEclipse编辑器;MySQL数据库
ABSTRACT
According to the actual needs of information management in nursing homes, this study deeply analyzes the problems existing in the traditional information management system from the actual working scenarios. Combined with the structural characteristics, conceptual model, working principle and design method of the computer system, and make full use of the advantages of computer technology, we have designed and realized a new nursing home information management system. The system adopts the most popular B / S structure, and the MVC three-layer design mode in Java, is developed through the MyEclipse editor, and performs data storage and management using the MySQL database.
The information management system of the nursing home has comprehensive functions, including system user management module, demand service management module, bed information management module, notification management module, login module, exit module and other functional modules. The realization of these modules makes the information management of the nursing home realize the information and network, and greatly improves the management efficiency.
Through the system test, we have verified the achievement of the system design goal. Compared with the traditional management mode, this system makes more reasonable use of the information management data resources of nursing homes, effectively reduces the economic input, and greatly improves the efficiency and accuracy of information management in nursing homes.
Key words: nursing home information management; B / S structure; MVC design mode; MyEclipse editor; MySQL database
目 录
ABSTRACT
目 录
第1章 绪论
1.1开发背景
1.2开发意义
1.3研究内容
第2章 主要技术和工具介绍
2.1 JSP语言
2.2 MySQL数据库
2.3 jsp技术
2.4MVC模式
第3章 系统分析
3.1可行性分析
3.1.1经济可行性
3.1.2技术可行性
3.1.3操作可行性
3.2需求分析
3.3业务流程分析
3.4数据流程分析
第4章 系统设计
4.1系统结构设计
4.2功能模块设计
4.3数据库设计
4.3.1数据库设计概述
4.3.2概念设计
4.3.3表设计
第5章 系统实现
5.1基本任务
5.2登录模块的实现
5.2.1首页实现
5.2.2管理员后台登录
5.3用户模块的实现
5.3.1注册模块及登录的实现
5.3.2需求管理模块的实现
5.4管理员模块的实现
5.4.1系统管理模块的实现
5.4.2需求服务管理模块的实现
5.5.3工作人员管理模块的实现
第6章 系统测试
6.1测试目的
6.2测试概述
6.3单元测试
6.3.1注册测试
6.3.2登录测试
6.4集成测试
第7章 总结
致 谢
参考文献






















