毕业设计(论文)
亿互游在线平台的设计与开发
学生姓名
XXX
学 号
XXXXXXXX
分院名称
XXXXXXXX
专业班级
XXXXX
指导教师
XXXX
填写日期
XXXX 年 XX 月
I
摘 要
随着旅游业的迅速发展,传统的旅游资讯查询方式,已经无法满足用户需求,因此,
结合计算机技术的优势和普及,特开发了本亿互游在线平台。
本文研究的亿互游在线平台基于 SSM 框架,采用 JSP 技术、Java 语言和 MYSQL 数
据库设计开发。通过本系统,满足了不同权限用户的需求,包括管理员、用户和前台,用
户通过本系统可查看旅游信息,注册登录后还可进行酒店预订、美食购买等,前台注册登
录后可实现景点信息管理、路线规划管理、景点美食管理以及住宿信息管理功能,管理员
可登录系统后台对系统进行全面管理,确保系统正常稳定运行,更好的为用户服务。
本系统经过测试,运行效果稳定,操作方便、快捷,是一个功能全面、实用性好、安
全性高,并具有良好的可扩展性、可维护性的亿互游在线平台。
关键字:亿互游在线平台;SSM 框架;JSP 技术;MYSQL 数据库
II
Abstract
With the rapid development of the tourism industry, traditional travel information query
methods have been unable to meet the needs of users. Therefore, combined with the
advantages and popularization of computer technology, an online platform of Benyi
Interactive has been specially developed.
The Yihuyou online platform studied in this paper is based on the SSM framework and
is designed and developed using JSP technology, Java language and MYSQL database.
Through this system, the needs of users with different permissions are met, including
administrators, users, and front desks. Users can view travel information through this system.
After registering and logging in, they can also make hotel reservations and food purchases.
After logging in, the front desk can realize scenic spot information. With the functions of
management, route planning management, scenic spot food management, and
accommodation information management, the administrator can log in to the system
background to fully manage the system to ensure the normal and stable operation of the
system and better serve users.
The system has been tested and has stable operation effect, convenient and fast
operation. It is an online platform with comprehensive functions, good practicability, high
safety, and good scalability and maintainability.
Key words:Yihuyou online platform; SSM framework; JSP technology; MYSQL database
III
目 录
摘 要.......................................................................................................................................I
ABSTRACT...........................................................................................................................II
1 绪论 ....................................................................................................................................1
1.1 研究背景 .............................................................................................................................1
1.2 设计原则 .............................................................................................................................1
1.3 论文主要内容......................................................................................................................1
2 相关技术简介 .....................................................................................................................3
2.1 JSP 技术..............................................................................................................................3
2.2 B/S 结构..............................................................................................................................3
2.3 MYSQL 数据库 ......................................................................................................................4
2.4 JAVA 技术............................................................................................................................4
2.5 TOMCAT 简介 ..........................................................................................................................4
3 系统分析.............................................................................................................................6
3.1 可行性分析.........................................................................................................................6
3.1.1 技术可行性 .................................................................................................................6
3.1.2 经济可行性 .................................................................................................................6
3.1.3 操作可行性 .................................................................................................................6
3.1.4 时间可行性 .................................................................................................................6
3.2 系统性能分析 .....................................................................................................................7
3.3 系统功能分析 .....................................................................................................................7
3.4 系统流程分析 .....................................................................................................................8
3.4.1 注册流程 ......................................................................................................................8
3.4.2 登录流程 ......................................................................................................................9
4 系统设计...........................................................................................................................10
4.1 系统架构设计 ...................................................................................................................10
4.2 系统结构设计 ...................................................................................................................10
4.3 数据库设计.......................................................................................................................11
4.3.1 数据库 E-R 图设计 ....................................................................................................11
4.3.2 数据库表设计 ............................................................................................................14
5 系统实现...........................................................................................................................17
5.1 用户功能模块的实现 .......................................................................................................17
IV
5.1.1 用户注册界面 ............................................................................................................17
5.1.2 用户登录界面 ............................................................................................................18
5.1.3 景点美食详情界面 ....................................................................................................19
5.1.4 景点详情界面 ............................................................................................................19
5.1.5 住址详情界面 ............................................................................................................20
5.1.6 留言反馈界面 ............................................................................................................21
5.1.7 我的订单界面 ............................................................................................................21
5.2 管理员功能模块的实现....................................................................................................22
5.2.1 管理员登录界面 ........................................................................................................22
5.2.2 前台管理界面 ............................................................................................................23
5.2.3 用户管理界面 ............................................................................................................23
5.2.4 邀请信息管理界面 ....................................................................................................23
5.2.5 留言板管理管理界面 ................................................................................................24
5.3 前台功能模块的实现........................................................................................................24
5.3.1 前台注册界面 ............................................................................................................24
5.3.2 景点信息管理界面 ....................................................................................................25
5.3.3 景点美食管理界面 ....................................................................................................25
5.3.4 住宿信息管理界面 ....................................................................................................26
6 系统测试...........................................................................................................................27
6.1 测试定义...........................................................................................................................27
6.2 性能测试...........................................................................................................................27
6.3 测试原理...........................................................................................................................27
6.4 测试分析...........................................................................................................................28
总结 ......................................................................................................................................29
参考文献 ..............................................................................................................................30
致谢 ......................................................................................................................................31