本科毕业设计
旅游资源网站
院 系:
姓 名:xxx
学 号:xxxxxxxxxx
专 业:
年 级:xxxx 级
指导教师:
职 称:
完成日期:xxxx 年 xx 月
摘 要
本论文主要论述了如何使用 JAVA 语言开发一个旅游资源网站 ,本系统将严格按
照软件开发流程进行各个阶段的工作,采用 B/S 架构,面向对象编程思想进行项目开
发。在引言中,作者将论述旅游资源网站的当前背景以及系统开发的目的,后续章节
将严格按照软件开发流程,对系统进行各个阶段分析设计。
旅游资源网站的主要使用者分为管理员和用户,实现功能包括管理员:首页、个
人中心、用户管理、景点信息管理、购票信息管理、酒店信息管理、客房类型管理、
客房信息管理、客房预订管理、交流论坛、系统管理,用户:首页、个人中心、购票
信息管理、客房预订管理、我的收藏管理,前台首页;首页、景点信息、酒店信息、
客房信息、交流论坛、红色文化、个人中心、后台管理、客服等功能。由于本网站的
功能模块设计比较全面,所以使得整个旅游资源网站信息管理的过程得以实现。
本系统的使用可以实现旅游资源网站管理的信息化,可以方便管理员进行更加方
便快捷的管理,可以提高管理人员的工作效率。
关键词:旅游资源网站 JAVA 语言;MYSQL 数据库;SSM 框架
Abstract
This paper mainly discusses how to use java language to develop a tourism resources
website. The system will strictly follow the software development process for each stage of
the work, using B / S architecture, object-oriented programming ideas for project
development. In the introduction, the author will discuss the current background of the
tourism resources website and the purpose of the system development. The following
chapters will analyze and design the system in each stage in strict accordance with the
software development process.
The main users of tourism resources website are divided into administrator and user. The
functions include administrator: home page, personal center, user management, scenic spot
information management, ticket information management, hotel information management,
room type management, room information management, room reservation management,
exchange forum and system management. User: home page, personal center, ticket
information management and room type management Reservation management, my
collection management, front page; home page, scenic spot information, hotel information,
room information, exchange forum, red culture, personal center, background management,
customer service and other functions. Because the function module design of this website is
more comprehensive, so the whole process of tourism resources website information
management can be realized.
The use of this system can realize the informatization of tourism resources website
management, facilitate the administrator to carry out more convenient and efficient
management, and improve the work efficiency of managers.
Key words: Java language of tourism resources website; MySQL database; SSM framework
目 录
摘 要 .....................................................I
1 绪论 ....................................................1
1.1 研究背景 ...........................................................................................................1
1. 2 研究现状 ...........................................................................................................1
1. 3 研究内容 ...........................................................................................................2
2 系统关键技术 ............................................3
2.1 SSM 框架 .....................................................3
2.2 JAVA 技术 ....................................................3
2.3 MYSQL 数据库 .................................................4
2.4 B/S 结构 .....................................................4
3 系统分析 ................................................5
3.1 可行性分析 .......................................................................................................5
3.1.1 技术可行性 ..........................................................................................5
3.1. 2 经济可行性 ............................................................................................5
3.1. 3 操作可行性 ............................................................................................5
3.2 系统性能分析 ...................................................................................................5
3.3 系统功能分析 ...................................................................................................6
3.4 系统流程分析 ....................................................................................................7
3.4.1 登录流程 .................................................................................................7
3.4.2 注册流程 .................................................................................................8
3.4.3 添加信息流程 .........................................................................................8
3.4.4 删除信息流程 .........................................................................................9
4 系统设计 ..............................................10
4.1 系统概要设计 ..................................................................................................10
4.2 系统结构设计 ..................................................................................................10
4.3 系统顺序图设计 ..............................................................................................11
4.3.1 登录模块顺序图 ...................................................................................11