- 资源介绍
- 更新记录
- 安装教程
摘 要
随着社会的发展和科技的进步,信息化时代的到来,各种智能的用电设备也随之而来,到目前为止最原始、最普遍的也就是计算机的使用,计算机软件的出现是计算机科学进步的非常大的转折点,对于计算机软件,现代计算机软件编写程序语言中用途最广泛的莫过于JAVA。在各种编程语言发展的今天,其仍然牢牢占据着计算机语言的核心地位,并衍生出Jsp、JavaEE和Struts2等多种先进的计算机技术,为计算机和软件科学的发展做出了巨大的贡献,也为人类的生产和现代社会的发展做出了非常卓越的贡献,各种基于Java的电脑软件和手机app面向市场开放。在航班飞行安全方面,据不完全统计,航班83.5%的事故发生在航班的起飞和降落阶段,2016年10月11日发生的虹桥机场跑道入侵事件充分说明了在机场调度和机长与塔台沟通的及时和清楚的指令发布对航班飞行安全的重要性,为了安全地帮助地面指挥员实行航班调度中与航班机长交流和指令发布的重大职责,航班起降与协调管理系统就显得尤为重要了,他能实时管理航班信息,及时且清晰地对航班发送指令和收到航班发出的请求,并对请求和指令进行编号,清晰地记录每一项数据。
现在航班调度这一功能大部分还需要地面指挥员人工对机场航班进行调度,只用无线电进行通讯。此航班协调管理系统除了使用无线电外,对塔台和飞机引入了一套清晰的信息查看和指令发布系统,引入了可以看得见的指令发布系统,大大地减少了地面指挥人员指挥和指令发布的失误率,很大程度上规避了安全风险。
本文以技术介绍、机长端需求分析、地面指挥人员端需求分析、系统分析与设计、代码实现几个方面为目标,主要运用了Java(jdk-7u15-windows-i586)技术、mysql-essential-5.1.32-win32、Eclipse IDE for Java DevelopersVersion: Luna Service Release 2 (4.4.2)、apache-tomcat-7.0.77等开发环境与工具;Java、Jsp、JDBC、Servlet和javascript技术以及easyui架包设计实现了机场航班起降与协调管理系统。
关键词: Java;Jsp ;客户端;机场航班;起降与协调管理
Abstract
With the development of society and the progress of science and technology, the advent of the information era, a variety of intelligent electrical equipment also followed, by far the most original, the most common is the use of computers, computer software is a very big turning point for the progress of computer science, computer software, computer software programming language in modern the most widely used is JAVA. The development in various programming languages today, it is still firmly occupy the core position in the computer language, and developed the computer technology Jsp, JavaEE and Struts2 and other advanced, and made great contributions to the development of computer science and software, has also made remarkable contributions to the development of human production and modern society. A variety of Java computer software and app for open markets based on mobile phone. In flight safety, according to incomplete statistics, the accident occurred in the flight 83.5% flight takeoff and landing stage occurred in October 11, 2016, Hongqiao airport runway intrusion event fully demonstrates the importance of communication in the airport and the captain and the tower in a timely and clear instructions issued to flight safety, in order to help secure the ground commander the implementation of major responsibilities of flight scheduling and flight captain communication and command is issued, flights and coordination management system is particularly important, he can real-time flight information management, timely and clear to send commands to the flight and flight from the receipt of the request, and the number of requests and instructions, a clear record of each item data.
Now most of the functions of flight scheduling also requires the ground commander to manually schedule flights to the airport, only radio communication. The flight management system in addition to the use of radio, the tower and aircraft introduced a clear view and instruction information release system, introduces the visible instruction release system, greatly reducing the ground commanders and command directives issued by the error rate, largely to avoid security risks.
Based on the technology introduction, analysis, demand analysis, Captain end ground commanders end demand system analysis and design, code implementation aspects as the goal, the main use of the Java (jdk-7u15-windows-i586), mysql-essential-5.1.32-win32 Eclipse IDE for technology, Java DevelopersVersion: Luna Service Release 2 (4.4.2), apache-tomcat-7.0.77 development environment and tools; Java, Jsp JDBC, Servlet and javascript technology and easyUI package design and implementation of Airport Flights taking off and landing and coordination management system.
Keywords: Java; Jsp; client; airport flight; take off and coordinate management
目 录
1 绪论 1
1.1 项目背景 1
1.2 项目目的 1
1.3 项目可行性分析 2
2 技术介绍 3
2.1 Java技术 3
2.1.1 Java技术简介 3
2.1.2 Java面向对象的特征 3
2.2Javascript和jQuery技术 4
2.1.1 Javascript 简介 4
2.2.2 jQuery-easyui简介 4
2.3Jsp技术 5
2.4 Mysql 5
3 需求分析 6
3.1需求分析 6
3.2 地面指挥端需求分析 8
3.2.1地面指挥端需求描述 8
3.2.2地面指挥端用例表 8
3.3机长端需求分析 11
3.3.1机长端需求描述 11
3.3.2机长端用例表 11
3.4航班起降与协调系统功能模块图 13
3.5航班起降与协调系统E-R图 13
4 系统及功能设计 14
4.1 项目组成 14
4.1.1 数据库端 14
4.1.2 服务器端 14
4.1.3 客户端 14
4.2 数据库的分析与设计 14
4.2.1 数据库逻辑结构设计 14
4.2.2 数据库表的分析 15
4.2.3 数据库表的设计 15
4.2.4 数据库表的关联 17
4.3 项目流程图 18
4.4 服务器端功能设计 20
4.5 客户端功能设计 21
5 项目环境的搭建 22
5.1 JDK的安装 22
5.1.1 JDK-7u15的安装 22
5.1.2 JDK环境变量的配置 22
5.2 数据库的安装 23
5.2.1 Mysql的安装与配置 23
5.2.2 SQLyog10.2的安装与配置 24
5.3 服务器端和客户端的安装 25
5.3.1 eclipse LUNA的安装与配置 25
5.3.2 apache-tomcat-7.0.77的安装与配置 26
6 系统的实现 27
6.1 登录功能的实现 27
6.1.1指挥员登录 27
6.1.2机长登录 28
6.2主界面的实现 29
6.2.1 地面指挥端主界面的实现 29
6.2.2 机长端主界面的实现 31
6.3 地面指挥管理功能的实现 32
6.3.1 地面指挥端航班信息管理功能的实现 32
6.3.2 地面指挥端航班指挥信息管理功能的实现 35
6.4 机长端功能实现 37
6.4.1 机长端信息显示的实现 37
6.4.2地面指挥端航班指挥信息管理功能的实现 39
7 系统的测试与维护 43
7.1 测试描述 43
7.2 测试目的 43
7.3 测试范围 44
7.4 测试用例 44
7.5 测试结果分析 46
8 结束语 47
参考文献 48
致谢 49
外文原文 50
中文翻译 61
猜你喜欢
-
手势控制机械臂设计论文+软硬件源码+PPT
2021-06-10 -
卧式钻床动力滑台液压传动系统设计 说明书(论文)+cad图纸
2021-06-08 -
云桌面技术研究与应用毕业设计论文+开题报告+翻译+源码
2021-06-10 -
基于GSM网络智能家居系统设计 毕业论文+电路原理图+程序
2021-06-10 -
浅析黄庄派出所辖区内赌博现象问题-以赌博机赌博为例毕业论文+开题报告
2021-06-09 -
基于物联网的花卉养殖监控设计系统与研究毕业论文+开题报告
2021-06-10 -
基于PHP的蔬菜价格查询管理系统设计与实现毕业论文+修改不同版本论文+答辩PPT+项目源码及数据库文件
2021-06-08 -
Y3150E型滚齿机总体及刀架结构及部件设计 说明书(论文)+任务书+评阅表及鉴定表+外文翻译及原文+CAD图纸
2021-06-08 -
金融借贷管理软件-基于DELPHI的信息管理系统论文和源码
2021-06-10 -
数控机床传动装置机械及PLC电气控制系统设计说明书(论文)+翻译及原文+机械cad图纸+电气cad图纸
2021-06-09
-
最新云计算专业毕业设计论文选题推荐
2021-06-08 -
基于matlab的运动目标检测仿真设计 毕业设计论文+外文翻译及原文+程序
2021-06-08 -
Java药品管理系统(药库管理系统)毕业论文+任务书+开题+外文翻译+设计源码+数据库+答辩PPT
2021-06-10 -
我国跨国企业外汇风险管理——以海尔企业为例毕业论文+开题报告+文献综述
2021-06-10 -
长沙地铁一号线大客流运输组织优化研究毕业论文
2021-06-08 -
青岛山水新城二期景观设计全套(论文+cad图纸+开题报告+效果图)
2021-06-10 -
谷物割捆一体农用车系统整体设计说明书(论文)+任务书+选题表+开题+论证报告+文献综述+外文翻译及原文+cad图纸+三维SW图纸
2021-06-08 -
基于web的课程管理系统设计与实现毕业论文+开题报告+中期检查+设计源码+数据库文件
2021-06-09 -
基于TCP Socket和Websocket实现的相互即时通信系统毕业论文+项目源码
2021-06-08 -
基于双目立体视觉的工件识别定位与抓取系统研究硕士论文
2021-06-10
猜你在找
99源码网 » 基于JSP的机场调度系统客户端和服务器端设计与实现毕业论文+任务书+中期表+翻译及原文+答辩PPT+源码+数据库+辅导视频+部署说明
常见问题FAQ
- 免费下载或者VIP会员专享资源能否直接商用?
- 本站所有资源版权均属于原作者所有,这里所提供资源均只能用于参考学习用,请勿直接商用。若由于商用引起版权纠纷,一切责任均由使用者承担。更多说明请参考 VIP介绍。
- 提示下载完但解压或打开不了?
- 找不到素材资源介绍文章里的示例图片?
- 99源码网
- 2021-06-08Hi,初次和大家见面了,请多关照!