陕西理工学院毕业设计房屋出租系统的设计与实现【摘要】房屋出租系统是集租房信息发布、浏览、查询、管理为一体的应用型软件。系统开发任务主要包括数据库的设计与维护、应用程序的开发两个方面。对于前者要求建立起的数据库具有完整性和一致性,而对于后者则要求程序界面友好、功能完备等特点。它可以实现普通用户发布租房信息及浏览系统其他用户的租房信息、系统管理员对系统的所有租房信息、用户信息、及系统的一些基础信息进行有效管理。房屋出租系统将使得足不出户的租房模式在社会中快速的流行起来。【关键词】JSP;Servlet;DAO;Jdbc;B/S模式陕西理工学院毕业设计DesignandImplementationofApartmentAgencySystemforRentalYueTing(Grade06,Class2,MajorofComputerScienceandTechnology,ShaanxiUniversityofTechnology,Hanzhong723000,Shaanxi)Instructor:LIJunAbstract:ApartmentAgencysystemisaappliedsoftware,ithasreleasetherentinformation,suchasbrowse,query.Thedevelopmentofthesystemincludesdatabasedesignandmaintenance,andthedevelopmentofapplication.Totheformer,requestsfortheestablishmentofthedatabasehavethecharactersofintegrityandconsistency,whilethelatterrequiresforthefriendlyinterface,completefunctionsandsoon.Itnotolnyallowsordinaryuserstopublishrentalinformationandviewtherentalinformationofotherusersinthesystem,butalsorealizessystemadministratorofthesystem,hasaneffectivemanagementofalltherentalinformation,userinformation,andsomebasicinformationofthesystem.Themodelofrentontheinternetwillbepopularinsocietyquicklybytheapartmentagencysystem.Keywords:JSP;Servlet;DAO;Jdbc;B/Smode陕西理工学院毕业设计目录1可行性研究........................................................................................................................................11.1系统开发的目的和意义...................................................................................................11.2开发工具选择........................................................................................................................11.3技术可行性............................................................................................................................12开发工具和平台.............................................................................................................................22.1开发平台和技术...................................................................................................................22.2使用的数据库........................................................................................................................22.3Java程序与MYSQL数据库的连接............................................................................23软件需求分析...................................................................................................................................33.1软件的设计目标...................................................................................................................33.1.1设计目标.....................................................................................................................33.1.2基本要求.....................................................................................................................33.2数据字典..................................................................................................................................33.2.1数据结构...........................................................................................................