毕 业 设 计(论 文)
题目:戏剧推广网站的设计与实现
摘 要
如今社会上各行各业,都喜欢用自己行业的专属软件工作,互联网发展到这
个时候,人们已经发现离不开了互联网。新技术的产生,往往能解决一些老技术
的弊端问题。因为传统戏剧推广信息管理难度大,容错率低,管理人员处理数据
费工费时,所以专门为解决这个难题开发了一个戏剧推广网站,可以解决许多问
题。
戏剧推广网站实现的功能包括论坛管理,公告信息管理,戏曲信息管理,戏
曲留言管理,戏曲收藏管理,用户管理,相关资讯管理等功能。该系统采用了
Mysql 数据库,Java 语言,Vue 框架等技术进行编程实现。
戏剧推广网站可以提高戏剧推广信息管理问题的解决效率,优化戏剧推广信
息处理流程,保证戏剧推广信息数据的安全,它是一个非常可靠,非常安全的应
用程序。
关键词:戏剧推广网站;Mysql 数据库;Java 语言
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 drama promotion information management is difficult, the fault tolerance
rate is low, and the management personnel is labor-intensive and time-consuming to
process the data, so a drama promotion website has been specially developed to solve
this problem, which can solve many problems.
The functions implemented by the drama promotion website include forum
management, announcement information management, opera information
management, opera message management, opera collection management, user
management, and related information management. The system uses Mysql database,
Java language, Vue framework and other technologies for programming.
The drama promotion website can improve the efficiency of solving the problem
of drama promotion information management, optimize the process of drama
promotion information processing, and ensure the safety of drama promotion
information data. It is a very reliable and very safe application.
Key Words:Drama promotion website; Mysql database; Java language
目 录
摘 要.............................................................................................................................I
ABSTRACT ..................................................................................................................II
第 1 章 绪论 ..................................................................................................................1
1.1 课题背景 .........................................................................................................1
1.2 课题意义 .........................................................................................................1
1.3 研究内容 .........................................................................................................1
第 2 章 开发环境与技术 ..............................................................................................3
2.1 JAVA 语言 .........................................................................................................3
2.2 MYSQL 数据库 ...............................................................................................3
2.3 IDEA 开发工具................................................................................................4
2.4 SSM 框架 .........................................................................................................4
2.5 VUE 框架 ..........................................................................................................4
第 3 章 系统分析 ..........................................................................................................6
3.1 可行性分析 .....................................................................................................6
3.1.1 技术可行性 ..........................................................................................6
3.1.2 经济可行性 ..........................................................................................6
3.1.3 操作可行性 ..........................................................................................6
3.2 系统流程 .........................................................................................................6
3.2.1 操作流程 ..............................................................................................7
3.2.2 登录流程 ..............................................................................................7
3.2.3 删除信息流程 ......................................................................................8
3.2.4 添加信息流程 ......................................................................................8
3.3 性能需求 .........................................................................................................9
3.4 功能需求 .......................................................................................................10
第 4 章 系统设计 ........................................................................................................13
4.1 系统设计思想 ...............................................................................................13
4.2 功能结构设计 ...............................................................................................14
4.3 数据库设计 ...................................................................................................15
4.3.1 数据库概念设计 ................................................................................15
4.3.2 数据库物理设计 ................................................................................18
第 5 章 系统实现 ........................................................................................................22
5.1 管理员功能实现 ...........................................................................................22
5.1.1 戏曲信息管理 ....................................................................................22
5.1.2 戏曲留言管理 ....................................................................................22
5.1.3 论坛管理 ............................................................................................23
5.1.4 相关资讯管理 ....................................................................................23
5.1.5 用户管理 ............................................................................................24
5.2 用户功能实现 ...............................................................................................24
5.2.1 在线论坛 ............................................................................................24
5.2.2 戏曲信息 ............................................................................................25
5.2.3 相关资讯 ............................................................................................25
第 6 章 系统测试 ........................................................................................................27
6.1 功能测试 .......................................................................................................27
6.1.1 登录功能测试 ....................................................................................27
6.1.2 修改密码功能测试 ............................................................................28
6.2 系统测试结果 ...............................................................................................29
结 论 ..........................................................................................................................30
参考文献 ......................................................................................................................31
致 谢 ..........................................................................................................................32