摘  要

 

随着时代的发展,人们对旅游也越来越重视,近些年来我国的旅游产业也发生了翻天覆地的变化,但是很多人在出去旅游的时候不知道去哪里旅游,在预订酒店和机票的时候也没有一个综合性的旅游网站,为了让人们的旅游变的更加的方便,为此我开发了本基于Java Web的多功能旅游网站

本基于Java Web的多功能旅游网站是根据当前我国旅游的大环境相关的内容实际情况开发的,在系统语言选择上我们使用的Java语言,数据库是小巧灵活的MySQL数据库,本系统的开发可以极大的提高旅游方面的管理。

本基于Java Web的多功能旅游网站采用Java语言来进行开发,从角色上分为用户和管理员两部分,用户功能主要是在前台,主要内容包括首页,注册登录,景点信息,酒店信息,特产信息,火车票,线路攻略,旅游日志,旅游新闻,后台管理,个人中心等功能,后台部分主要给管理人员和各类分类管理员使用的,主要功能包括系统首页,个人中心,特产管理员管理,景点管理员管理,酒店管理员管理,火车票管理员管理,用户管理,类型管理,特产分类管理,标签管理,线路类型管理,景点信息管理,酒店信息管理,特产信息管理,火车票管理,线路攻略管理,酒店预订管理,门票订单管理,车票订单管理,特产订单管理,旅游日志管理,系统管理等操作。通过本系统基本可以满足旅游方面的管理。


关键词:旅游,预订,MySQL,Java  

Abstract


With the development of time, people pay more and more attention to tourism, in recent years the tourism industry in our country has also taken earth-shaking changes, but many people do not know where to travel when going out, in booking hotels and air tickets there is not a comprehensive tourism website, in order to make people's travel more convenient, Therefore, I developed this multifunctional travel website based on Java Web

This multifunctional tourism website based on Java Web is developed according to the actual situation of the current environment related to tourism. In the system language selection, we use Java language, the database is small and flexible MySQL database, the development of this system can greatly improve the tourism management.

This multifunctional travel website based on Java Web uses Java language to develop, from the role is divided into user and administrator two parts, user functions are mainly in the front desk, the main content includes home page, registration and login, scenic spot information, hotel information, specialty information, train tickets, route guide, travel log, travel news, background management, Personal center and other functions, the background part is mainly used by management personnel and all kinds of classified administrators, the main functions include the system home page, personal center, specialty administrator management, scenic spot administrator management, hotel administrator management, train ticket administrator management, user management, type management, specialty classification management, label management, line type management, scenic spot information management, Hotel information management, specialty information management, train ticket management, line strategy management, hotel reservation management, ticket order management, ticket order management, specialty order management, travel log management, system management and other operations. Through this system can basically meet the tourism management.


Keywords: Travel, booking, MySQL, Java  

目  录

第1章 绪论 5

1.1研究背景 5

1.2开发意义 5

1.3研究内容和论文结构 6

第2章 关键技术介绍 7

2.1 JAVA语言介绍 7

2.2 SSM介绍 7

2.3 MYSQL数据库介绍 7

第3章 系统分析 10

3.1 需求分析 10

3.2 基于JAVA WEB的多功能旅游网站可行性分析 10

3.2.1技术可行性 10

3.2.2操作可行性 10

3.2.3经济可行性 10

3.1.4法律可行性 11

第4章 系统设计 12

4.1 基于JAVA WEB的多功能旅游网站功能结构设计 12

4.2 基于JAVA WEB的多功能旅游网站数据库设计 12

第五章 系统详细设计 24

5.1 基于JAVA WEB的多功能旅游网站前台部分设计 24

5.1.1 系统首页 24

5.1.2用户注册 24

5.1.3用户登录 25

5.1.4旅游资讯 26

5.1.5酒店信息 27

5.1.6景点信息 29

5.1.7特产信息 31

5.1.8车票信息 33

5.2 基于JAVA WEB的多功能旅游网站后台部分设计 35

5.2.1管理员登录模块的实现 35

5.2.2用户管理 36

5.2.3火车票管理 38

5.2.4景点信息管理 40

5.2.5酒店信息管理 42

5.2.6特产信息管理 44

5.2.7旅游日志管理 46

第六章 系统测试 49

6.1 基于JAVA WEB的多功能旅游网站的测试目的 49

6.2 基于JAVA WEB的多功能旅游网站的测试方法 49

6.3 基于JAVA WEB的多功能旅游网站的测试用例 49

6.3.1登录测试 49

6.3.2 修改密码模块测试 50

6.3.3 删除景点模块测试 51

6.3.4 景点预约模块测试 51

6.4 测试结果 52

总结 53

致谢语 54

参考文献: 55


本基于Java Web的多功能旅游网站采用Java语言来进行开发,从角色上分为用户和管理员两部分,用户功能主要是在前台,主要内容包括首页,注册登录,景点信息,酒店信息,特产信息,火车票,线路攻略,旅游日志,旅游新闻,后台管理,个人中心等功能,后台部分主要给管理人员和各类分类管理员使用的,主要功能包括系统首页,个人中心,特产管理员管理,景点管理员管理,酒店管理员管理,火车票管理员管理,用户管理,类型管理,特产分类管理,标签管理,线路类型管理,景点信息管理,酒店信息管理,特产信息管理,火车票管理,线路攻略管理,酒店预订管理,门票订单管理,车票订单管理,特产订单管理,旅游日志管理,系统管理等操作。通过本系统基本可以满足旅游方面的管理。通过本系统基本可以满足旅游方面的管理。


基于Java Web的多功能旅游网站的设计与实现-计算机毕业设计源码+LW文档_Java

基于Java Web的多功能旅游网站的设计与实现-计算机毕业设计源码+LW文档_信息管理_02

基于Java Web的多功能旅游网站的设计与实现-计算机毕业设计源码+LW文档_JAVA_03

基于Java Web的多功能旅游网站的设计与实现-计算机毕业设计源码+LW文档_Java_04