资源描述:
《基于web的航空机票售票管理信息系统[1]》由会员上传分享,免费在线阅读,更多相关内容在学术论文-天天文库。
1、基于Web的航空机票售票管理信息系统院系计算机学院专业班级学号姓名指导教师负责教师沈阳2009年6月摘要本文主要介绍了航空售票系统信息管理的设计和实现过程。首先叙述了开发该系统的背景、目的及意义。比较多的篇幅阐述了系统的需求分析、概要设计、详细设计以及功能的实现。本系统主要包括基本信息管理、业务处理、信息查询。基本信息管理包括售票员信息管理、乘客信息管理、航班信息管理、乘客保险信息管理、机票价格信息管理;业务处理包括机票销售、退票处理和销售结算,信息查询主要包括客户信息查询、航班信息查询、机票销售查询、退票
2、信息查询。系统采用JSP和Java开发;后台数据库采用MySQL。面向对象可视化编程是本系统的最大特点,清晰的人机交互界面可以更方便的实现航空售票管理功能。经测试系统性能良好,人机界面比较友好,操作简便,有一定的使用价值。关键词:航空港信息管理;航班信息管理;售票管理;退票管理;保险信息管理;预订票管理AbstractThepaperintroducestheprocessofdesignandimplementationoninformationmanagementsystemwhichisconcern
3、ingsellingticketsintheairlinecompany.Firstofall,thispaperdescribesthebackground,purposeandsignificanceofdevelopingthissystem,andthenexplainssystemrequirementanalysis,outlinedesign,detaileddesignandprogramachievement.Thissystemincludesthebasicinformationman
4、agement,transactionmanagementandinformationquery.Basicinformationmanagementincludestheconductorsinformationmanagement,passengersinformationmanagement,flightsinformationmanagement,passengerinsuranceinformationmanagementandticketpriceinformationmanagement;tr
5、ansactionmanagementincludessellingairplanetickets,refundingairplaneticketsandbalancingsale;informationqueryincludescustomerinformationquery,flightinformationquery,soldticketinformationquery,refundedticketinformationquery.JSP,JavaandMySQLDataBasewereadopted
6、intheprocessofdeveloptthissystem.Object-orientedvisualprogrammingisthespecialfeatureofthissystem,andimplicitinterfacebetweenmachineandmencouldbemoreconvenientforconductorswhenusing.Systemtestsshowthatthesystemhasbetterperformance,friendlyinterface,convenie
7、ntoperation,soitistouseatacertainextent.Keywords:managementofairportinformation,managementofflightinformation;managementofsaletickets;managementofreturntickets;managementofinsuranceinformation;managementofbooktickets.目录1绪论11.1题目背景11.2题目内容21.3系统设计目标31.4经济技术
8、分析31.5本文结构42需求分析52.1角色及其职能52.2数据流图52.3概念结构设计62.3.1实体-联系(E-R)图62.3.2各实体详细E-R图72.4设计工具环境82.4.1Java语言82.4.2Eclipse开发平台92.4.3MySQL92.4.4JSP93概要设计123.1总体结构设计123.2数据库逻辑设计133.2.1人员信息133.2.2机票信息144详细设计194.1系统部分时序图194