
学号: 18101767
疫情期间高校人员管理系统的设计与实现
学 院 信息学院
专业班级
学生姓名
指导教师
20xx 年 6 月 30 日

I
摘 要
计算机网络发展到现在已经好几十年了,在理论上面已经有了很丰富的基础,并且
在现实生活中也到处都在使用,可以说,经过几十年的发展,互联网技术已经把地域信
息的隔阂给消除了,让整个世界都可以即时通话和联系,极大的方便了人们的生活。所
以说,疫情期间高校人员管理系统用计算机技术来进行设计,不仅在管理方面更加的系
统化,操作性强,最重要的是关于数据的保存和使用都能节约大量的时间,该系统非常
的好用。
疫情期间高校人员管理系统管理数据的工具是 MySQL,编码的语言是 Java,运用的
框架是 Spring Boot 框架。该系统能够实现教师和学生的居家信息管理,打卡信息管理,
请假信息管理,返校申请信息管理,留言管理,疫情资讯管理等功能。
疫情期间高校人员管理系统不仅能让操作人员使用更加地方便,并且设计的也很合
理,能有效的避免误操作,让数据在录入的环节就符合设计需要,极大的规避了源头性
的输入误差,顺利的让数据变得更加可控并且可靠,让出错的几率降到最低。
关键词:疫情期间高校人员管理系统;居家信息;打卡信息;请假信息

II
Abstract
Computer networks have been developed for decades, and they have a rich theoretical
foundation and are used everywhere in real life. It can be said that after decades of development,
Internet technology has transformed regional information. The estrangement between the two has
been eliminated, allowing the whole world to communicate and contact in real time, which greatly
facilitates people's lives. Therefore, during the epidemic period, the university personnel management
system was designed with computer technology, which is not only more systematic in management
and strong in operability, but also saves a lot of time in the preservation and use of data. The system
is very efficient. easy to use.
During the epidemic, the data management tool of the university personnel management system
is MySQL, the coding language is Java, and the framework used is the Spring Boot framework. The
system can realize the functions of home information management of teachers and students, punch-in
information management, leave information management, return-to-school application information
management, message management, epidemic information management and other functions.
During the epidemic period, the personnel management system in colleges and universities not
only makes it more convenient for operators to use, but also has a very reasonable design, which can
effectively avoid misoperation, so that the data can meet the design needs in the input process, which
greatly avoids the input from the source. Errors, smoothly make the data more controllable and reliable,
and minimize the chance of errors.
Key Words:College personnel management system during the epidemic; home information; punch-
in information; leave information

III
目 录
1 绪论........................................................................1
1.1 选题背景 .........................................................1
1.2 选题意义 .........................................................1
1.3 研究内容 .........................................................2
2 系统开发技术................................................................3
2.1 MySQL 数据库......................................................3
2.2 IDEA 简介.........................................................3
2.3 Spring Boot 框架..................................................4
2.4 Vue 框架..........................................................4
3 系统分析....................................................................5
3.1 可行性研究 .......................................................5
3.1.1 经济可行性 .................................................5
3.1.2 时间可行性 .................................................5
3.1.3 操作可行性 .................................................5
3.2 系统性能分析 .....................................................6
3.2.1 系统的安全性 ...............................................6
3.2.2 系统的易用性 ...............................................6
3.2.3 系统的健壮性 ...............................................6
3.3 系统流程分析 .....................................................7
3.4 系统功能分析 .....................................................8
4 系统设计...................................................................13
4.1 系统设计原则 ....................................................13
4.2 功能模块设计 ....................................................14
4.3 数据库设计 ......................................................17
4.3.1 数据库 E-R 图 ..............................................18
4.3.2 数据库表结构 ..............................................20
5 系统实现...................................................................26
5.1 管理员功能实现 ..................................................26
5.1.1 操作人员管理 ..............................................26
5.1.2 疫情资讯管理 ..............................................26
5.1.3 教师返校申请管理 ..........................................27
5.2 操作人员功能实现 ................................................27
5.2.1 教师居家信息管理 ..........................................27
5.2.2 留言板管理 ................................................28
5.2.3 学生请假信息管理 ..........................................28
5.3 教师功能实现 ....................................................29
5.3.1 教师打卡信息管理 ..........................................29
5.3.2 教师居家信息管理 ..........................................29

IV
5.3.3 教师返校申请管理 ..........................................30
5.4 学生功能实现 ....................................................30
5.4.1 学生居家信息管理 ..........................................30
5.4.2 学生打卡信息管理 ..........................................31
5.4.3 学生请假信息管理 ..........................................31
6 系统测试...................................................................33
6.1 功能测试 ........................................................33
6.2 可用性测试 ......................................................33
6.3 测试结果分析 ....................................................34
结 论.......................................................................35
参考文献.....................................................................37
致 谢 38