
毕 业 设 计(论 文)
题目:基于 web 的机票管理系统设计与实现设计与实现

I
摘 要
现代经济快节奏发展以及不断完善升级的信息化技术,让传统数据信息的管
理升级为软件存储,归纳,集中处理数据信息的管理方式。本基于 web 的机票
管理系统设计与实现就是在这样的大环境下诞生,其可以帮助管理者在短时间内
处理完毕庞大的数据信息,使用这种软件工具可以帮助管理人员提高事务处理效
率,达到事半功倍的效果。此基于 web 的机票管理系统设计与实现利用当下成
熟完善的 JSP 技术,使用跨平台的可开发大型商业网站的 Java 语言,以及最受
欢迎的 RDBMS 应用软件之一的 Mysql 数据库进行程序开发。本设计有管理员和
用户。管理员主要有个人中心,用户管理,航班机票管理,机票预订管理,特价
机票管理,系统管理。用户可以注册登录,查看航班信息,机票信息,可以预订
特价机票等操作。基于 web 的机票管理系统设计与实现的开发根据操作人员需
要设计的界面简洁美观,在功能模块布局上跟同类型网站保持一致,程序在实现
基本要求功能时,也为数据信息面临的安全问题提供了一些实用的解决方案。可
以说该程序在帮助管理者高效率地处理工作事务的同时,也实现了数据信息的整
体化,规范化与自动化。
关键词:基于 web 的机票管理系统设计与实现;JSP 技术;Mysql;自动化

II
Abstract
The fast-paced development of the modern economy and the continuous improvement
and upgrading of information technology have upgraded the management of
traditional data information to a management method of software storage, induction,
and centralized processing of data information. The design and implementation of this
web-based air ticket management system was born in such a large environment. It can
help managers process huge data information in a short time. Using this software tool
can help managers improve transaction processing efficiency and achieve A multiplier
effect. The design and implementation of this web-based air ticket management
system utilizes the current mature and perfect JSP technology, uses the cross-platform
Java language that can develop large-scale commercial websites, and the Mysql
database, one of the most popular RDBMS application software, for program
development. This design has administrators and users. Administrators mainly include
personal center, user management, flight ticket management, ticket reservation
management, special ticket management, and system management. Users can register
and log in, view flight information, air ticket information, and book special air tickets.
The design and implementation of the web-based air ticket management system The
interface designed according to the needs of the operator is simple and beautiful, and
the layout of the functional modules is consistent with the same type of website. some
practical solutions. It can be said that this program not only helps managers deal with
work affairs efficiently, but also realizes the integration, standardization and
automation of data information.
Key Words:Design and implementation of web-based air ticket management system;
JSP technology; Mysql; automation

III
目 录
目 录 ..............................................III
1 绪论 ...............................................1
1.1 研究背景 .........................................................................................................1
1.2 目的和意义 .....................................................................................................1
1.3 论文结构安排 .................................................................................................2
2 相关技术............................................3
2.1 JSP 技术介绍 ...................................................................................................3
2.2 B/S 结构介绍 ...................................................................................................5
2.3 MYSQL 数据库介绍..........................................................................................5
2.4 SSM 框架介绍 .................................................................................................6
3 系统分析............................................7
3.1 系统可行性分析 .............................................................................................7
3.1.1 技术可行性分析 ..................................................................................7
3.1.2 经济可行性分析 ..................................................................................7
3.1.3 运行可行性分析 ..................................................................................7
3.2 系统性能分析 .................................................................................................8
3.2.1 易用性指标 ..........................................................................................8
3.2.2 可扩展性指标 ......................................................................................8
3.2.3 健壮性指标 ..........................................................................................8
3.2.4 安全性指标 ..........................................................................................9
3.3 系统流程分析 .................................................................................................9
3.3.1 操作流程分析 ......................................................................................9
3.3.2 登录流程分析 ....................................................................................10
3.3.3 信息添加流程分析 ............................................................................11
3.3.4 信息删除流程分析 ............................................................................12

IV
4 系统设计...........................................13
4.1 系统概要设计 ...............................................................................................13
4.2 系统功能结构设计 .......................................................................................13
4.3 数据库设计 ...................................................................................................14
4.3.1 数据库 E-R 图设计............................................................................14
4.3.2 数据库表结构设计 ............................................................................16
5 系统实现...........................................19
5.1 系统公告管理 ...............................................................................................19
5.2 航班机票管理 ...............................................................................................19
5.3 用户信息管理 ...............................................................................................20
5.4 特价机票管理 ...............................................................................................20
5.5 前台首页 .......................................................................................................21
5.6 航班机票预订 ...............................................................................................21
6 系统测试...........................................23
6.1 系统测试的特点 .........................................................................................23
6.2 测试结果分析 ...............................................................................................23
结 论...............................................25
致 谢...............................................26
参考文献.............................................27