您好,欢迎访问三七文档
当前位置:首页 > 行业资料 > 酒店餐饮 > 酒店住宿管理系统的设计与实现
-Ⅰ-摘要近年来,我国酒店业的发展势头十分迅猛,无论是从酒店行业的规模、质量水平还是从经营理念来看,都得到了较大的发展,从这些方面可以看出,我国的酒店业已经进入了黄金发展期。酒店业的模块不断创新,住宿,餐饮等。为了应广大用户的需求,本系统针对酒店业的住宿部分进行分析设计,通过对酒店的住宿部分进行需求分析,开发设计了一个酒店住宿管理系统。酒店住宿管理系统是一个典型的管理信息系统,所以该系统的开发工作主要是结合酒店住宿管理的需求进行前端程序的设计以及建立相关的数据库,并需要对其进行维护。本系统的实现,主要用到的技术有HTML语言,JavaScript语言,JSP技术和Mysql。它选取现在最流行的网络结构模式B/S。实现客房管理,财务管理,订单管理,管理员管理等功能。本系统所采用数据库以及开发工具分别是Mysql和myEclipse。在本系统的设计过程中,首先是对系统进行需求分析,然后按照需求分析中的相关要求进行系统的原型设计,再对所设计出的原型系统进行开发,最后再对所开发出的系统进行改善,并需要对其进行测试及维护,最终获得所需要的系统。在整个系统的设计开发过程中,最重要的也是最困难的部分是系统的数据库的建立,以及功能模块之间的相关数据的联系。本文共有六部分,第一部分是系统的主要内容论述,选题的背景和意义。第二部分是系统的关键技术介绍,包括HTML、JSP、JAVASCRIPT、数据库、构建结构等进行阐述。第三部分是系统的分析,包括构架概述,系统开发环境和系统可行性的分析。第四部分是系统的设计,具体功能模块的设计。第五部分是系统的实现,其中包括界面的实现和具体的代码。第六部分是系统测试,通过测试用例对系统进行测试分析。最后结论,总结这次毕业设计的意义。-Ⅰ-AbstractInrecentyears,themomentumofthedevelopmentofChina'shotelindustryisveryrapid,bothfromthehotelindustryscale,qualitylevelorfromthepointofviewofbusinessphilosophy,havebeengreatdevelopment,fromtheseaspectscanbeseeninChina'shotelindustryhasenteredagoldenperiodofdevelopment.Hotelindustrymoduleinnovation,accommodation,diningandsoon.Inordertobemajorityofuserdemand,thesystemforhotelaccommodationpartanalysisanddesign.Basedontheanalysisoftheneedsofthehotelaccommodation,ahotelaccommodationmanagementsystemisdesined.Hotelmanagementsystemisatypicalmanagementinformationsystem,sothedevelopmentofthesystemismainlyaccordingtothedemandforhotelaccommodationmanagementfront-endprogramdesignandtheestablishmentofthedatabase,andtheneedfortheirmaintenance.HotelmanagementsystemmainimplementationtechniquesofHTMLlanguage,JavaScriptlanguage,JSPtechnologyandMysql.ItselectsthemostpopularnownetworkstructuremodelofB/S.Therealizationofroommanagement,financialmanagement,ordermanagement,administratormanagementfunctions.ThedatabaseanddevelopmenttoolsusedinthissystemareMysqlandmyEclipse.Inthesystemdesignprocess,firstofalliscarriesonthedemandanalysistothesystem,andinaccordancewiththerelevantrequirementsofthedemandanalysisofsystemprototypedesign,onthedesignoftheprototypesystemdevelopment.Finally,weneedtoimprovethedevelopedsystem,andtheneedfortestingandmaintenance,eventuallygettherequiredsystem.Inthewholesystemdesignanddevelopmentprocess,themostimportantisthemostdifficultpartistheestablishmentofthesystem'sdatabase,aswellastherelationshipbetweenthefunctionalmodules.Thispaperconsistsofsixparts,thefirstpartisthemaincontentofthesystem,thebackgroundandsignificanceoftopics.Thesecondpartisthekeytechnologiesofthesystemareintroduced,includingHTML,JSP,JAVASCRIPT,database,buildingstructureareintroducedinthispaper.Thethirdpartisthesystemanalysis,includingtheframeworkoutlined,systemdevelopmentenvironmentandthesystemfeasibilityanalysis.Thefourthpartaretheestablishmentofsystemdatabase.Thefifthpartisthesystemimplementation,includingtherealizationofinterfaceandthespecificcode.Thesixthpartisthesystemtesting,thetestcasestotestsystemanalysis.Inconclusion,-Ⅰ-summingupthegraduationdesignsense..关键词:住宿管理系统,Mysql,JSPKeywords:HotelManagementSystemJSPMysql-1-目录摘要.........................................................IAbstract......................................................II第1章绪论..................................................11.1项目开发背景及意义.........................................11.2国内外研究现状.............................................11.3论文的研究内容主要内容.....................................31.4论文结构安排...............................................3第2章关键技术介绍............................................42.1JSP技术介绍...............................................42.2JAVASCRIPT介绍............................................52.3ApacheTomcat的介绍.......................................52.4Mysql介绍.................................................62.5B/S网络结构模式的使用.....................................6第3章系统分析.................................................83.1业务需求描述...............................................83.2系统架构功能需求..........................................103.3系统功能需求分析..........................................113.3.1酒店管理员功能需求分析..................................113.3.2酒店财务管理功能需求分析................................123.3.3酒店客户管理功能需求分析................................13-2-3.3.4订单管理功能需求分析....................................143.3.5客房管理功能需求分析....................................143.4系统的非功能需求分析......................................163.4.1系统的可行性分析........................................163.4.2系统技术可行性..........................................163.4.3系统经济可行性..........................................173.4.4系统的运行环境及开发平台................................173.5本章小结..................................................18第4章系统设计................................................184.1系统的框架设计............................................184.2系统的功能设计............................................194.2.1管理员功能设计..........................................194.2.2客房信息管理功能设计....................................214.2.3财务管理功能设计........................................224.2.4客户管理功能设计........................................224.2.5订单管理模块功能设计....................................234.3系统数据库设计...............
本文标题:酒店住宿管理系统的设计与实现
链接地址:https://www.777doc.com/doc-4239251 .html