摘 要
本文首先实现了大学生心理健康诊断专家系统设计与实现管理技术的发展随后依照传统的软件开发流程,最先为系统挑选适用的言语和软件开发平台,依据需求分析开展控制模块制做和数据库查询构造设计,随后依据系统整体功能模块的设计,制作系统的功能模块图、E-R图。随后,设计采用Spring Boot框架,B/S架构,依据设计的框架撰写编码,完成系统的每个功能模块。最终,对基本系统开展了检测,包含软件性能测试、单元测试和性能指标。测试结果表明,该系统能够实现所需的功能,运行状况尚可并无明显缺点。
关键字:大学生心理健康诊断专家系统; B/S架构;Spring Boot框架
Abstract
This paper first realizes the development of the design and implementation management technology of the college students’ mental health diagnosis expert system. Then, according to the traditional software development process, it first selects the appropriate language and software development platform for the system, and carries out the design of the control module and the database query structure based on the demand analysis. Then, according to the design of the overall functional module of the system, it makes the functional module diagram and E-R diagram of the system. Subsequently, the design adopts the Spring Boot framework, B/S framework, and writes the code according to the designed framework to complete each functional module of the system. Finally, the basic system is tested, including software performance test, unit test and performance indicators. The test results show that the system can achieve the required functions and has no obvious shortcomings in operation.
Key words: expert system for mental health diagnosis of college students; B/S architecture; Spring Boot framework
目 录
1 绪 论
1.1选题意义
随着科学技术发展,计算机已成为人们生活中必不可少的生活办公工具,在这样的背景下,网络技术被应用到各个方面,为了提高办公生活效率,网络信息技术飞速发展。在这样的背景下人类社会进入了全新的信息化的时代。为了使大学生心理健康诊断专家的管理更符合用户的需求,同时也能方便管理者管理和提高工作效率,所以本人设计了大学生心理健康诊断专家系统,该系统包括了学生、专家、音乐库、专家预约、专家咨询、心理测试等。学生通过注册登录到网站查看专家信息进行专家预约、咨询等相关信息,专家对预约信息进行审核、回复等,管理员对所有信息进行增删改查,不用手动抄录大量的数据报表,达到了双赢。本系统结合计算机技术的实际而设计,使用Java开发语言,工具为Eclipse 10版本,持久层的数据库采用MySQL,还用到了Spring Boot框架和一些前端VUE的知识,本系统的开发经过了需求分析、系统的框架设计、系统的实现、系统的优化等过程,使系统功能更强大、稳定和符合实际应用。