摘 要
随着计算机科学技术的日益发展及信息化技术向各个领域的不断深入,人们的学习生活已越来越趋向于信息化。为跟上时代的要求及人们生活的步伐,航空订票业务也日益发展了起来。它的发展不仅给人们带来了很大的便利性,还在很大程度上减轻了其管理人员的工作压力。
在航空订票系统的开发过程中遵循了软件的生命周期:问题的定义、需求分析、软件设计、程序编码、软件测试这五个阶段。本系统前台,新客户可进行注册;若老客户忘记密码,可在忘记密码页面重置密码;老客户登录进入本系统后,可进行航班的查询,机票的预定、取消订单、支付、退票;可进行订单的查询及客户密码的修改;客户在帮助中心可进行留言。本系统后台,管理人员对客户信息、留言可进行查询;对航班可进行查增删改操作;对客户订单可查询及定期进行删除;高级管理员可对所有管理员进行查询及增删改操作,普通管理员只能对自身信息进行操作。
本航空订票系统是利用ASP.NET技术及C#编程语言来实现的,用数据库SQL Server 2000来存储信息,并采用基于XML的三层浏览器/服务器体系结构。
关键词:ASP.NET;C#;SQL Server 2000;航空订票系统
Abstract
With the increasing development of the computer science and information technology to every field in-depth, people's learning life has more and more tend to information. To keep pace with the times and the pace of people's life, airline reservation business is also growing up. Its development not only brings a lot of convenience to people, also reduces the pressure on its management staff.
In the development process in the airline reservation systems follows the software life cycle: problem definition, requirements analysis, software design, program coding, the five stages in software testing. This system foreground, new customers can register. If the old customers forget a password, the password can be found in the forgetting password page. After Old customers log in the system, they can carry out querying flights, booking tickets, canceling the order, paying and returning tickets. And customers can query orders and modify the customer password. The customer can leave messages in the center of the help message. This system background, managers can query customers’ information and messages being leaved by customers. The flight can be queried, be added, be deleted and be modified. Managers can query and delete customers’ orders. Senior managers can query and update all managers’ information; general managers can only to operate their own information.
The airline reservation system is using ASP.NET, C # programming language, SQL Server 2000 database to store information, and the use of XML-based three-tier Browser / Web architecture.
Key words: ASP.NET; C#; SQL Server 2000; Airline reservation system
目 录
摘 要
Abstract
目 录
1 绪论
1.1 航空订票系统的研究内容和意义
1.2 国内外的发展概况
1.3 本系统应达到的要求
1.4 系统运行环境
1.5 论文主要结构
2 相关技术
2.1 ASP.NET技术
2.2 C#技术
2.3 SQL Server 2000技术
2.4 本章小结
3 航空订票系统系统分析
3.1 可行性研究
3.2 系统需求分析
3.2.1 系统需求分析描述
3.2.2 数据流分析
3.2.3 数据字典
3.2.4 系统功能需求
3.2.5 系统性能需求
3.3 本章小结
4 航空订票系统功能设计
4.1 系统功能描述
4.2 系统数据流程图
4.3 系统功能描述及模块示意图
4.3.1 系统功能总描述及总模块图
4.3.2 系统详细功能描述及功能模块图
4.4 本章小结
5 航空订票系统数据库设计
5.1 数据库概念结构设计
5.2 数据库逻辑结构设计
5.3 数据库物理结构设计
5.5 本章小结
6 航空订票系统界面及主要程序
6.1 航空订票系统前台界面
6.1.1 主界面
6.1.2 登录界面
6.1.3 注册界面
6.1.4 忘记密码界面
6.1.5 查询航班界面
6.1.6 预定航班界面
6.1.7 退票服务界面
6.1.8 我的订单界面
6.1.9 帮助中心界面
6.2 航空订票系统后台界面
6.2.1 管理员登录界面
6.2.2 用户管理界面
6.2.3 航班管理界面
6.2.4 订单管理界面
6.2.5 管理信息界面
6.3 本章小结
7 软件模块集成测试
7.1 航空订票系统前台集成测试
7.2 航空订票系统后台集成测试
7.3 本章小结
8 帮助信息及使用说明
8.1 系统前台的帮助信息及使用说明
8.2 系统后台的帮助信息及使用说明
9 结论与展望
9.1 结论
9.2 不足之处及未来展望
致 谢
参考文献