毕业设计(论文)
题 目: 基于 SSM 框架的德云社票务系统
专 题:
学 院:
班 级:
姓 名:
学 号:
指导教师:
教师职称:
摘 要
网络的快速发展从根本上改变了人们的生活方式,进入二十一世纪以后,人们的生活发
生了巨大的变化,融入了信息化的模式中。
随着我国经济发展水平的飞速提高,人们步入小康生活,生活水平不断的提高,娱乐项
目也越来越多,其中喜爱观看相声节目的用户也在增加,但人们在相声订票方面缺乏快速有
效的方法。在信息化时代的今天,互联网技术的迅速发展,网络支付体系的完善,使得人们
越来越青睐于网络订票,基于这一现状,结合计算机技术,特开发了本基于 SSM 框架的德云
社票务系统,为用户提供一个便捷的订票平台,同时提高德云社票务管理效率,促进德云社
发展。
本德云社票务系统采用 Java 技术、MYSQL 数据库,基于 SSM 框架开发,系统功能齐全,
运行稳定,是一款值得推广的德云社票务平台。
关键词:SSM 框架;MYSQL 数据库;德云社票务;Java 技术
Abstract
The rapid development of the Internet has fundamentally changed people's life styles. After
entering the 21st century, people's lives have undergone tremendous changes and have been
integrated into the information model.
With the rapid improvement of my country’s economic development level, people have
entered a well-off life, their living standards have continued to improve, and there are more and
more entertainment projects. Among them, users who like to watch cross talk shows are also
increasing, but people lack speed in booking cross talks. effective method. In the information age
today, the rapid development of Internet technology and the improvement of the online payment
system have made people more and more favor online booking. Based on this current situation,
combined with computer technology, the German cloud community based on the SSM framework
was developed. The ticketing system provides users with a convenient ticket booking platform, and
at the same time improves the efficiency of Deyun's ticketing management and promotes the
development of Deyun's.
Bendyunshe ticketing system adopts Java technology, MYSQL database, and is developed
based on the SSM framework. The system has complete functions and stable operation. It is a
ticketing platform worthy of promotion for Deyunshe.
Key words: SSM framework; MYSQL database; Deyun Club ticketing; Java technology
目 录
摘 要 ...........................................................................................................................................I
ABSTRACT....................................................................................................................................II
目 录 .......................................................................................................................................III
第 1 章 绪论 ...............................................................................................................................1
1.1 课题背景 .................................................................................................................................1
1.2 设计原则................................................................................................................................1
1.3 论文组织结构........................................................................................................................2
第 2 章 关键技术简介 ..............................................................................................................3
2.1 JAVA 技术..................................................................................................................................3
2.2 B/S 结构 ..................................................................................................................................3
2.3 MYSQL 数据库 ..........................................................................................................................4
2.4 SSM 框架 ..................................................................................................................................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 系统性能分析 .........................................................................................................................8
3.4 系统流程分析 .........................................................................................................................8
3.4.1 注册流程..........................................................................................................................8
3.4.2 登录流程..........................................................................................................................9
第 4 章 系统设计....................................................................................................................10
4.1 系统结构设计 .......................................................................................................................10
4.2 系统顺序图............................................................................................................................10
4.2.1 登录模块顺序图............................................................................................................10
4.2.2 添加信息模块顺序图....................................................................................................11
4.3 数据库设计 ...........................................................................................................................11
4.3.1 数据库 E-R 图设计.......................................................................................................12
4.3.2 数据库表设计................................................................................................................14
第 5 章 系统的实现 ................................................................................................................18
5.1 用户功能模块的实现 ...........................................................................................................18
5.1.1 用户登录界面................................................................................................................18
5.1.2 用户注册界面................................................................................................................19
5.1.3 票务详情界面................................................................................................................20
5.1.4 票务信息界面................................................................................................................20
5.1.5 我的订单界面................................................................................................................21
5.1.6 我的收藏界面................................................................................................................21
5.2 管理员功能模块的实现 .......................................................................................................22
5.2.1 管理员登录界面............................................................................................................22
5.2.2 会员管理界面................................................................................................................23
5.2.3 常见问题管理界面........................................................................................................23
5.2.4 票务信息管理界面........................................................................................................24
5.2.5 订单管理界面................................................................................................................25
第 6 章 系统测试......................................................................................................................26
6.1 程序测试 ...............................................................................................................................26
6.2 测试方案计划 .......................................................................................................................26
6.3 测试方法 ...............................................................................................................................27
6.4 测试分析 ...............................................................................................................................27
第 7 章 总结 .............................................................................................................................28
参考文献...................................................................................................................................29
致 谢.......................................................................................................................................30