本科毕业设计论文
题目:个性化旅游攻略定制系统设计与实现
系 别:
专 业:
班 级:
学生姓名:
学生学号:
指导教师:
毕业设计论文
摘 要
在如今社会上,关于信息上面的处理,没有任何一个企业或者个人会忽视,如何让
信息急速传递,并且归档储存查询,采用之前的纸张记录模式已经不符合当前使用要求
了。所以,对个性化旅游攻略信息管理的提升,也为了对个性化旅游攻略信息进行更好
的维护,个性化旅游攻略定制系统的出现就变得水到渠成不可缺少。通过对个性化旅游
攻略定制系统的开发,不仅仅可以学以致用,让学到的知识变成成果出现,也强化了知
识记忆,扩大了知识储备,是提升自我的一种很好的方法。通过具体的开发,对整个软
件开发的过程熟练掌握,不论是前期的设计,还是后续的编码测试,都有了很深刻的认
知。
个性化旅游攻略定制系统通过 MySQL 数据库与 Eclipse 工具进行开发,个性化旅游
攻略定制系统能够实现对用户上传信息,旅游路线信息,景点项目信息,景点信息,标
签分类信息等信息的管理。
通过个性化旅游攻略定制系统对相关信息的处理,让信息处理变的更加的系统,更
加的规范,这是一个必然的结果。已经处理好的信息,不管是用来查找,还是分析,在
效率上都会成倍的提高,让计算机变得更加符合生产需要,变成人们不可缺少的一种信
息处理工具,实现了绿色办公,节省社会资源,为环境保护也做了力所能及的贡献。
关键字:个性化旅游攻略定制系统,旅游路线,景点项目
毕业设计论文
Abstract
In today's society, with regard to the processing of information, no enterprise or
individual will ignore how to quickly transmit information and archive and store queries. The
previous paper record mode is no longer in line with current usage requirements. Therefore, in
order to improve the management of personalized travel strategy information, and to better
maintain the personalized travel strategy information, the emergence of the personalized
travel strategy customization system has become indispensable. Through the development of
a personalized travel strategy customization system, not only can you apply what you have
learned, but also make the knowledge you learn into results appear, but also strengthen the
knowledge memory and expand the knowledge reserve, which is a good way to improve
yourself. Through specific development, I have a good grasp of the entire software
development process, whether it is the preliminary design or the subsequent coding test, I
have a very deep understanding.
The personalized travel strategy customization system is developed through MySQL
database and Eclipse tools. The personalized travel strategy customization system can realize
the management of user uploaded information, travel route information, scenic spot project
information, scenic spot information, label classification information and other information.
It is an inevitable result that the information processing becomes more systematic and
standardized through the processing of relevant information by the personalized travel
strategy customization system. The information that has been processed, whether it is used for
search or analysis, will be doubled in efficiency, making computers more suitable for
production needs, becoming an indispensable information processing tool for people, and
realizing green office, Save social resources and contribute to environmental protection.
Key Words : Personalized travel strategy customization system, travel routes, attractions
projects
毕业设计论文
目 录
第一章 绪论...............................................................................................................................1
1.1 选题背景 ..............................................................................................................................1
1.2 选题意义 ..............................................................................................................................1
1.3 研究内容 ..............................................................................................................................2
第二章 开发环境.......................................................................................................................3
2.1 JAVA 语言..............................................................................................................................3
2.2 MYSQL 数据库....................................................................................................................3
2.3 ECLIPSE 开发工具 .................................................................................................................4
2.4 SSM 框架..............................................................................................................................4
第三章 系统分析.......................................................................................................................5
3.1 可行性分析...........................................................................................................................5
3.1.1 技术可行性................................................................................................................5
3.1.2 操作可行性................................................................................................................5
3.1.3 经济可行性................................................................................................................5
3.2 系统流程分析.......................................................................................................................6
3.3 系统性能分析.......................................................................................................................9
3.3.1 系统安全性................................................................................................................9
3.3.2 数据完整性..............................................................................................................10
3.3.3 系统可扩展性..........................................................................................................10
3.4 系统功能分析.....................................................................................................................10
第四章 系统设计.....................................................................................................................13
4.1 系统设计目标 ....................................................................................................................13
4.2 功能结构设计.....................................................................................................................14
4.3 数据库设计.........................................................................................................................15
4.3.1 数据库概念设计.....................................................................................................15
4.3.2 数据库物理设计.....................................................................................................18
第五章 系统实现.....................................................................................................................23
毕业设计论文
5.1 管理员功能实现.................................................................................................................23
5.1.1 景点信息管理.........................................................................................................23
5.1.2 景点项目管理.........................................................................................................23
5.1.3 旅游路线管理.........................................................................................................24
5.1.4 用户上传管理.........................................................................................................24
5.2 用户功能实现.....................................................................................................................25
5.2.1 景点信息.................................................................................................................25
5.2.2 景点项目.................................................................................................................26
5.2.3 旅游路线.................................................................................................................26
5.2.4 用户上传管理.........................................................................................................27
第六章 系统测试.....................................................................................................................28
6.1 系统测试的特点.................................................................................................................28
6.2 系统功能测试 ....................................................................................................................28
6.2.1 用户登录测试.........................................................................................................28
6.2.2 景点查询功能测试.................................................................................................29
6.3 系统测试结果 ....................................................................................................................29
结 论.......................................................................................................................................30
致 谢.......................................................................................................................................32
参考文献...................................................................................................................................33