摘  要

 

疫情管理系统是一个网上信息管理的新型系统,其开发主要包括不同角色用户网页设计应用开发,数据库建立维护以及管理两个大的方面。对于前者要求建立功能完备,使用方便,操作简单等网站的设计特点。而对于后者则要求建立起数据一致性和完整性强,数据安全性好的数据库和管理功能。

论文对疫情管理系统进行了介绍,包括系统的现状,还有涉及的开发背景,然后还对系统的设计目标进行了论述,还有系统的需求,以及整个的设计方案,对系统的设计以及实现,也都论述的比较细致,最后对疫情管理系统进行了一些具体测试。

本文以JSP为开发技术,实现了一个网上疫情管理系统。疫情管理系统的主要功能包括管理员:系统用户管理、疫情管理、疫情分类管理、疫情上报管理、网格员管理、疫情统计、系统管理,网格员:个人资料管理、疫情管理、网格员管理等功能。

具体在系统设计上,采用了B/S的结构,同时,也使用JSP技术在动态页面上进行了设计,后台上采用MYSQL 数据库,是一个非常优秀的疫情管理系统。

 

关键词 :疫情管理系统;JSP技术;MYSQL数据库;B/S结构

Abstract

 

Covid-19 management system is a new type of online information management system. Its development mainly includes two major aspects: web design and application development of users with different roles, database establishment and maintenance, and management. For the former requirements to establish a complete function, easy to use, simple operation and other website design characteristics. For the latter, it is required to establish data consistency and integrity, good data security database and management functions.

Paper introduces the management system of epidemic diseases, including the present situation of the system, and involves the development background, and then has carried on the elaboration to the design of system target, and the demand of the system, and the whole design scheme of the system design and implementation, are also discussed more detailed, the last outbreak management system for the specific test.

In this paper, JSP as the development technology, the implementation of an online epidemic management system. The main functions of the epidemic management system include administrator: system user management, epidemic management, epidemic classification management, epidemic report management, grid member management, epidemic statistics, system management, grid member: personal data management, epidemic situation management, grid member management and other functions.

Specifically, in the system design, the B/S structure is adopted. At the same time, JSP technology is also used to design on the dynamic page. MYSQL database is adopted on the back platform, which is a very excellent outbreak management system.

 

Key words: Epidemic management system; JSP technology. MYSQL database; B/S structure

 

 

 

 

 

 

目    录

1 概述 1

1.1课题背景及意义 1

1.2 国内外研究现状 1

1.3 本课题主要工作 2

2 系统开发环境 3

2.1 JSP技术 3

2.1.1 JSP技术简介 3

2.1.2 JavaScript 3

2.1.3 JSP文件组成 3

2.2 MYSQL数据库 4

2.4 B/S结构 4

3 系统分析 5

3.1 可行性分析 5

3.1.1 技术可行性 5

3.1.2操作可行性 6

3.1.3 经济可行性 6

3.1.4 法律可行性 6

3.2系统流程分析 6

3.2.1系统开发流程 6

3.2.2 用户登录流程 7

3.2.3 系统操作流程 8

3.2.4 添加信息流程 9

3.2.5 修改信息流程 10

3.2.6 删除信息流程 10

3.3系统用例分析 11

3.3.1管理员用例图 11

3.3.2网格员用例图 11

4 系统设计 12

4.1 系统概述 12

4.2 系统结构设计 12

4.3数据库设计 13

4.3.1 数据库设计原则 13

4.3.2 数据库实体 13

4.3.3 数据库表设计 15

5系统界面实现 17

5.1 管理员功能模块的实现 17

5.1.1 管理员登录界面 17

5.1.2系统用户管理界面 17

5.1.3疫情管理界面 17

5.1.4疫情分类管理界面 18

5.1.5疫情上报管理界面 18

5.1.6网格员管理界面 18

5.1.7疫情统计界面 19

5.1.8系统管理界面 19

5.2 网格员功能模块的实现 20

5.2.1网格员注册界面 20

5.2.2网格员管理功能界面 20

6系统测试 22

6.1系统测试的意义 22

6.2性能测试 23

6.3测试分析 23

结    论 25

致    谢 26

参考文献 27