摘 要
随着时代的发展,人们对旅游也越来越重视,近些年来我国的旅游产业也发生了翻天覆地的变化,但是很多人在出去旅游的时候不知道去哪里旅游,在预订酒店和机票的时候也没有一个综合性的旅游网站,为了让人们的旅游变的更加的方便,为此我开发了本基于python的旅游网站
本基于python的旅游网站是根据当前我国旅游的大环境相关的内容实际情况开发的,在系统语言选择上我们使用的Python语言,数据库是小巧灵活的MySQL数据库,本系统的开发可以极大的提高旅游方面的管理。
本基于python的旅游网站采用Python语言来进行开发,从角色上分为用户和管理员两部分,用户功能主要是在前台,前台部分主要实现了用户注册登录,特产商城,景点信息,酒店信息,游记文章,旅游资讯,新闻公告等功能;后台部分主要实现了个人中心,用户管理,特产分类,特产信息管理,景点信息管理,酒店信息管理,酒店预定管理,门票预定管理,游记文章管理,系统管理和订单管理等功能。通过本系统基本可以满足旅游方面的管理。
关键词:旅游,预订,MySQL,Python
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, I developed a Python-based travel website for this purpose
This Python-based tourism website is developed according to the actual situation of the current environment related to tourism. In the system language selection, we use Python language, the database is a compact and flexible MySQL database, the development of this system can greatly improve the management of tourism.
This Pyth服务器托管网on-based tourism website uses Python language to develop, and is divided into two parts from the role of user and administrator. The user function is mainly at the front desk. The front desk part mainly realizes the user registration and login, specialty mall, scenic spot information, hotel information, travel articles, tourism information, news announcements and other functions. The backstage part mainly realizes服务器托管网 the functions of personal center, user management, commodity classification, specialty information management, scenic spot information management, hotel information management, hotel reservation management, ticket reservation management, travel article management, system management and order management. Through this system can basically meet the tourism management.
Keywords: travel, booking, MySQL, Python
目 录
第1章 绪论 4
1.1研究背景 4
1.2开发意义 4
1.3研究内容和论文结构 5
第2章 关键技术介绍 6
2.1 PYTHON语言介绍 6
2.2 PYCHARM介绍 6
2.3 MYSQL数据库介绍 7
第3章 系统分析 9
3.1 需求分析 9
3.2 基于PYTHON的旅游网站可行性分析 10
3.2.1技术可行性 10
3.2.2操作可行性 10
3.2.3经济可行性 11
3.1.4法律可行性 11
第4章 系统设计 12
4.1 基于PYTHON的旅游网站功能结构设计 12
4.2 基于PYTHON的旅游网站数据库设计 12
第五章 系统详细设计 21
5.1 基于PYTHON的旅游网站前台部分设计 21
5.1.1 系统首页 21
5.1.2用户注册 21
5.1.3用户登录 22
5.1.4旅游资讯 23
5.1.5酒店信息 24
5.1.6景点信息 25
5.1.7特产信息 27
5.1.8我的购物车 28
5.1.9订单信息管理 29
5.2 基于PYTHON的旅游网站后台部分设计 30
5.2.1管理员登录模块的实现 30
5.2.2用户管理 31
5.2.3景区信息管理 32
5.2.4酒店信息管理 34
5.2.5旅游资讯管理 35
5.2.6特产信息管理 37
第六章 系统测试 40
6.1 基于PYTHON的旅游网站的测试目的 40
6.2 基于PYTHON的旅游网站的测试方法 40
6.3 基于PYTHON的旅游网站的测试用例 40
总结 43
致谢语 44
参考文献: 45
本基于python的旅游网站采用Python语言来进行开发,从角色上分为用户和管理员两部分,用户功能主要是在前台,主要内容包括首页,注册登录,酒店,酒店的预约,景点信息,景点门票的预订,酒店信息,酒店的预订,特产信息,特产购物,旅游资讯等功能。
服务器托管,北京服务器托管,服务器租用 http://www.fwqtg.net
机房租用,北京机房租用,IDC机房托管, http://www.fwqtg.net
相关推荐: C语言200行代码实现简易三子棋
前言
一.代码实现
二.设计思路前言 三子棋应该是是我们最早接触到的棋类游戏,用C语言实现三子棋对初学者来说是一种不错的锻炼 编写三子棋只需要用到数组、函数和生成随机数的知识,所以比较适合成为编程学习者编写的第一个小游戏。 一.代码实现 第一部分是源码复制就可以使用,每一个自定义函数在第二部…