深圳航空公司机票预定系统摘要:在市场经济浪潮下,航空运输的快速对铁路运输和公路运输构成了很大的冲击.在对客运服务存在的问题进行调查后我们发现,购票难是客运服务需要首先解决的问题.由此,我们推出了网上机票预订系统,以更加高效快速的完成乘客购买机票的过程.本航空订票系统是一个基于Internet的WEB开发,根据现今航空业的飞速发展,为了缓解航空公司对机票管理的压力而开发的这个订票系统.论文首先阐述了本课题的研究背景和研究的意义以及现今国内外对于本课题研究概况做了简要的介绍.在系统设计阶段,对页面的设计采用了Spring+MyBatis框架,结合JSP+Easyui实现了网页的动态显示,在后台业务层的实现采用了MVC分层模式实现了对前台页面请求的处理.在数据库设计阶段,通过对本行业的调查的具体的规划,在此基础上进一步的抽象规划得到了整个数据表的整体框架和数据库表。并进一步的详细阐述了数据库之间的关联.在系统的测试阶段,具体介绍了测试的目的,任务和方法,并对本系统进行了详细功能的测试.结合着整个项目,本项目采用B/S结构,使用JSP技术进行动态页面的设计.后台数据库选用Oracle数据库.从快速开发方面考虑,运用了MyBatis框架实现对数据库的各项操作.关键词:Oracle;Java;SpringMVC;Easyui;B/S结构TheFlightReservationSystemofShenzhenAirLinesIncAbstract:Withtherapiddevelopmentofmarketeconomy,thehign-speedofairtransporthasgreatelyinfluencedrailwaytransportandhighwaytransport.Afteraninvestigationofproblemscomefrompassengerservices,wefindthatthelong-standingproblemisthegreatestdifficultyofpassengerservices.Thus,wereleasethisticketreservationsystemtohelppassengersbuyticketsmoreefficientlyandquickly.TheairbookingsystemisadevelopmentofInternet-basedWEB,inaccordancewiththecurrentrapiddevelopmentoftheaviationindustry,airlinesinordertoeasethepressureonthemanagementofthedevelopmentofthebookingsystem.Firstthepaperelaboratedtheresearchbackgroundandthesignificanceonthesubjectandinternationalprofileofthisissueonabriefintroduction.Inthesystemdesignstage,thedesignofthepagesusingtheSpring+MybatisframeworktoachievetheJSP+Easyuipagewiththedynamicdisplay,inthebackgroundofthebusinesstoachievealayeredmodeloftheMVContheprospectsofachievingthepagesdealingwiththerequest.Inthedatabasedesignstage,throughtheinvestigationoftheindustry'sspecificplanning,onthebasisoffurtherplanningbytheabstractoftheentiredatatableoftheoverallframeworkanddatabasetables.AndfurtherIelaboratedthelinkamongdatabases.Inthetestingphase,thespecificpurposeofthetestonthetasksandmethods,andthesystemcarriedoutadetailedfunctionaltesting.Accordingtoentireproject,thesystemusesB/Sstructure,whiletheuseofJSPtechnologyforthedesignofdynamicpages,installed.ThedatabaseweusedisOracle.Fromtherapiddevelopmentconsiderations,useMybatisframeworktoachievetheoperationofthedatabase.Keywords:Oracle;Java;SpringMVC;Easyui;B/Sstructure目录1绪论....................................................................................................................................11.1开发目的及其意义..................................................................................................11.2国内外研究状况......................................................................................................11.3研究方法..................................................................................................................22系统开发技术简介............................................................................................................22.1系统开发简介...................................................