本科毕业设计论文
题目:卓越导师双选系统设计与实现
系 别:
XX 系(全称)
专 业:
软件工程
班 级:
软件工程 15201
学生姓名:
学生学号:
指导教师:
导师 1 导师 2
2021 年 5 月
毕业设计论文
摘 要
如今的信息时代,对信息的共享性,信息的流通性有着较高要求,因此传统管理方
式就不适合。为了让导师选择信息的管理模式进行升级,也为了更好的维护导师选择信
息,卓越导师双选系统的开发运用就显得很有必要。并且通过开发卓越导师双选系统,
不仅可以让所学的 SpringBoot 框架得到实际运用,也可以掌握 MySQL 的使用方法,对
自身编程能力也有一个检验和提升的过程。尤其是通过实践,可以对系统的开发流程加
深印象,无论是前期的分析与设计,还是后期的编码测试等环节,都可以有一个深刻的
了解。
卓越导师双选系统根据调研,确定管理员管理学员,导师,管理项目信息,管理项
目提交,管理指导项目信息。导师管理导师选择信息,管理项目,管理项目提交并对学
员提交的项目进行指导。学员选择导师,查看项目,提交已完成的项目文件,查看导师
对项目的指导信息。
借助于卓越导师双选系统这样的工具,让信息系统化,流程化,规范化是最终的发
展结果,让其遵循实际操作流程的情况下,对导师选择信息实施规范化处理,让导师选
择信息通过电子的方式进行保存,无论是管理人员检索导师选择信息,维护导师选择信
息都可以便利化操作,真正缩短信息处理时间,节省人力和信息管理的成本。
关键字:卓越导师双选系统,SpringBoot 框架,MySQL
毕业设计论文
Abstract
In today's information age, there are high requirements for information sharing and
information circulation, so traditional management methods are not suitable. In order to
upgrade the management model of tutor selection information, and to better maintain tutor
selection information, the development and application of the excellent tutor double selection
system becomes necessary. And through the development of the excellent mentor double
selection system, not only can the SpringBoot framework learned be used in practice, but also
the use of MySQL can be mastered, and there is a process of testing and improving its own
programming ability. Especially through practice, you can deepen the impression of the
development process of the system, whether it is the analysis and design in the early stage, or
the coding test in the later stage, you can have a deep understanding.
The excellent mentor double selection system determines the administrator to manage
students, mentors, manage project information, manage project submission, and manage and
guide project information based on the survey. The instructor manages the instructor to select
information, manage the project, manage the project submission and guide the project
submitted by the trainees. Participants select a mentor, view the project, submit completed
project documents, and view the guidance information of the mentor on the project.
With the help of tools such as the excellent mentor double selection system, the
information system, process, and standardization are the final development results. Under the
condition of following the actual operation process, the mentor selection information will be
standardized and the mentor selection information will be processed electronically. The way
of saving, whether it is the management personnel to retrieve the mentor selection information,
and the maintenance of the mentor selection information can facilitate the operation, truly
shorten the information processing time, and save the cost of manpower and information
management.
Key Words:Excellent mentor double selection system, SpringBoot framework, MySQL
毕业设计论文
目 录
第一章 绪论...............................................................................................................................1
1.1 选题背景 ..............................................................................................................................1
1.2 选题意义 ..............................................................................................................................1
1.3 研究内容 ..............................................................................................................................2
第二章 开发环境.......................................................................................................................3
2.1 SPRINGBOOT 框架 .................................................................................................................3
2.2 JSP 技术................................................................................................................................3
2.3 MYSQL 数据库....................................................................................................................4
第三章 系统分析.......................................................................................................................5
3.1 可行性分析...........................................................................................................................5
3.1.1 技术可行性................................................................................................................5
3.1.2 操作可行性................................................................................................................5
3.1.3 经济可行性................................................................................................................5
3.2 系统流程分析.......................................................................................................................6
3.3 系统性能分析.......................................................................................................................9
3.3.1 数据完整性................................................................................................................9
3.3.2 系统可扩展性..........................................................................................................10
3.3.3 系统安全性..............................................................................................................10
3.4 系统功能分析.....................................................................................................................10
第四章 系统设计.....................................................................................................................14
4.1 系统设计思想 ....................................................................................................................14
4.2 功能结构设计.....................................................................................................................15
4.3 数据库设计.........................................................................................................................17
4.3.1 数据库 E-R 图 ........................................................................................................17
4.3.2 数据库表结构.........................................................................................................20
第五章 系统实现.....................................................................................................................24
5.1 管理员功能实现.................................................................................................................24
毕业设计论文
5.1.1 导师信息管理.........................................................................................................24
5.1.2 导师选择统计报表.................................................................................................24
5.1.3 学员管理.................................................................................................................25
5.2 导师功能实现.....................................................................................................................26
5.2.1 项目信息管理.........................................................................................................26
5.2.2 项目提交管理.........................................................................................................27
5.3 学员功能实现 ....................................................................................................................27
5.3.1 导师信息管理.........................................................................................................27
5.3.2 项目信息管理.........................................................................................................28
5.3.3 指导项目查看.........................................................................................................28
第六章 系统测试.....................................................................................................................29
6.1 系统测试的特点.................................................................................................................29
6.2 系统功能测试 ....................................................................................................................29
6.2.1 用户登录测试.........................................................................................................29
6.2.2 导师信息查询功能测试.........................................................................................30
6.3 系统测试结果 ....................................................................................................................30
结 论.......................................................................................................................................31
致 谢.......................................................................................................................................32
参考文献...................................................................................................................................33