毕业论文(设计)
题 目: 高校心理教育辅导系统的设计与实现
院 ( 系 ):
专业年级:
姓 名:
学 号:
指导教师:
2021 年 04 月 14 日
I
摘 要
随着 Internet 技术的发展,心理教育辅导系统应运而生,心理教育辅导系统为
用户提供了一个更为便利的心理测试咨询平台。所以,为了充分满足高校学生心
理教育辅导的需求,特开发了本高校心理教育辅导系统。
本高校心理教育辅导系统的开发基于 springboot 框架,采用 Java 技术,同时
使用 MYSQL 数据库对系统数据进行储存,充分保证系统数据的安全性和稳定性。
系统根据高校心理教育辅导的需求开发功能模块,实现对信息数据的添加、删除、
修改、查询等基本操作。系统主要实现了学生功能模块、教师功能模块和管理员
功能模块三大部分,满足了不同用户的功能需求,系统的应用可提高高校心理教
育辅导的效率。
本高校心理教育辅导系统功能齐全,界面布局合理,操作简单,符合当今社
会的发展趋势。
关键词:心理教育辅导,Java 技术,MYSQL 数据库,springboot 框架
II
ABSTRACT
With the development of Internet technology, the psychological education and
guidance system came into being. The psychological education and guidance system
provides users with a more convenient psychological test and consultation platform.
Therefore, in order to fully meet the needs of college students' psychological education
and guidance, the psychological education and guidance system of this university has
been specially developed.
The development of the college psychological education and guidance system is
based on the springboot framework, using Java technology, and at the same time using
the MYSQL database to store system data to fully ensure the security and stability of
the system data. The system develops functional modules according to the needs of
college psychological education and guidance, and realizes basic operations such as
adding, deleting, modifying, and querying information data. The system mainly
realizes three major parts: student function module, teacher function module and
administrator function module, which meets the functional needs of different users.
The application of the system can improve the efficiency of psychological education
and guidance in colleges and universities.
The psychological education and counseling system of the colleges and
universities has complete functions, reasonable interface layout and simple operation,
which is in line with the development trend of today's society.
Keywords: Psychological education and counseling, Java technology, MYSQL
database, springboot framework
III
目 录
摘 要.................................................................................................................................I
ABSTRACT....................................................................................................................II
1 绪 论 .............................................................................................................................1
1.1 研究背景 .................................................................................................................................1
1.2 设计原则 .................................................................................................................................1
1.3 论文的组织结构 .....................................................................................................................2
2 相关技术简介 ..............................................................................................................3
2.1Java 技术 ..................................................................................................................................3
2.2B/S 结构 ...................................................................................................................................3
2.3MYSQL 数据库 .......................................................................................................................4
2.4Springboot 框架........................................................................................................................4
3 系统分析 ......................................................................................................................6
3.1 可行性分析 .............................................................................................................................6
3.1.1 技术可行性 .....................................................................................................................6
3.1.2 操作可行性 .....................................................................................................................6
3.1.3 经济可行性 .....................................................................................................................6
3.1.4 法律可行性 .....................................................................................................................6
3.2 系统性能分析 .........................................................................................................................7
3.3 系统功能分析 .........................................................................................................................7
3.4 系统流程分析 .........................................................................................................................9
3.4.1 注册流程 .........................................................................................................................9
3.4.2 登录流程 .......................................................................................................................10
3.4.3 添加信息流程 ...............................................................................................................11
4 系统设计 ....................................................................................................................12
4.1 系统概要设计 .......................................................................................................................12
4.2 系统结构设计 .......................................................................................................................12
4.3 系统顺序图 ..........................................................................................................................13
4.4 数据库设计 ...........................................................................................................................15
4.4.1 数据库实体(E-R 图)...............................................................................................15