毕业论文-航空售票系统设计与实现
- 1、下载文档前请自行甄别文档内容的完整性,平台不提供额外的编辑、内容补充、找答案等附加服务。
- 2、"仅部分预览"的文档,不可在线预览部分如存在完整性等问题,可反馈申请退款(可完整预览的文档不适用该条件!)。
- 3、如文档侵犯您的权益,请联系客服反馈,我们会尽快为您处理(人工客服工作时间:9:00-18:30)。
摘要
航空售票/订票是航空业务中的一个最基本的业务,从表面上来看,它只是航空业务的一个简单的部分,但是它涉及到资金管理与客户服务等多方面,因此,过去传统的售票已经不能满足现代航空业务流量剧增的客观要求。
本系统——航空售票系统,采用 技术作为创建应用程序的方式,以C#作为编程语言,采用SQL Server 数据库作为后台数据库。它是基于Browser/Server结构下形成的数据驱动的Web应用程序。不仅能方便旅客,还能节省航空公司的代理费用,加速资金周转。实现了后台管理员对航空公司、航班和订票信息的维护;前台客户通过注册登陆可以查询航班信息,进行订票和查看自己的购票信息并可以删除管理员未确认的订票信息。同时可以进行购票错误以后的退票信息等功能。
本论文主要涉及软件,数据库与网络技术等。涵盖知识面广,可有效地提高消费者综合运用所学知识分析解决问题的能力,增强消费者对事物的理解与掌握能力,培养消费者掌握科学的研究方法,正确的设计思想,独立思考,勇于进取,探索创新,为今后进一步学习与工作奠定了良好的基础。
关键词航空售票;;C#;SQL Server数据库;
word版本.
Abstract
Ticket / booking is the aviation business in the most basic of business, from the face of it, it's just a simple air part of the business, but it relates to financial management and customer service and other aspects, therefore, has been the traditional ticket Modern air traffic flow can not meet the objective requirements of surge. The system - Air ticketing system, using technology as a way to create applications to C # as the programming language, using SQL Server database as the backend database. It is based on Browser / Server structure, formed under the data-driven Web applications. Not only convenient for tourists, but also save the airline agent costs and accelerate cash flow. Administrators realized back airlines, flights and booking information maintenance; receptionists can search for flights by up login information, make reservations and view their own information and tickets can delete the administrator has not confirmed the booking information. Tickets can also refund after wrong information and so on.
This paper mainly involves software, database and network technology. Cover the wide range of knowledge, can effectively improve the knowledge of consumers of the integrated use of problem-solving skills, and enhance consumer understanding and grasp of things, cultivating consumer knowledge of scientific research methods, the correct design ideas, independent thinking, courage to forge ahead, exploration and innovation, for further study and work laid a good foundation.
Keywords: C# SQL Server database air ticket
word版本.
目录
摘要 ...................................................... I Abstract ..................................................... II 第1章绪论.. (1)
1.1 课题背景 (1)
1.2 目的和意义 (1)
1.3 系统设计思想 (1)
1.4 开发工具简介 (2)
第2章可行性研究 (4)
2.1 业务流程图 (4)
2.2 系统可行性分析 (5)
2.2.1 经济可行性 (5)
2.2.3 运行可行性 (5)
2.2.4 技术可行性 (6)
2.2.5 时间可行性 (6)
2.2.6 法律可行性 (6)
2.3本章小结 (6)
第3章需求分析 (7)
3.1 系统需求 (7)
3.2 性能需求 (7)
3.2.1 系统数据流图的分析 (7)
3.2.2数据字典 (8)
3.3运行需求分析 (11)
3.4其他需求分析 (11)
3.5本章小结 (11)
第4章总体设计 (12)
4.1 系统模块总体设计 (12)
4.2 数据库设计 (13)
4.2.1 数据库设计概述 (13)
4.2.2 数据分析 (14)
4.2.3 数据库的详细设计 (14)
4.2.4 数据库E—R图设计 (17)
word版本.