ROOLSOFT航空公司管理系统网站开发摘要随着信息时代的到来,计算机技术的飞速发展,市场竞争的日趋激烈,企业的管理水平也必须不断地提高。因此一个正常营运的航空公司需要管理所拥有的飞机、航线的设置、客户的信息等,以及还要提供票务管理。因此面对各种不同种类的信息,急切需要合理的数据库结构来保存数据信息以及有效的程序结构支持各种数据操作的执行。来代替以往繁重而又复杂的管理方式,所以采用成熟的数据库技术和管理信息系统技术来建立航空公司管理系统,对于航空公司就显得日益迫切和必要。本文主要介绍了航空公司管理系统各个功能模块的实现,主要包括:客机信息管理,航线信息管理,客户信息管理,客户等级信息管理,订票信息管理,以及相应模块的对应的数据库的设计,并对实现这些功能模块算法的设计做了简单的描述。此外,还能够清晰地向读者展示系统的具体实现和作用,因此本文具有一定的现实参考意义。关键字航空公司;数据库;管理系统1ROOLSOFTTheAviationCompanyManagementSystemAbstractWiththeadventoftheinformationage,therapiddevelopmentofcomputertechnology,themarketcompetitionbecomesincreasinglyfierce,enterprise'smanagementlevelrequirementsmustalsocontinuetoimprove.Soanormaloperationoftheairlinesneedtomanagehaveplanes,airlinesetting,customerinformationandsoon,andalsoprovidestheticketclerkmanagement.Sointhefaceofvariousdifferentkindsofinformation,aredesperatelyinneedofthereasonablestructureofdatabasetostorethedatainformationandeffectiveprogramstructuresupportvariousdataoperationofexecution.Insteadofpreviousheavyandcomplicatedmanagementway,soadoptmaturedatabasetechnologyandmanagementinformationsystemtechnologytobuildaviationcompanymanagementsystem,toaviationcompanyseemtobeincreasinglyurgentandnecessary.Thisarticlemainlyintroducedtheairlinemanagementsystemeachfunctionalmodulesinthesystem,mainlyincluding:passengerinformationmanagement,airlineinformationmanagement,customerinformationmanagement,customerinformationmanagementlevel,bookinginformationmanagement,aswellasthecorrespondingmodulesofthecorrespondingdatabasedesign,andtorealizethefunctionmoduledesigntoasimplealgorithmisdescribed,inadditiontocleartothereaderasolutionofthesystemrealizationandthefunction,thisarticlehascertainpracticalvalueforreference.KeywordsAirlines;Database;Managementsystem目录2ROOLSOFT第1章绪论...................................................................................................................................1第2章系统分析与功能介绍.......................................................................................................22.1系统分析..............................................................22.1.1系统功能分析........................................................22.1.2系统功能模块设计....................................................22.2系统开发环境...................................................................................................................32.2.1开发环境需求........................................................32.2.2系统开发所需知识....................................................3第3章数据库设计............................................................43.1数据库需求分析........................................................43.2数据库概念结构设计....................................................53.2.1数据库实体E-R图....................................................53.2.2数据库逻辑结构设计..................................................73.3数据库结构的实现...................................