摘 要
如今的信息时代,对信息的共享性,信息的流通性有着较高要求,因此传统管理方式就不适合。为了让导师选择信息的管理模式进行升级,也为了更好的维护导师选择信息,卓越导师双选系统的开发运用就显得很有必要。并且通过开发卓越导师双选系统,不仅可以让所学的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
第六章 系统测试
一个完整的系统是经由各个子模块组合而成,而各个子模块也都是编制人员通过编程语言和技术实现的。所以对系统测试不仅包含对每个子模块进行测试,也包括对组合的系统整体进行测试,最后还需要目标用户的参与,测试编制的系统。测试期间发现的系统错误都需要记录,并花时间寻找解决办法去改正错误,提高系统的质量,也减少用户在实际使用系统中所产生的困扰。
6.1系统测试的特点
制作的系统在进行测试检验时,也具备一些特点。接下来就对这些特点进行描述:
第一点:比较完整的系统测试,需要经历端到端的测试。
第二点:测试系统一方面需要测试系统的架构,另外一方面也要测试系统的业务流程等;
第三点:测试目标系统需要对测试方法进行正确使用,降低目标系统的出错率。
总之,系统测试除了功能需要运行正常外,系统具备的性能也要得到体现,在面对故障时,系统才有能力去应对。
6.2 系统功能测试
本部分测试选用黑盒测试,主要是检查输入系统的数据,其运行后输出结果是否跟预期保持一致。
6.2.1 用户登录测试
这里选取管理员的登录功能进行检查,测试数据如下。通过不同数据录入,对系统的输出结果进行比对,看实现的登录功能是否符合要求。
表6-1 管理员登录测试表
测试功能 操作步骤 数据输入 预期结果 最终结果
管理员登录 在登录页面,根据提示填写验证信息,最后提交
验证的信息有账号,也有密码,输入的数据保证其中一个是正确的,进行测试 失败 失败
输入的数据都保持正确 成功 成功
6.2.2 导师信息查询功能测试
卓越导师双选系统存在很多数据,查询功能就可以帮助使用者快速获取信息,对该功能测试的数据见下表。只有使用者录入的关键词内容正确,才会得到匹配的结果。
表6-2 导师信息查询功能测试表
测试功能 操作步骤 数据输入 预期结果 最终结果
导师信息查询功能 进入查询页面,登记要查询内容的关键词并提交 登记格式有误的内容,或者是保持教师姓名为空 失败 失败
正确录入教师姓名 成功 成功
6.3 系统测试结果
在对卓越导师双选系统进行功能和性能上的检测之后,也对系统的兼容性和易操作性进行了检测。最后得出卓越导师双选系统与用户需求保持高度一致,系统具有一定的安全性能,可以对用户提供的数据进行安全保存,另外系统不仅可以满足用户现有需求,其具备的扩展性也能让系统在未来进行功能扩展或升级,以满足用户的不同操作需求。