题目:航空公司售票系统的设计与实现I摘要随着经济水平的提高,人们各方面的需求日益增多,科技的进步使得各种交通工具大大发展,而这使得人们出行越来越便利,自从飞机出现以后,飞机日益成为现代文明不可或缺的工具,飞机出行不仅方便,而且可以大大节省时间,因此近年来航空客运量逐步增加,而航空客运量的增加大大增加了航空业的发展机遇,航空公司为了更好的发展自己的业务,就必须建立航空订票系统,以便客户可以更好的了解航空公司的业务,从而最大限度的给予用户便利,同时也方便机场后台人员的管理操作。本系统是基于JSP技术编写实现的航空公司售票系统,系统用Java语言编写,使用B/S架构实现对本系统的功能的搭建,并且本系统采用了MYSQL数据库实现对系统数据的读取。该系统主要面向管理员和普通用户,管理员负责操控后台,对用户的订改退机票以及用户信息等进行管理。用户可以通过此系统可以实现订票、改签、查看机场信息公告等功能。关键词:机票预订;JSP;B/S架构;IIAbstractWiththeimprovementofeconomiclevel,people'sdemandinallaspectsisincreasing.Theprogressofscienceandtechnologymakesallkindsofmeansoftransportationgreatlydeveloped,whichmakespeopletravelmoreandmoreconvenient.Sincetheemergenceoftheaircraft,theaircrafthasincreasinglybecomeanindispensabletoolofmoderncivilization.Theflightisnotonlyconvenient,butalsocangreatlysavetime.Therefore,inrecentyears,theairpassengertrafficvolumehasgraduallyincreasedTheincreaseofairpassengertrafficgreatlyincreasesthedevelopmentopportunitiesoftheaviationindustry.Inordertobetterdeveloptheirownbusiness,airlinesmustestablishanairbookingsystem,sothatcustomerscanbetterunderstandthebusinessoftheairline,soastomaximizetheconvenienceforusers,andalsofacilitatethemanagementandoperationofairportbackstagepersonnel.ThissystemisanairlineticketsellingsystembasedonJSPtechnology.ThesystemiswritteninJavalanguage,usingB/Sarchitecturetobuildthefunctionofthissystem,andMySQLdatabaseisusedtoreadthesystemdata.Thesystemismainlyforadministratorsandordinaryusers.Administratorsareresponsibleforthecontrolofthebackground,themanagementofusers'booking,changing,returningticketsanduserinformation.Throughthissystem,userscanbooktickets,changetickets,viewairportinformationannouncementsandotherfunctions.Keywords:ticketsales;JSP;B/Sarchitecture;III目录摘要...............................................................................................................................IAbstract..........................................................................................................................II第1章引言..................................................................................................................51.1课题研究的背景和意义...................................................................................51.2航空公司售票系统国内外现状分析...............................................................51.4本文主要研究内容...........................................................................................6第2章系统分析..........................................................................................................82.1需求分析...........................................................................................................82.1.1性能需求.................................................................................................82.1.2功能需求.................................................................................................82.2可行性分析.................................