航班管理系统后台子系统的设计与实现_毕业设计论文
毕业设计(论文)
航班管理系统后台子系统的设计与实现
Design and Development of the Background Subsystem of
Flight Management
长 春 工 程 学 院
: 王清华 : 电气与信息工程学院 : 计算机科学与技术 : 软件0831 : 皮玉珍 : 讲师 : 2011年 6月 13日
学生姓名 所在院系 所学专业 所在班级 指导教师 教师职称 完成时间
摘要
随着信息时代的到来,计算机技术的飞速发展,市场竞争的日趋激烈,企业的管理水平要求也
必须不断地提高。采用日趋成熟的数据库技术和管理信息系统理论建立管理信息系统,对于企业就显得日益迫切和必要。
本论文设计的是航空公司后台数据库维护系统,它是航空部门航班管理系统的一部分,其作用是对所有已计划的航班进行有效的管理。通过本系统不仅可以进行维护航班工作,而且还可以对和航班相对应的飞机情况和机位情况进行查询,并可随时进行增加,修改,删除,查询等工作,使维护人员能够有效地对飞机航班进行有效的控制和管理。本论文从航班管理出发介绍了系统开发的背景,阐述了系统的设计思路和设计方法,并对系统中遇到的问题及应用前景作了阐述。
本论文包括七章内容,分别从引言,相关技术分析,需求分析,系统设计,系统实现,系统测试与维护和总结,展望介绍了本航空公司航班信息管理系统的开发全过程。
关键词
管理信息系统航班管理系统航班信息后台数据库Abstract:
With the coming of information time, the more zippy development of the computer technolo
gy, the more intensity of the market competition, the requirement of the enterprises 's management level must also rise。It is urgent and necessary increasingly for enterprises to build up a management information system by the
technology of the advanced database and the theory of the advance management information system.
In this thesis, The maintenance system of background database for airlines, which is the aviation sector as part of flight management system, its role is all scheduled flights for effective management. Through this system can not only work to maintain flight, but also on the aircraft and flight conditions corresponding to the situation and flight information, and are free to add, modify, delete, query, etc., so that maintenance personnel to effectively drive effective flight control and management. This paper describes the departure from the flight management system development background, describes the system design and design methods, and system problems and prospects are described.
This thesis includes seven chapters, respectively, from the introduction, related to technical
analysis, requirements analysis, system design, system implementation, system testing and maintenance, and concluded, introduced the prospect of flight information management system for the development of the whole process. Keywords:Management information system Flight management system Flight information Background database
1 引言 (1)
2 相关技术分析 (1)
2.1 Struts概述 (1)
2.2 Spring概述 (3)
2.3 Hibernate概述 (5)
3 需求分析 (7)
3.1 目标 (7)
3.2 可行性研究 (8)
3.3 软硬件环境需求 (9)
4 系统设计 (10)
4.1 数据库设计 (10)
4.2 系统总体结构设计 (21)
5 系统实现 (23)
6 系统测试与维护 (38)
7 总结 (39)
参考文献 (41)
致谢 (42)
1 引言
随着社会的发展,人民生活水平的不断提高,人们出行的交通工具也跟随社会的发展而发展起来了。乘飞机出行的人越来越多。所以这方面的市场非常大。在现实生活中,人们往往要处理大量繁杂的数据。在这种情况下,利用日趋成熟的计算机技术和数据库管理技术来进行数据处理非常方便。在航空业中,后台数据库业务是一项重要内容,它大大方便了人们的旅行。采用日趋成熟的数据库技术和管理信息系统理论建立管理信息系统,对于企业就显得日益迫切和必要。经过对各方面人士对该系统功能的意见的调查,我们在此基础上确定了航空公司所需要的“航班管理系统后台子系统”。它是航空部门航班管理系统的一部分,其作用是对上游数据发布平台的数据进行修改维护的管理。通过本系统不仅可以进行修改工作,而且还可以对和航班情况进行查询,并可随时进行增加,删除等工作,使维护人员能够有效地对航班进行有效的控制和管理。
Struts、Spring和Hibernate三大框架是我们Java开发中的常用的,他们分别针对不同的应用场景给出最合适的解决方案。这种模式也是当前流行的模式之一,用起来方便清晰。本文正是基于三大框架整合后进行的设计。springmvc考试选择题
2 相关技术分析
2.1 Struts概述
Struts跟Tomcat、Turbine等诸多Apache项目一样,是开源软件,这是它的一大优点,使开发者能更深入的了解其内部实现机制。使用Struts的目的是为了帮助我们减少在运用MVC 设计模型来开发Web应用的时间。

版权声明:本站内容均来自互联网,仅供演示用,请勿用于商业和其他非法用途。如果侵犯了您的权益请与我们联系QQ:729038198,我们将在24小时内删除。