民航订票系统毕业设计.rar

RAR格式版权申诉手机打开展开

民航订票系统毕业设计,包括完整系统程序和论文摘  要航空售票订票是民航管理业务中的一项最基本的业务,表面上,它只是民航业务的一个简单的部分,但它涉及的业务量大,客户多,客户服务等多个方面,因而基于传统的订票方式已经不能满足航空业务流量剧增的要求。本设计用java语言编写利用myeclipse工具开发的一个航空订票系统。它...
编号:99-121154大小:14.64M
分类: 论文>计算机论文

该文档为压缩文件,包含的文件列表如下:

内容介绍

原文档由会员 ljjwl8321 发布

民航订票系统毕业设计

包括完整系统程序和论文

摘  要
航空售票订票是民航管理业务中的一项最基本的业务,表面上,它只是民航业务的一个简单的部分,但它涉及的业务量大,客户多,客户服务等多个方面,因而基于传统的订票方式已经不能满足航空业务流量剧增的要求。本设计用java语言编写利用MyEclipse工具开发的一个航空订票系统。它是根据售票订票的功能需求和业务流程,采用B/S结构进行设计。设计和实现该系统的主要功能包括查询符合乘客需求的航班信息和当前航班的售票订票情况,进行订票,管理机票数据和乘客的信息,添加新航班、更新航班信息,按乘客要求进行退票处理等等。
该系统的开发包括两部分的工作:数据库设计和应用程序编制。本设计的数据库采用当今最常用的关系数据库并使用MySQL数据库管理系统进行管理。通过数据库需求分析得到了系统的数据字典,并完成了数据库的概念设计。数据库逻辑设计完成了数据库所有表格的创建。应用程序用MyEclipse进行深入开发。
关键词:航空订票;B/S结构;Java;关系数据库

 

 

 

 

 

 

 

 

 


Abstract
Airline Reservation and ticket-selling is one of the most elementary operations in airline management. Professedly it is just one of simple parts in airline operation, but it includes many operations, clients and client service. As a result the method of traditional ticket-selling can’t satisfy the requirement of increasing airline business. This is a unified airline reservation system is encodeing by Java language and developed by MyEclipse According to functional requirement and operation flow, it’s designed with B/S Framework. The main functions of this system include searching flight details and the current reservation circumstance, booking a ticket, managing information of reservation and passengers, update flight details and airways, returning a ticket .
The whole system comprises two parts: database design and application coding. In the design the database is a kind of relation database management system that is now used most popularly. And the database is managed by MySQL.In database demand analysis, data dictionary of the system is brought forth. Conception design of the database is fulfilled by E-R graph. All tables of the system are brought forth in logic design of the database. Application was developed with the development tool of MyEclipse.
Keywords: Airline Reservation; B/S Framework; Java; Relation Database


 
目 录
摘  要 I
Abstract II
目 录 1
1 绪  论 3
1.1 民航售票信息系统的研究背景 3
1.2 民航售票信息系统的研究意义 3
2 需求分析 5
2.1 可行性分析 5
2.1.1 经济可行性分析 5
2.1.2 技术可行性分析 5
2.2 相关技术介绍 6
2.2.1 JSP技术 6
2.2.2 Struts技术 6
2.2.3 Hibernate技术 9
2.2.4 Spring技术 10
2.2.5 数据库技术 12
2.2.6 MyEclipse简介 13
2.2.7 B/S结构 13
2.3 本章小结 14
3 系统设计 15
3.1 开发环境简介 15
3.2 系统结构设计 16
3.2.1 用户模块 16
3.2.2 管理员模块 16
3.3 系统业务实体设计 17
3.4 数据模型设计 18
3.5 本章小结 20
4 系统实现 21
4.1 关键业务流程描述 21
4.2 系统界面设计 21
4.2.1 系统首页 21
4.2.2 机票查询 22
4.2.3 用户登录 22
4.2.4 用户注册 23
4.2.5 用户订票 23
4.2.6 个人资料 25
4.2.7 管理员登录 26
4.2.8 航班管理 27
4.3 本章小结 29
5 测试与调试 30
5.1 软件测试的目标 30
5.2 软件测试方案 30
5.3 测试流程 30
5.4 系统测试 31
5.5 本章小结 32
结  论 33
参考文献 34
致  谢 35
附  录 36