毕业论文(设计)
题 目:线上旅行信息管理系统设计与实现
姓 名:
专 业:
班 级:
学 号:
指导教师:
导师职称:
2021 年 5 月 10 日
I
摘 要
随着旅游业的迅速发展,传统的旅行信息查询管理方式,已经无法满足用户需求,
因此,结合计算机技术的优势和普及,特开发了本线上旅行信息管理系统。
本论文首先对线上旅行信息管理系统进行需求分析,从系统开发环境、系统目标、
设计流程、功能设计等几个方面进行系统的总体设计,开发出本线上旅行信息管理系统,
主要实现了用户功能模块和管理员功能模块两大部分,用户可查看旅行相关信息,注册
登录后还可实现酒店客房预订和景点购票等,同时管理员可进入系统后台对系统进行全
面管理操作。通过对系统的功能进行测试,测试结果证明该系统界面友好、功能完善,
有着较高的使用价值,具有庞大的潜在用户群体和较广阔的应用前景。
本线上旅行信息管理系统基于 SSM 框架、Java 技术、MYSQL 数据库开发完成,“操
作简单,功能实用”这是本软件设计的核心理念,本系统力求创造最好的用户体验。
关键词:旅行信息管理,Java 技术,MYSQL 数据库,SSM 框架
II
ABSTRACT
With the rapid development of the tourism industry, traditional travel information query
management methods have been unable to meet the needs of users. Therefore, combined with
the advantages and popularization of computer technology, this online travel information
management system has been specially developed.
This thesis first analyzes the needs of the online travel information management system,
and conducts the overall design of the system from the system development environment,
system goals, design process, and functional design. The development of this online travel
information management system mainly realizes The user function module and the
administrator function module are two parts. Users can view travel-related information. After
registering and logging in, they can also book hotel rooms and purchase tickets for scenic
spots. At the same time, the administrator can enter the system backend to perform
comprehensive management operations on the system. By testing the functions of the system,
the test results prove that the system has a friendly interface, a complete function, a high use
value, a huge potential user group and a broader application prospect.
This online travel information management system is developed based on SSM
framework, Java technology, and MYSQL database. "Simple operation and practical
functions" is the core concept of this software design. This system strives to create the best
user experience.
Key words: Travel information management, Java technology, MYSQL database, SSM
framework
III
目 录
1 绪论 ........................................................................................................................................1
1.1 研究背景.......................................................................................................................................1
1.2 设计原则.......................................................................................................................................1
1.3 论文组织结构...............................................................................................................................2
2 系统关键技术 ........................................................................................................................3
2.1JSP 技术 .........................................................................................................................................3
2.2 JAVA 技术......................................................................................................................................3
2.3 B/S 结构........................................................................................................................................4
2.4 MYSQL 数据库................................................................................................................................5
3 系统分析 ................................................................................................................................6
3.1 可行性分析...................................................................................................................................6
3.1.1 技术可行性...........................................................................................................................6
3.1.2 操作可行性...........................................................................................................................6
3.1.3 经济可行性...........................................................................................................................6
3.1.4 法律可行性...........................................................................................................................6
3.2 系统功能分析 ...............................................................................................................................6
3.2.1 管理员功能分析....................................................................................................................7
3.2.2 用户功能分析........................................................................................................................7
3.3 系统性能分析 ...............................................................................................................................8
3.4 系统流程分析...............................................................................................................................8
3.4.1 开发流程................................................................................................................................8
3.4.2 登录流程................................................................................................................................9
3.4.3 添加信息流程......................................................................................................................10
4 系统设计 ..............................................................................................................................11
4.1 系统结构设计 .............................................................................................................................11
4.2 数据库 E-R 图设计.....................................................................................................................11
4.3 数据库表设计.............................................................................................................................14
5 系统的实现 ..........................................................................................................................17
5.1 管理员功能模块的实现.............................................................................................................17
5.1.1 管理员登录界面..................................................................................................................17
5.1.2 用户管理界面......................................................................................................................17
5.1.3 景点分类管理界面..............................................................................................................18
5.1.4 景点信息管理界面..............................................................................................................18
5.1.5 酒店信息管理界面..............................................................................................................19
5.1.6 客房信息管理界面..............................................................................................................19
5.1.7 购票信息管理界面..............................................................................................................20
5.2 用户功能模块的实现 .................................................................................................................20
5.2.1 系统主界面..........................................................................................................................20
5.2.2 用户登录界面......................................................................................................................21
IV
5.2.3 用户注册界面......................................................................................................................21
5.2.4 酒店详情界面......................................................................................................................22
5.2.5 酒店预订界面......................................................................................................................23
5.2.6 景点详情界面......................................................................................................................23
5.2.7 景点购票界面......................................................................................................................24
6 系统测试 ..............................................................................................................................26
6.1 测试定义 .....................................................................................................................................26
6.2 测试方案 .....................................................................................................................................26
6.3 测试方法 .....................................................................................................................................27
6.4 测试结论 .....................................................................................................................................27
7 总结 ......................................................................................................................................28
参考文献 ..................................................................................................................................29
致 谢 ......................................................................................................................................30