毕 业 设 计(论 文)
题目:疫情居家办公系统的设计与实现
摘 要
如今社会上各行各业,都喜欢用自己行业的专属软件工作,互联网发展到这
个时候,人们已经发现离不开了互联网。新技术的产生,往往能解决一些老技术
的弊端问题。因为传统疫情居家办公系统信息管理难度大,容错率低,管理人员
处理数据费工费时,所以专门为解决这个难题开发了一个疫情居家办公系统管理
系统,可以解决许多问题。
疫情居家办公系统管理系统按照操作主体分为管理员和用户。管理员的功能
包括办公设备管理、部门信息管理、字典管理、公告信息管理、请假信息管理、
签到信息管理、留言管理、外出报备管理、薪资管理、用户管理、公司资料管理、
管理员管理。用户的功能等。该系统采用了 MySQL 数据库,Java 语言,Spring
Boot 框架等技术进行编程实现。
疫情居家办公系统管理系统可以提高疫情居家办公系统信息管理问题的解
决效率,优化疫情居家办公系统信息处理流程,保证疫情居家办公系统信息数据
的安全,它是一个非常可靠,非常安全的应用程序。
关键词:疫情居家办公系统管理系统;外出报备,签到 MySQL 数据库;Java 语言
Abstract
Nowadays, all walks of life in society like to work with their own
industry-specific software. At this point in the development of the Internet, people
have found that they cannot do without the Internet. The emergence of new
technologies can often solve the drawbacks of some old technologies. Because the
traditional personnel information management is difficult, the fault tolerance rate is
low, and the management personnel is labor-intensive and time-consuming to process
data, a personnel management system has been specially developed to solve this
problem, which can solve many problems.
The personnel management system is divided into administrators and users
according to the operating subjects. The functions of the administrator include
managing employees, managing personnel information, including recruitment
management, training management, reward and punishment management, salary
management, etc., and can manage operators. User functions include managing
department and department position information, managing recruitment information,
training information, salary information, etc. The system uses MySQL database, Java
language, Spring Boot framework and other technologies for programming.
The personnel management system can improve the efficiency of solving
personnel information management problems, optimize the personnel information
processing process, and ensure the security of personnel information data. It is a very
reliable and very safe application.
Key Words:Personnel management system; MySQL database; Java language
目 录
摘 要.............................................................................................................................I
ABSTRACT ..................................................................................................................II
目 录 ..........................................................................................................................III
第 1 章 绪论 ..................................................................................................................1
1.1 课题背景 .........................................................................................................1
1.2 课题意义 .........................................................................................................1
1.3 研究方案 .........................................................................................................2
第 2 章 开发环境与技术 ..............................................................................................3
2.1 MYSQL 数据库................................................................................................3
2.2 JAVA 语言技术 .................................................................................................3
2.3 SPRING BOOT 框架............................................................................................4
2.4 其他技术使用 .................................................................................................4
第 3 章 系统分析 ..........................................................................................................6
3 系统分析 ....................................................................................................................6
3.1.1 技术可行性分析 ................................................................................6
3.1.2 经济可行性分析 ................................................................................6
3.1.3 运行可行性分析 ................................................................................6
3.2 系统性能分析 ..................................................................................................6
3.3 系统流程分析 ..................................................................................................7
3.3.1 系统登录流程 .......................................................................................8
3.3.2 信息添加流程 .......................................................................................9
3.3.3 信息删除流程 .......................................................................................9
3.4 功能用例描述 .................................................................................................9
第 4 章 系统设计 ........................................................................................................12
4.1 系统设计思想 ...............................................................................................12
4.2 功能结构设计 ...............................................................................................13
4.3 数据库设计 ...................................................................................................13
4.3.1 数据库概念设计 ................................................................................13
4.3.2 数据库物理设计 ................................................................................17
第 5 章 系统实现 ........................................................................................................21
5.1 管理员功能实现 ...........................................................................................21
5.1.1 外出报备管理 ....................................................................................21
5.1.2 签到管理 ............................................................................................21
5.1.3 公告管理 ............................................................................................22
5.1.4 公告类型管理 ....................................................................................22
第 6 章 系统测试 ........................................................................................................24
6.1 软件测试 ...............................................................................................24
6.2 测试环境 ...............................................................................................24
6.3 测试测试用例 .......................................................................................24
6.4 测试结果 ...............................................................................................25
结 论 ..........................................................................................................................26
致 谢 ..........................................................................................................................28