摘 要
新冠疫情的产生给人类社会产生了非常大的影响,通过管理系统来深化后疫情时代的援助物资调度管理是目前重要的工作。我国人口基数大,人员复杂,只有通过管理系统才能精确的进行人员和物资管理,为精准调度做出正确的操作。同时,利用数据库存储援助物资信息,改变传统的手工记录,有效提高了援助物资调度工作人员的效率。通过系统后台的统计功能,也可以了解人员的状态。所以开发后疫情时代援助物资调度系统具有非常重要的现实意义。
本系统是通过面向对象的Java语言搭建系统框架,通过关系型数据库MySQL存储数据。使用B/S开发方式,用户只需要通过浏览器访问系统即可获取援助物资调度信息,并可以在线申请需求的物资,实现了信息的科学管理与查询统计。本文先通过对相关系统的调研,提出开发基于Web的后疫情时代援助物资调度系统的意义,然后使用当前主流的技术进行开发,满足基于Web的后疫情时代援助物资调度系统的技术要求,然后分析系统需要实现的功能并进行设计。梳理业务流程,并根据功能设计数据库,最后通过编码实现。
关键词:新冠疫情、后疫情时代、物资调度、数据库.
Abstract
The emergence of the COVID-19 epidemic has had a great impact on human society. It is important to deepen the management of aid dispatch in the post epidemic era through the management system. China has a large population base and complex personnel. Only through the management system can we accurately manage personnel and materials and make correct operations for accurate scheduling. At the same time, the database is used to store the information of aid materials, which changes the traditional manual record and effectively improves the efficiency of aid material dispatching staff. You can also know the status of personnel through the statistics function in the system background. Therefore, it is of great practical significance to develop the aid material scheduling system in the post epidemic era.
This system uses the object-oriented Java language to build the system framework, and uses the relational database MySQL to store data. With the B/S development mode, users can access the aid material scheduling information through the browser, and can apply for the required materials online, realizing the scientific management and query statistics of information. This paper first proposes the significance of developing a web-based aid material scheduling system in the post epidemic era through the investigation of relevant systems, and then uses the current mainstream technology to develop it to meet the technical requirements of the web-based aid material scheduling system in the post epidemic era, and then analyzes the functions that the system needs to achieve and designs. Sort out the business process, design the database according to the function, and finally implement it by coding.
Keywords: COVID-19 epidemic, post epidemic era, material dispatching, database
目 录
摘 要... II
Abstract. III
第一章 绪论... 1
1.1课题背景... 1
1.2课题意义... 2
1.4研究内容... 2
第二章 技术综述... 4
2.1 Java技术... 4
2.2 MySQL数据库... 4
2.3 Html语言... 5
2.4 Javascript. 5
第三章 系统分析... 7
3.1 可行性分析... 7
3.1.1技术可行性... 7
3.1.2经济可行性... 7
3.1.3操作可行性... 8
3.2 非功能需求分析... 8
3.3 系统需求分析... 9
3.3.1管理员需求分析... 9
3.3.2会员需求分析... 11
第四章 系统设计... 13
4.1 系统总体设计... 13
4.2 系统功能设计... 14
4.3 数据库设计... 16
4.3.1数据库模型设计... 16
4.3.2数据库结构设计... 17
第五章 系统实现... 21
5.1前台功能模块的实现... 21
5.1.1 用户注册界面... 21
5.1.2 用户登录界面... 22
5.1.3 个人资料界面... 23
5.1.4 物资需求申请界面... 24
5.1.5 物资调度查看... 25
5.1.6 留言咨询... 26
5.2后台功能模块的实现... 26
5.2.1 管理员登录界面... 26
5.2.2 公告管理界面... 27
5.2.3 援助物资管理界面... 28
5.2.4 留言咨询管理界面... 29
5.2.5 物资需求审核界面... 30
5.2.6援助物资调度管理界面... 31
第六章 系统测试... 33
6.1 系统测试说明... 33
6.2 测试实例... 33
6.3 测试结论... 35
结论... 36
参考文献... 37
致 谢... 39
标签:...,界面,系统,system,调度,LW,源码,毕业设计,物资 From: https://blog.51cto.com/u_15745565/7402177