基于web的家政服务系统I本科毕业论文(20届)基于Web的家政服务系统的设计与实现所在学院专业班级计算机科学与技术学生姓名指导教师完成日期轩友会车友综合信息管理系统II摘要随着计算机技术的高速发展,人们对计算机的依赖越来越强,尤其是有关数据的管理工作尤为繁多,虽然已有不少家政服务中心已采用信息化技术来应对庞大的数据管理以代替传统的人工操作,但是效果并不是很理想,因为大部分家政服务网站仅仅只是一个信息的发布,对于务工人员的派遣以及发布新的信息存在很大缺陷。因此,设计开发一个能够完善上述缺陷的家政服务系统显得格外重要。本论文论述了当前国内外家政服务系统的发展历程,从软件的目的、需求、功能上进行了详细的论述,在当前现有家政服务系统的技术上做了分析研究,得出满足目前功能需求的一款家政服务系统。论文首先介绍了有关家政服务的相关背景,由于传统的家政服务模式已经没法满足当前的大众需求,所以更加凸显了一个好的家政服务系统的必要性;接着,从业务需求出发对本系统的总体功能进行了分析;然后,根据系统的总体功能来逐一介绍各子功能,并设计数据库;然后对系统的稳定性以及健壮性进行测试,局部优化,完善系统共功能,以保证程序的稳定运行;最后对所有的工作进行了总结,对未来的家政服务的发展做出一个预测。本系统是一个典型的JSP数据库开发应用程序,由前台管理和后台管理两部分组成。采用UML建模语言,利用Visio建模工具建立系统功能图、活动图等,分析设计了系统需求,采用Myeclipse10.5以及Tomcat服务器以目前流行的Struts框架以及B/S模式开发。关键词:家政服务系统;Struts框架;JSP数据库开发IIABSTRACTWiththerapiddevelopmentofthecomputertechnology,peoplewilldependonthecomputerincreasingly;especiallythereismuchmanagementofthedate.Although,therearenotafewhousekeepingservicecenterswhichalreadyadopttheinformationaltechnologytodealwiththegreatdatamanagementinsteadoftraditionalmanualoperation,theconsequenceisunsatisfactory.Thereasonishousekeepingservicewebsiteisonlyaninformationannouncement,buttherearesomebigflawofthedispatchofworkersandtheannouncementofthenewinformation.Therefore,itisveryimportanttodesignahousekeepingservicesystemwhichcanimprovethoseflaws.Thispaperexpoundsthedevelopmentprocessofthehousekeepingservicesystem,givesanintroductionofthepurpose,requirementandfunctionofthesoftware;analysestheexistinghousekeepingservicesystemtechnologyandmakeaconclusionaboutakindofhousekeepingservicesystemtoadaptthefunctionrequirement.Thispaperintroducesthebackgroundofthehousekeepingserviceatfirst.Duetothetraditionalhousekeepingservicemodecannotmeetthedemandsatpresent,soithighlightsthenecessaryofaprefecthousekeepingservicesystem.Next,thispapergivesaspecificanalysisoftheoverallfunctionofthissystem.Then,accordingtheoverallfunctiontointroducethesub-functiononebyoneanddesignthedatabase.Afterthat,Itestthestabilityandrobustnessofthesystem,localoptimizationandimprovethesystemfunctiontoguaranteetheprogramoperatingstably.Atlast,thereisaconclusionofallthoseworksandapredictionofthedevelopmentofhousekeepingserviceinthefuture.ThissystemisatypicalJSPdatabasedevelopapplicationprogram,whichisconsistoftwoparts:foregroundmanagementsystemandthebackgroundmanagementsystem,anditusestheUMLandVisiotosetupthesystemfunctiondiagramandactivitydiagram,analysesthesystemrequirement,adoptstheMyeclipse10.5,TomcatserverandthefashionableStrutsframeandB/Smode.Keywords:housekeepingservicesystem;Strutsframe;JSPdatabasedevelopapplication基于web的家政服务系统III目录第1章绪论............................................................................................................................11.1选题背景及意义..........................................................................................................11.1.1家政服务行业的背景........................................................................................11.1.2网上家政服务的背景以及其改善的意义........................................................11.2国内外网上家政服务系统的历史与发展..................................................................21.2.1国外网上家政服务的发展................................................................................21.2.2国内网上家政服务的发展................................................................................31.2.3国内外网上家政服务对比................................................................................41.3论文内容和作者的主要工作......................................................................................41.3.1论文内容............................................................................................................41.3.2作者的主要工作................................................................................................51.4论文的组织结构..........................................................................................................5第2章系统需求分析..............................................................................................................62.1系统开发平台和语言..................................................................................................62.1.1系统的开发平台................................................................................................62.1.2系统的开发语言................................................................................................62.2系统需求分析..............................................................................................................72.2.1系统目标............................................................................................................72.2.2系统总体业务描述............................................................................................82.2.3系统功能需求....................................................................................................82.2.4系统用例分析..................................................................................................112.3本章小结....................................................................................................................12第3章系统的总体设计...............................................