毕 业 设 计(论 文)
题目:电竞交互管理系统的设计与实现
武汉科技大学本科毕业论文
I
摘 要
如今社会上各行各业,都喜欢用自己行业的专属软件工作,互联网发展到这
个时候,人们已经发现离不开了互联网。新技术的产生,往往能解决一些老技术
的弊端问题。因为传统电竞交互信息管理难度大,容错率低,管理人员处理数据
费工费时,所以专门为解决这个难题开发了一个电竞交互管理系统,可以解决许
多问题。
电竞交互管理系统实现的功能包括对陪玩人员订单,陪玩游戏,陪玩人员留
言,陪玩人员评价,陪玩人员收藏等信息的管理。该系统采用了 Mysql 数据库,
Java 语言,SSM 框架等技术进行编程实现。
电竞交互管理系统可以提高电竞交互信息管理问题的解决效率,优化电竞交
互信息处理流程,保证电竞交互信息数据的安全,它是一个非常可靠,非常安全
的应用程序。
关键词:电竞交互管理系统;Mysql 数据库;Java 语言
武汉科技大学本科毕业论文
II
Abstract
Nowadays, all walks of life in society like to work with their own
industry-specific software. At this point in the development of the Internet, people
have found that they cannot do without the Internet. The emergence of new
technologies can often solve the drawbacks of some old technologies. Because the
traditional e-sports interactive information management is difficult, the fault tolerance
rate is low, and the managers are labor-intensive and time-consuming to process data,
an e-sports interactive management system has been specially developed to solve this
problem, which can solve many problems.
The functions implemented by the e-sports interactive management system
include the management of accompany players' orders, accompany games,
accompany members' messages, accompany members' evaluations, and accompany
members' collections. The system uses Mysql database, Java language, SSM
framework and other technologies for programming.
The e-sports interactive management system can improve the efficiency of
solving e-sports interactive information management problems, optimize the e-sports
interactive information processing process, and ensure the security of e-sports
interactive information data. It is a very reliable and very secure application.
Key Words : E-sports interactive management system; Mysql database;
Java language
武汉科技大学本科毕业论文
III
目 录
摘 要.....................................................................................................................I
ABSTRACT ..........................................................................................................II
1 绪论 ....................................................................................................................1
1.1 课题背景 .................................................................................................1
1.2 课题意义 .................................................................................................1
1.3 研究内容 .................................................................................................1
2 开发环境与技术 ................................................................................................2
2.1 JAVA 语言 .................................................................................................2
2.2 MYSQL 数据库 .......................................................................................2
2.3 IDEA 开发工具........................................................................................2
2.4 SSM 框架 .................................................................................................3
3 系统分析 ............................................................................................................4
3.1 可行性分析 .............................................................................................4
3.1.1 技术可行性 ..................................................................................4
3.1.2 经济可行性 ..................................................................................4
3.1.3 操作可行性 ..................................................................................4
3.2 系统流程 .................................................................................................4
3.2.1 操作流程 ......................................................................................4
3.2.2 登录流程 ......................................................................................5
3.2.3 删除信息流程 ..............................................................................6
3.2.4 添加信息流程 ..............................................................................6
3.3 性能需求 .................................................................................................7
3.4 功能需求 .................................................................................................8
4 系统设计 ..........................................................................................................10
4.1 系统设计思想 .......................................................................................10
4.2 功能结构设计 .......................................................................................10
4.3 数据库设计 ...........................................................................................13
4.3.1 数据库概念设计 ........................................................................13
4.3.2 数据库物理设计 ........................................................................15
5 系统实现 ..........................................................................................................19
5.1 管理员功能实现 ...................................................................................19
5.1.1 陪玩人员管理 ............................................................................19
武汉科技大学本科毕业论文
IV
5.1.2 陪玩游戏管理 ............................................................................19
5.1.3 用户管理 ....................................................................................20
5.2 陪玩人员功能实现 ...............................................................................20
5.2.1 陪玩人员评价管理 ....................................................................20
5.2.2 陪玩人员订单管理 ....................................................................20
5.2.3 陪玩人员留言管理 ....................................................................21
5.3 用户功能实现 .......................................................................................21
5.3.1 陪玩人员信息 ............................................................................21
5.3.2 陪玩人员收藏 ............................................................................22
5.3.3 陪玩人员订单 ............................................................................22
6 系统测试 ..........................................................................................................24
6.1 功能测试 ...............................................................................................24
6.1.1 登录功能测试 ............................................................................24
6.1.2 修改密码功能测试 ....................................................................25
6.2 系统测试结果 .......................................................................................26
结论 ......................................................................................................................27
参考文献 ..............................................................................................................28
致谢 ......................................................................................................................29