{$cfg_webname}
主页 > 计算机 > JSP >

航空订票后台管理系统设计与实现(Eclipse IDE,Oracle)

来源:wenku163.com  资料编号:WK16313305 资料等级:★★★★★ %E8%B5%84%E6%96%99%E7%BC%96%E5%8F%B7%EF%BC%9AWK16313305
资料介绍

航空订票后台管理系统设计与实现(Eclipse IDE,Oracle)(论文11000字,程序代码,Oracle数据库)
摘要:目前,随着国内生活水平的日益提高,人们越来越多的选择航空这一交通方式,航空公司也如雨后春笋般纷纷冒了出来,它们之间的竞争也越来越激烈。拥有一个合理,高效且成熟的订票后台管理系统必将有助于一个航空公司在激烈的市场竞争中脱颖而出。对航空公司的运营过程进入深入了解和调研后,结合航空订票流程相关的特点,本次的系统设计中采用多种java web技术,以Oracle作为后台数据库,使用的功能强大的Eclipse IDE作为本系统的开发工具。系统设计了多个功能模块,各模块通过与数据库的连接就构成了一个高效,易使用的航空订票后台管理平台。
关键词:航空公司;管理平台;JAVA;ORACLE
Background Management System Design and Implementation of airline reservation
Abstract: Now, with the increasing domestic living standards, more and more people choose this mode of transport aviation, airlines have sprung up to take out the competition between them has become increasingly fierce. Have a rational, efficient and mature management system will definitely help backstage booking an airline in the fierce competition in the market. Powerful airline operators insight into the process of research and study, combined airline ticketing process-related characteristics of this system design using a variety of java web technologies to Oracle as the back-end database, using the Eclipse IDE as a function of the system development tools. System design of multiple functional modules, each module is connected to the database constitutes an efficient, easy to use booking aviation background management platform。
Keywords: airline; management platform; JAVA; ORACLE
 

航空订票后台管理系统设计与实现(Eclipse IDE,OracleL)
航空订票后台管理系统设计与实现(Eclipse IDE,Oracle)
航空订票后台管理系统设计与实现(Eclipse IDE,Oracle)
航空订票后台管理系统设计与实现(Eclipse IDE,Oracle)
航空订票后台管理系统设计与实现(Eclipse IDE,Oracle)
航空订票后台管理系统设计与实现(Eclipse IDE,Oracle)
航空订票后台管理系统设计与实现(Eclipse IDE,Oracle)


目  录
1.    绪论    1
1.1    研究的背景    1
1.2    研究的目的和意义    1
1.3    研究的内容    1
1.4    开发工具和技术简介    2
1.4.1    Jsp,Servlet 简介    2
1.4.2    b/s结构    2
1.4.3    mvc模式    2
1.4.4    oracle数据库    2
1.4.5    ajax技术    2
1.5    国内外研究现状    3
1.5.1    国外的研究现状    3
1.5.2    国内的研究现状    3
2.    系统分析    3
2.1    可行性分析    3
2.1.1    技术可行性    3
2.1.2    社会可行性    4
2.1.3    经济可行性    4
2.2    需求分析    4
2.3    业务流程分析    5
2.4    数据流程分析    6
3.    系统设计    9
3.1    系统概要设计    9
3.1.1    功能模块划分    9
3.1.2    权限管理    10
3.2    系统开发架构    10
3.3    数据库设计    11
3.3.1    数据库详细E-R图    11
3.3.2    数据库表设计    12
3.4    Oracle数据库主键设计    15
4.    系统实现    16
4.1    java ee项目与数据库连接    16
4.2    登录功能的实现    17
4.3    主界面的实现    18
6.3.1 界面跳转:    18
6.3.2 各个模块分页的实现:    19
4.4    系统管理模块    20
6.4.1用户查询    20
6.4.2 新增用户    21
6.4.3 修改用户    23
6.4.4 删除用户    24
6.4.5 修改超管密码    24
4.5    航班管理模块    24
6.5.1航班的查询    25
6.5.2 航班的新增    25
6.5.3 航班的修改    26
6.5.4 航班的删除    26
4.6    订单管理模块    27
4.6.1    订单的查询    27
4.6.2    订单的创建    28
4.7    乘客管理模块    29
4.8    权限管理的说明    30
5.    设计总结    31
参考文献:    32
致谢    33

推荐资料