房屋租赁管理系统的设计与实现.rar
房屋租赁管理系统的设计与实现,摘 要本文主要介绍了过程。对sql server 2005数据库及microsoft visual studio2005等技术也进行了说明。本系统是完全采用面向对象思想,基于b/s模式开发,为用户提供一个房屋出租、出售的交流平台。本系统主要包括前台的用户注册、信息...
该文档为压缩文件,包含的文件列表如下:
内容介绍
原文档由会员 wangyami 发布房屋租赁管理系统的设计与实现
摘 要
本文主要介绍了房屋租赁管理系统的设计与实现过程。对SQL Server 2005数据库及Microsoft Visual Studio2005等技术也进行了说明。
本系统是完全采用面向对象思想,基于B/S模式开发,为用户提供一个房屋出租、出售的交流平台。本系统主要包括前台的用户注册、信息展示、查询功能,如:最新房屋租、售信息展示、最新留言信息展示、房屋出租信息查询、房屋出售信息查询等,后台的管理功能主要包括房源管理、合同管理、租售信息管理、房源基础数据等。管理员可以对房屋出租信息进行查询、添加、修改、删除等,还可以对合同信息进行添加、查询以及到期合同的管理等功能。
另外,本文对于系统的测试过程和测试结果也进行了说明。
关键词:房屋租赁管理;C#;SQL Server 2005;B/S模式
Abstract
This thesis mainly introduces the design and implementation process of the house lease management system. The SQL Server 2005 database and Microsoft Visual Studio2005 technology are also explained.
This system is developed completely using the object-oriented idea, based on B/S model, and provides a communication platform of rental housing, sale housing for users. This system mainly includes the user registration, information display and inquires function onstage, such as the latest houses rental, sale information display, the latest message information display, rental housing information query, housing sales information query and so on. The management function of backstage mainly includes housing management, contract management, and rental information management; expand the basic data etc. The administrator can query, add, modify and delete rental housing information, and can also add contract information, query and manage the expiration contracts and so on.
In addition, this thesis explains the testing process and test results.
Key words: Housing rental management ; C #; SQL Server 2005; B/S model
目 录
第1章 概 述 1
1.1 房屋租赁管理系统的背景和意义 1
1.2 房屋租赁管理系统简介 2
第2章 系统开发工具相关知识简介 3
2.1 ASP.NET简介 3
2.2 SQL 语言简介 4
2.3 Visual C#简介 5
第3章 系统可行性研究及需求分析 6
3.1 系统开发模式及软硬件环境 6
3.2 系统可行性研究 7
3.3 系统需求分析 7
3.4 系统数据流图 8
第4章 系统总体设计 10
4.1 系统总体设计思想 10
4.2 系统功能结构图 11
4.3 数据库设计 12
第5章 详细设计 16
5.1 系统框架设计 16
5.2 系统前台功能详细设计 18
5.3系统后台功能详细设计 26
第6章 系统测试 31
6.1 软件测试步骤 31
6.2 测试结果分析与说明 32
6.3 系统安全和性能分析 32
6.4 系统中存在的问题及解决方法 32
结 论 33
参考文献 34
致 谢 35