房产信息管理系统

  1. 1、下载文档前请自行甄别文档内容的完整性,平台不提供额外的编辑、内容补充、找答案等附加服务。
  2. 2、"仅部分预览"的文档,不可在线预览部分如存在完整性等问题,可反馈申请退款(可完整预览的文档不适用该条件!)。
  3. 3、如文档侵犯您的权益,请联系客服反馈,我们会尽快为您处理(人工客服工作时间:9:00-18:30)。

随着Internet和个人计算机的迅速普及,越来越多的人喜欢通过互联网来经营的店铺和购买自己需要的东西。同样的,越来越多的人选择通过互联网来发布自己的房源信息和查找自己需要的房屋租赁信息。所以一个简单、实用、高效且利于管理的房产管理系统的出现,就显得尤为重要。针对这一需求,我们通过微软开发的开发平台设计并实现了一套较为完善的房产信息管理系统。

房产信息管理系统主要采用B/S模式,基于微软的开发软件进行开发,后台数据库采用微软的SQL Server 2008 R2进行数据统一管理。客户端只需要安有IE浏览器即可进行在线,服务器端只需要安有IIS和SQL Server 2008 R2的操作系统即可。本文首先讨论房产信息管理系统发生的背景及现有互联网对它的需求,之后介绍主流的开发平台以及研发工具。然后对房产信息管理系统进行详细的分析设计,编码实现和系统测试。

关键词:房产信息管理系统;;SQL Server 2008 R2;B/S模式

With the rapidly developing of the Internet technology and growing popularity of the personal computers, more and more people like to shop and buy the things they need to operate through the Internet. Similarly, more and more people choose to publish their own listings and find the rental information they need via the Internet. Therefore, a simple, practical, efficient and conducive to the emergence of management real estate management system, is particularly important. In response to this demand, we designed and implemented a set of complete real estate information management system developed by Microsoft development platform.

The real estate information management system uses B / S mode, based on Microsoft's development software development, back-end database using Microsoft SQL Server 2008 R2 for unified management of data. The client only needs security IE browser can be carried out online, only need server-side security with IIS and SQL Server 2008 R2 operating system can be. This article first discusses the background and the current Internet it needs real estate information management system, after the mainstream development platform and development tools. The detailed analysis and design, implement and system testing and real estate information management system.

Key words:Real Estate Information Management System;;SQL Server 2008 R2;B/S Mode

目录

1引言 (1)

1.1背景和意义 (1)

1.2国内外现状 (1)

1.3本课题的主要研究内容 (2)

1.4论文的组织结构 (2)

1.5本章小结 (2)

2系统开发工具和相关技术介绍 (3)

2.1系统开发环境 (3)

2.2系统开发工具 (3)

2.3系统运行环境 (3)

2.4系统开发语言和技术简介 (3)

2.4.1 C#语言简介 (3)

2.4.2 语言简介 (4)

2.4.3 SQL语言简介 (5)

2.4.4 JavaScript语言简介 (6)

2.4.5 Ajax技术简介 (6)

2.4.6 B/S模式简介 (7)

2.5本章小结 (7)

3系统分析 (8)

3.1可行性分析 (8)

3.2需求分析 (8)

3.2.1 需求分析的定义 (8)

3.2.2 系统需求 (9)

3.2.3 系统管理人员需求 (9)

3.2.4 普通用户需求 (10)

3.2.5 系统基本流程 (10)

3.3本章小结 (10)

4系统设计 (11)

4.1系统体系结构设计 (11)

4.2系统功能结构设计 (11)

4.2.1 系统数据流图设计 (11)

4.2.2 系统概念结构设计(E-R图) (14)

4.2.3系统功能结构图 (16)

4.3逻辑结构设计 (17)

4.4物理结构设计 (19)

4.4.1 数据库表结构设计 (19)

4.4.2 数据库视图设计 (22)

4.4.3 数据库函数设计 (24)

4.4.4 数据库存储过程设计 (25)

4.5本章小结 (27)

5系统测试 (28)

5.1测试方法 (28)

5.2测试用例和测试结果 (28)

5.3本章小结 (32)

6总结与展望 (33)

参考文献 (34)

致谢 (35)

相关文档
最新文档