景区票务系统
I
xxx 学 院
毕业设计(论文)说明书
题 目: 基于 JSP 的景区票务系统的设计与实现
作 者: 学 号:
系 (院): 计算机科学系
专业班级
: 计算机科学与技术
指导者: 实验师
(姓 名) (专业技术职务)
评阅者:
(姓 名) (专业技术职务)
2017 年 1 月 xxx
景区票务系统
II
摘 要
如今信息化社会的高速发展,计算机的普及程度也越来越高,人们在日常
的生活中,大部分的工作都离不开电脑和网络。网络的出现,也带动了景区的
业务的发展和景区票务的管理,让访客能够通过电脑就能打开网址,查看景区
的票务信息,并能在线进行票务的预订。
本人根据现今社会的需求和景区的需求,在当今旅游业蓬勃发展的前景下,
我们通过在线进行票务的预订,就能随时进行景区票务的查看,也能提前进行
票的预订,方便了用户在旅游过程中可以利用网络就能提前订到相应的票,也
方便了用户可以提前查看景区的信息,了解景区的票价等,足不出户就能订到
喜欢的景区的票,方便快捷。
本系统的根据互联网发展的情况,拟采用BS架构的模式进行开发,利用JSP
技术进行设计,mysql数据库进行数据的管理,在开发中,大大提高了开发的效
率,在日后的安装和运行中,也十分方便,是一款有着很高使用价值的系统。
关键字:景区票务,jsp 技术,BS 架构
景区票务系统
III
Abstract
Today, the rapid development of information society, the popularity of the computer is
also getting higher and higher, people in their daily lives, most of the work can not be separated
from the computer and network. The emergence of the network, but also led to the development
of the business and scenic spot ticket management, so that visitors can open the web site through
the computer to view the scenic ticketing information, and online booking tickets.
I according to the current needs of society and the scenic area demand, in the vigorous
development of today's tourism industry in the future, we are through the online booking ticket,
can view the scenic ticketing, booking tickets ahead of time, users can use the network can be set
in advance to the corresponding ticket in the tourism process, also convenient for the user can
view the scenic advance information about scenic spot prices, homes will be able to provide love
scenic tickets, convenient and quick.
This system according to the development of the Internet, the BS architecture model,
designed by JSP technology, MySQL database data management, in development, greatly
improving the efficiency of the development, in the installation and operation of the day, is also
very convenient, there is a very high use value the system.
Key words: Scenic ticketing, JSP technology, BS architecture
目 录
摘 要 .............................................................II
Abstract .........................................................III
第一章 绪 言 ......................................................3
1.1 研究课题的背景 ..............................................3
1.2 开发的目的和意义 ............................................3
第二章 系统设计方案的研究 .........................................3
2.1 系统开发的初步调查 ..........................................4
2.2 系统可行性研究分析 ..........................................4
2.3 系统开发环境工具 ............................................4
2.3.1 开发语言和工具 ....................................................................................................4
2.3.2 基于 B/S 结构开发 ................................................................................................5
2.3.3 JAVA 语言简介 .....................................................................................................5
2.3.4 JSP 技术 .................................................................................................................5
2.3.5 Tomcat ....................................................................................................................6
2.3.6 MySQL 数据库 ......................................................................................................6
2.3.7 My Eclipse 平台.....................................................................................................6
2.3.8 软硬件需求 ............................................................................................................7
第三章 概要设计 ....................................................8
3.1 原型法 ......................................................8
3.2 系统管理数据流图 ...........................................10
第四章 数据库设计和结构创建 ......................................10
4.1 数据库设计过程 .............................................10
4.1.1 数据库需求分析 ..................................................................................................11
4.1.2 数据库概念结构设计 E-R 图..............................................................................11
4.1.3 数据库逻辑结构设计 ..........................................................................................13
4.2 数据库结构的创建...........................................13
第五章 系统实现 ..................................................16
5.1 模块化的开发环境的简介 .....................................16
景区票务系统
II
5.2 数据库的连接 ...............................................16
5.3 功能的实现.................................................16
5.3.1.系统首页:..............................................16
5.3.1.1 站内新闻管理 ................................................................................................17
5.3.1.2 用户注册 .......................................................................................................17
5.3.1.3 景点信息列表 ...............................................................................................18
5.3.1.4 景点门票预订 ................................................................................................19
5.3.1.5 在线留言模块 ...................................................................................................19
5.3.1 系统后台操作 .............................................20
5.3.2.1 系统后台登陆界面 ..........................................................................................20
5.3.2.2 系统后台主操作界面 .......................................................................................21
5.3.2.3 注册会员管理界面 ..........................................................................................22
5.3.2.4 景区票务管理 ..................................................................................................23
5.3.2.5 站内新闻管理界面 ..........................................................................................23
5.3.2.6 景点门票预订查看 ..........................................................................................23
5.4.7 留言板管理界面 ..................................................................................................24
第六章 物理设计 ..................................................24
设计原理 .......................................................................................................................24
系统的设计方案 ...........................................................................................................25
总结 ..............................................................25
致 谢 ............................................................26
参考文献 ..........................................................27