摘  要

随着网络科技的发展,利用分析对个性化旅游线路推荐系统已势在必行;该平台将帮助人们更好地了解旅游的趋势,提高率的质量。

本文讲述了基于python语言开发,后台数据库选择MySQL进行数据的存储。该软件的主要功能是进行旅游信息分析。主要包括用户、景点类型、旅游景点、酒店类型、酒店信息、酒店预订、路线类型、旅游路线、预订路线、系统管理、用户信息等。本文主要介绍了该应用的设计初衷、功能实现的大致过程,详细说明了个性化旅游线路推荐系统设计思想、数据库的开发设计和功能模块的设计。整个个性化旅游线路推荐系统的设计过程中,考虑了数据库的安全性、一致性、稳定性和可靠性的问题,并具有简洁的界面,操作也十分简单,可以投入实际应用。


关键词:  旅游路线推荐;python;MySQL


ABSTRACT



With the development of network technology, it is imperative to use analysis to recommend the personalized travel route system; the platform will help people better understand the travel trends and improve the quality of the rate.

This article describes the python-based development, background database selection MySQL data storage. The main function of this software is to analyze the tourism information. Mainly including users, scenic spots, tourist attractions, hotel types, hotel information, hotel reservations, route types, travel routes, reservation routes, system management, user information. This paper mainly introduces the design intention and function realization of the application, and explains the design idea, database development and Function Module design of the personalized travel route recommendation system in detail. In the whole design process of personalized travel route recommendation system, the problems of database security, consistency, stability and reliability are considered, can be put into practical application.


Key words: Travel Route Recommendation; python; MySQL 


目录

第1章 前言

1.1研究背景及意义

1.2国内外研究现状

1.3主要研究内容

第2章 相关技术介绍

2.1Python语言

2.2 Django框架

2.3数据库

2.4vue技术

2.5 B/S架构

2.6协同过滤算法

第3章 系统分析

3.1 系统可行性分析

3.1.1 技术可行性

3.1.2 操作可行性

3.1.3 经济可行性

3.2系统性能需求分析

3.3系统功能需求

3.4 系统用例分析

3.5 系统流程分析

3.5.1 登录流程

3.5.2 注册流程

3.5.3 添加流程

第4章 系统设计

4.1系统功能模块设计

4.2 系统数据库设计

4.2.1 数据库系统

4.2.2数据库概念设计

4.2.3 E-R模型结构设计

4.2.4数据表设计

第5章 系统实现

5.1系统前台功能实现

5.1.1系统首页功能实现

5.1.2个人中心实现

5.2管理员功能实现

第6章 系统测试

6.1 系统测试概述

6.2 测试方法

6.3 测试过程和结果

6.3.1 系统登录测试

第7章 总结和展望

参 考 文 献

致  谢

基于python个性化旅游线路推荐系统的毕业设计论文_功能实现

基于python个性化旅游线路推荐系统的毕业设计论文_功能实现_02

基于python个性化旅游线路推荐系统的毕业设计论文_功能实现_03

基于python个性化旅游线路推荐系统的毕业设计论文_数据库_04

基于python个性化旅游线路推荐系统的毕业设计论文_功能实现_05

基于python个性化旅游线路推荐系统的毕业设计论文_数据库_06

基于python个性化旅游线路推荐系统的毕业设计论文_MySQL_07

基于python个性化旅游线路推荐系统的毕业设计论文_数据库_08

基于python个性化旅游线路推荐系统的毕业设计论文_数据库_09