基于SSH的健康管理系统平台设计与实现毕业论文+任务书+开题+翻译及原文+答辩+源码+数据库+辅导视频
基于SSH的健康管理系统平台设计与实现摘要随着网络技术的不断发展,网站的开发与运用变得更加广泛。这次采用java语言SSH框架(Spring,Struts,Hibernate)设计并实现了面向特定群体的健康管理平台。该网站主要有教师饮食管理、教师健康日志、教师体检管理、疾病预测评估等功能模块。通过该网站,教师可以更好的关注自己的体检状况以及最近的身体状况,根据自身情况调整饮食,睡眠等生活习惯,并且可以及时预测高血压以及糖尿病的患病可能性大小,以便采取有效地预防措施。本系统采用的是典型的J2EE 三层结构,分为表现层、中间层(业务逻辑层)和数据服务层。三层体系将业务规则、数据访问及合法性校验等工作放在中间层处理。客户端不直接与数据库交互,而是通过组件与中间层建立连接,再由中间层与数据库交互。关键词:健康管理,慢性病,Spring,Struts,HibernateDesign and Implement of Health Management Platform for the Specific GroupsAbstractWith the continuous development of network technology , the use of web site has became more widespread. This time I use JAVA language and SSH frame (Spring , Struts , Hibernate) to design and implement the health management platform for specific groups. Dietary management of teachers, teachers’ health log, medical management for teachers, disease forecast are designed in the web. Through the site, teachers can focus on their physical condition better, also can according to their circumstances to adjust their diet, sleep habits, etc. At the same time, we can take preventive measures to avoid hypertension and diabetes effectively.The system uses a three-tier structure called J2EE, divided into presentation layer, intermediate layer (business logic layer) and data services layer. Three-tier system put business rules, data access and legality verification work on the middle layer to process. Client does not establish a direct interaction with database, but make connections with the middle tier by components and then interacts with the database on the middle layer .Keywords: Healthy Manage , Chronic disease , Spring , Struts , Hibernate目 录1引言 11.1设计背景 11.2设计目的和意义 11.3 国内外研究现状 22 系统需求分析 32.1系统目标 32.2 系统功能要求 32.2.1前台功能 32.2.2后台功能 42.3 系统性能要求 42.4系统数据要求 42.4.1数据的性质 42.4.2数据字典 52.4.3实体联系图 63 系统设计 93.1 开发工具介绍 93.1.1 My eclipse介绍 93.1.2 Oracle介绍 93.2开发技术介绍 103.2.1 Struts 2介绍 103.2.2 Spring介绍 113.2.3 Hibernate介绍 113.2.4 Jsp介绍 123.2.5 Jquery介绍 123.2.6 Dwr(Ajax)介绍 133.3 系统架构设计 133.3.1 Hibernate持久化 153.3.2 Service层 164 系统概要设计 174.1系统体系结构 174.1.1 设计原则 174.1.2 运行架构 174.2 网站功能结构 184.3数据库表设计 194.3.1 数据库详细设计 194.3.2 数据库逻辑结构设计 194.3.3 数据库表设计 204.4 信息安全设计 214.4.1 网络安全 224.4.2 其他安全 225详细设计 235.1 系统流程图 235.2 前台主页界面设计 235.2.1前台主页功能设计 235.2.2教师饮食管理功能设计 245.2.3教师健康日志功能设计 255.2.4教师体检管理功能设计 265.2.5疾病预测评估功能设计 275.2.6注册功能设计 285.3后台主页界面设计 295.3.1管理员用户登录功能 295.3.2管理管理员功能 305.3.3管理员管理体检结果 315.3.4管理员管理健康新闻 325.3.5管理员管理教师功能 336 系统测试 346.1编写测试用例 346.2单元测试 346.3系统和集成测试 357 结论 36参 考 文 献 37致 谢 38