JIUJIANGUNIVERSITY毕业论文题目宾馆客房管理系统的实现英文题目TheRealizationoftheHotelRoomManagementSystem院系信息科学与技术学院专业计算机科学与技术姓名曾志伟班级学号A081130指导教师殷明芳二○一二年五月信息科学与技术学院学士学位论文摘要计算机的应用普及到经济和社会生活的各个领域,使原来的旧的管理方法越来越不适应现在社会的发展。在宾馆客房管理中,也存在着这种问题,为了提高办事效率,需要开发一套操作简单方便的管理系统。宾馆客房管理系统属于信息管理系统,其开发主要包括后台数据库的建立和维护以及前台应用程序的开发两个方面。对于前者要求建立数据一致性和完整性、数据安全性好的数据库。而对于后者则要求应用程序功能完备,易使用等特点。系统主要完成对客房住宿、信息查询的管理,其中添加、修改、删除,查询,打印信息以及用户管理等方面也是主要的。系统的核心是添加、修改和删除三者之间的联系,每一个表的修改都将联动的影响其它的表,系统有完整的用户添加、删除、密码修改功能。本系统是一个界面友好,操作简单,基本满足用户需求的管理系统。关键词:宾馆客房,数据库,管理系统AbstractPopularityofcomputerapplicationstoeconomicandsociallifeinallareas,sothattheiroldmethodsofmanagementarenowmoresuitedtothedevelopmentofsociety.Managementinthehotelrooms,therearesuchproblems,inordertoimproveefficiency,needtodevelopasimpleandconvenientmanagementsystem.HotelRoomManagementsystemisaninformationmanagementsystem,itsdevelopmentincludingtheestablishmentandmaintenanceofback-enddatabaseapplicationdevelopmentandfronttwo.Fortheformerrequirestheestablishmentofdataconsistencyandintegrity,datasecurityandgooddatabase.Forthelatterrequirestheapplicationfullyfunctional,easytouseandsoon.Systemismainlytocompletetheroominformationmanagement,includingadd,modify,delete,query,printmanagement,information,andsixusers.Coreofthesystemistoadd,modify,anddeletethelinkbetweenthethree,eachtablewillmodifytheimpactofotherlinkedtables,acompletesystemuserstoadd,delete,modifythepasswordfunction.Thesystemisauser-friendly,simple,basicmanagementsystemstomeetuserneeds.Keywords:HotelRooms,Database,ManagementSystems目录摘要.......................................................IAbstract.....................................................II1绪论1.1开发背景及意义.........................................(1)1.2论文结构...............................................(1)2需求分析2.1可行性分析.............................................(2)2.2系统功能分析...........................................(3)2.3实体—联系图及数据流图.................................(4)2.4系统用例图.............................................(7)2.5系统采用的相关技术.....................................(8)2.6小结...................................................(9)3系统设计3.1系统的功能设计........................................(10)3.2系统的结构设计........................................(11)3.3数据库设计............................................(12)3.4小结..................................................(16)4系统实现4.1界面实现..............................................(18)4.2数据库实现............................................(19)4.3功能模块实现..........................................(20)4.4本章小结..............................................(31)5系统测试与维护5.1系统测试..............................................(32)5.2系统的维护............................................(37)5.3小结..................................................(38)总结.........................................