- 资源介绍
- 更新记录
- 安装教程
摘 要
随着社会的发展和科技的进步,信息化时代的到来,各种智能的用电设备也随之而来,到目前为止最原始、最普遍的也就是计算机的使用,计算机软件的出现是计算机科学进步的非常大的转折点,对于计算机软件,现代计算机软件编写程序语言中用途最广泛的莫过于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
猜你喜欢
-
柔性制造物料抓取及加工系统设计毕业论文+任务书+初稿+cad图纸
2021-06-09 -
基于SSH的客户关系管理系统的设计与实现毕业论文+任务书+开题+小论文+答辩+源码+数据库+辅导视频
2021-06-09 -
小型螺旋千斤顶设计说明书(论文)+任务书+cad图纸+proe三维图纸+答辩PPT
2021-06-08 -
自动加载维氏硬度仪设计论文+开题报告+cad图纸
2021-06-10 -
文苑楼住宅楼3单元工程招标文件编制毕业论文+开题报告+计价文件+软件算量模型+全套cad图纸+答辩PPT
2021-06-08 -
基于物联网技术的室内LED照明控制系统 毕业设计论文
2021-06-08 -
基于Python flask的人脸情绪识别社区论坛网站设计毕业论文+项目源码
2021-06-08 -
智能仓储机器人设计毕业论文+开题+文综+翻译+实习报告+cad图纸+三维图纸
2021-06-10 -
基于JavaEE的数字迎新系统的设计与实现毕业论文+任务书+中期检查+翻译及原文+答辩PPT+设计源码+检测报告+运行说明
2021-06-09 -
java学生信息管理系统设计与实现论文
2021-05-29
-
家用面条机的设计与研究设计说明书(论文)+任务书+开题报告+文献综述+cad图纸+sw三维图纸
2021-06-08 -
郑州爱拓科技有限公司网站设计与实现毕业论文+开题报告+设计源码
2021-06-09 -
(免费分享)无线控制及自动行驶智能小车控制实现_论文(项目报告)+硬件设计+软件设计+手机APP
2021-06-09 -
基于SSM的大学生兼职管理系统设计与实现 毕业论文+任务书+中期检查表+外文翻译及原文+答辩PPT+项目源码及数据库文件
2021-06-08 -
基于JSP远程任务调度管理系统的设计与实现毕业论文+任务书+答辩PPT+源码及数据库+辅导视频
2021-06-09 -
基于IntelliJ IDEA的飞机大战游戏设计与实现毕业论文+任务书+翻译及原文+源码+辅导视频
2021-06-09 -
基于SSH的洋酒销售商城网站设计与实现毕业论文+任务书+中期表+翻译及原文+答辩PPT+源码+数据库+辅导视频
2021-06-08 -
语音信号的处理与滤波设计毕业论文及源码
2021-06-10 -
某污水处理厂工程工艺设计(50000m3d)设计说明书(论文)+任务书+开题+翻译及原文+CAD图纸
2021-06-09 -
家用吸尘器的总体结构设计毕业论文+cad图纸+三维图+检测报告
2021-06-09
猜你在找
99源码网 » 基于JSP的机场调度系统客户端和服务器端设计与实现毕业论文+任务书+中期表+翻译及原文+答辩PPT+源码+数据库+辅导视频+部署说明
常见问题FAQ
- 免费下载或者VIP会员专享资源能否直接商用?
- 本站所有资源版权均属于原作者所有,这里所提供资源均只能用于参考学习用,请勿直接商用。若由于商用引起版权纠纷,一切责任均由使用者承担。更多说明请参考 VIP介绍。
- 提示下载完但解压或打开不了?
- 找不到素材资源介绍文章里的示例图片?
- 99源码网
- 2021-06-08Hi,初次和大家见面了,请多关照!