疫情防控管理系统设计与实现

 

摘 要

以往的疫情防控管理事务处理主要使用的是传统的人工管理方式,这种管理方式存在着管理效率低、操作流程繁琐、保密性差等缺点,长期的人工管理模式会产生大量的文本文件与文本数据,这对事务的查询、更新以及维护带来不少困难。随着互联网时代的到来,现如今网络的覆盖率已近非常的全面,现在人们对网络的需求也越来越高,为了减轻管理人员的工作负担,提高管理人员的工作效率,因此通过网络平台创建一个便捷高效的疫情防控管理系统来优化管理业务。通过本网站,用户可以在线查看相关信息可以说疫情防控管理系统是偏向实际应用的网站。

本文介绍了疫情防控管理系统设计方案,该网站使用Java语言和MyEclipse编辑器、MySQL数据库设计并实现的。网站功能包含系统用户管理、物资管理、项目管理、消毒管理、劳务管理、防疫管理、资料管理、防疫培训管理、测温管理、访客登记管理、系统管理等模块。概述了整个系统的设计框架,介绍了系统软件开发编译环境的搭建,阐述了各模块的功能及程序调用关系设计过程。

关键词:java语言;MyEclipse编辑器;MySQL数据库

ABSTRACT

In the past, the epidemic prevention and control affairs mainly used the traditional manual management mode, which has the disadvantages of low management efficiency, cumbersome operation process and poor confidentiality. The long-term manual management mode will produce a large number of text files and text data, which brings many difficulties to the query, update and maintenance of the transaction. With the arrival of the Internet era, the coverage of the network is now very comprehensive, and the demand for the network is becoming higher and higher. In order to lighten the work burden of managers and improve the efficiency of managers, Therefore, through the network platform to create a convenient and efficient epidemic prevention and control system to optimize management business. Through this website, users can view relevant information online. It can be said that the epidemic prevention and control system is biased towards practical applications.

This paper introduces the design scheme of epidemic prevention and control system. The website uses Java language, MyEclipse editor, MySQL database, and adopts SSM framework to design and implement it. The website function includes system user management, staff management, user management, epidemic situation management, epidemic prevention knowledge management, upload function management, report management, access registration management and other modules. This paper summarizes the design framework of the whole system, introduces the construction of the system software development and compilation environment, and expounds the functions of each module and the design process of program call relationship.

KEY WORDS:java language; MyEclipse editor; MySQL database

 

 

 

目  录

摘 要 I

ABSTRACT I

目  录 III

第1章 绪论 1

1.1开发背景 1

1.2开发意义 1

1.3研究内容 1

第2章 主要技术和工具介绍 3

2.1 Java语言 3

2.2 JSP技术 3

2.3统一建模语言 4

2.4 JavaScript脚本 4

2.5 Ajax技术 4

2.6 Tomcat服务器简介 5

2.7 html/CSS简介 5

2.8 MySQL数据库 5

第3章 系统分析 6

3.1可行性分析 6

3.1.1经济可行性 6

3.1.2技术可行性 6

3.1.3操作可行性 6

3.2需求分析 6

3.3业务流程分析 7

3.4数据流程分析 8

第4章 系统设计 10

4.1系统结构设计 10

4.2功能模块设计 10

4.3数据库设计 11

4.3.1 E-R图设计 11

4.3.2表设计 11

第5章 系统实现 12

5.1登录模块的实现 12

5.2创建用户的实现 12

5.3密码修改模块的实现 13

5.4物资管理模块的实现 13

5.5项目管理模块的实现 14

5.6消毒管理模块的实现 15

5.6劳务管理模块的实现 16

第6章  系统测试 18

6.1测试目的 18

6.2测试概述 18

6.3单元测试 18

6.3.1登录测试 18

6.3.2物资管理测试 19

6.3.3项目管理测试 20

6.4测试结果 20

第7章  总结 22

致  谢 23

参考文献 23