基于WEB的房屋出租管理系统的设计与实现摘要随着互联网技术的迅猛发展,越来越多的商业活动都从传统的现实社会中发展到了网络上。房屋的出租业务也从现实生活中走上了网络空间。伴随着这类业务的开展,如何对出租房屋进行高效,合理的管理这个问题越来越凸现出来。针对这一需求,本文设计并实现了一套基于Web的房屋出租管理系统,力求能简洁高效地解决房屋出租管理方面的问题。本系统采用B/S模式,基于ASP.net平台开发,后台数据库采用SQLServer2000,WEB服务器采用IIS5.0。系统主要由以下几个模块组成:数据发布模块,数据查询模块,数据管理模块,身份验证模块,系统管理模块,数据计算模块。系统实现了用户登录,信息发布,信息修改,房屋收费项设置,房屋收费计算,信息查询,用户留言,管理员发布公告等功能。使用本系统,客户端用户只需要通过浏览器访问就可以实现对房屋出租信息管理的操作。关键词:基于Web的房屋出租;管理系统;数据库DesignandImplementationofWeb-basedHouseRentingManagementSystemAbstractWithrapidlydevelopingoftheInternettechnology,commercialactivitiesaredevelopingfromthetraditionalsocietytothenetwork.Forexample,thehouserentingbusinessisdealingonline,whichusedtoappearinreallife.Withsuchbusinessdeveloping,howtomanagethehouserentingefficientlyandrationallybecomeimportant.Inresponsetothisdemand,thepaperdesignedandimplementedaWeb-basedhouserentingmanagementsystem;itstrivestosolveproblemsofhouserentingmanagementsimplyandefficiently.ThesystemusesB/Smodel,basedontheASP.netdevelopmentplatform,databaseserverisSQLServer2000,WebserverisIIS5.0.Systemismainlycomposedofthefollowingmodules:informationpublicationmodule,dataquerymodule,datamanagementmodule,authenticationmodule,systemmanagementmodule,anddatacountingmodule.Systemachievesthefollowingfunctions:users’login,informationpublication,informationmodification,settingupchargesonhousing,calculatinghouserentingfees,informationinquiries,usermessages,andadministratorsissuedapublicnotice,etc.Byusingthissystem,theclientuserscanachievethehouserentinginformationmanagementoperationthroughthebrowser.Keywords:web-basedhouserenting;managementsystem;Database目录论文总页数:22页1引言...............................................................................................................................................11.1课题背景................................................................................................................................11.2国内外研究现状....................................................................................................................11.3本课题研究的意义................................................................................................................11.4本课题的研究方法................................................................................................................12开发工具和采用技术介绍...........................................................................................................22.1开发工具简介........................................................................................................................22.1.1SqlServer2000................................................................................................................22.1.2Dreamweaver8................................................................................................................22.1.3IIS5.0.....................................................................................................................