房产中介公司管理系统的设计与实现论文

上传人:博****1 文档编号:559700450 上传时间:2024-01-06 格式:DOCX 页数:89 大小:3.33MB
返回 下载 相关 举报
房产中介公司管理系统的设计与实现论文_第1页
第1页 / 共89页
房产中介公司管理系统的设计与实现论文_第2页
第2页 / 共89页
房产中介公司管理系统的设计与实现论文_第3页
第3页 / 共89页
房产中介公司管理系统的设计与实现论文_第4页
第4页 / 共89页
房产中介公司管理系统的设计与实现论文_第5页
第5页 / 共89页
点击查看更多>>
资源描述

《房产中介公司管理系统的设计与实现论文》由会员分享,可在线阅读,更多相关《房产中介公司管理系统的设计与实现论文(89页珍藏版)》请在金锄头文库上搜索。

1、论文题目 宜居房产中介公司管理系统的设计与实现姓 名 学 院 软件学院专 业 软件工程指导教师 副教授 高级工程师备 注2016年11月10日NORTHEASTERNUNIVERSITY硕士学位论文THESIS FOR MASTERS DEGREE论文题目宜居房产中介公司管理系统的设计与实现作 者学 号学 院(部)软件学院专 业软件工程指导教师2016年 11月 A Thesis in Software EngineeringDesign and Implementation of Real Estate Intermediary Management System of YiJu Compa

2、nyBy Supervisor: Associate Professor Senior Engineer Northeastern UniversityNov. 2016独创性声明本人声明,所呈交的学位论文是在导师的指导下完成的。论文中取得的研究成果除加以标注和致谢的地方外,不包含其他人己经发表或撰写过的研究成果,也不包括本人为获得其他学位而使用过的材料。与我一同工作的同志对本研究所做的任何贡献均已在论文中作了明确的说明并表示谢意。 学位论文作者签名:日 期:学位论文版权使用授权书本学位论文作者和指导教师完全了解东北大学有关保留、使用学位论文的规定:即学校有权保留并向国家有关部门或机构送交论文

3、的复印件和磁盘,允许论文被查阅和借阅。本人同意东北大学可以将学位论文的全部或部分内容编入有关数据库进行检索、交流。作者和导师同意网上交流的时间为作者获得学位后:半年 一年 一年半 两年学位论文作者签名: 导师签名:签字日期: 签字日期:- II -东北大学硕士学位论文摘 要东北大学硕士学位论文摘 要宜居房产中介公司管理系统的设计与实现摘 要住房问题一直以来是人们生活的基本需求,自从进入二十一世纪,我国房地产市场就进入了快速发展期,在大量房产销售和租赁需求的背景下,房产中介行业逐渐繁荣起来。然而,在信息技术被广泛应用的今天,传统的人工管理方式早已过时,越来越多的企业正在将信息管理引入到企业的日常

4、管理中,现代企业管理信息化势在必行。本文论述了宜居房产中介公司管理系统的整个开发过程,并对选用的技术进行了阐述,包括系统的体系结构,开发模式,MySQL数据库技术等。然后,通过公司组织结构的分析,划分系统参与者,识别系统的主要用例;最后,采用面向对象的分析方法,对系统的各功能需求进行了详细分析。论文重点是对系统主要功能模块的设计与实现过程进行详细描述,采用C/S结构三层模式信息系统的开发方法,研究分析了房源管理模块、客源管理模块、业务管理模块、财务管理模块四大主要功能模块,同时对系统的桥接功能进行了详细说明。宜居房产中介公司管理系统的实现,在实际运行中的部署及测试情况已经说明,本系统达到了预期

5、的目标,极大地提高了宜居房产中介公司管理工作的效率,实现了信息管理的科学化、高效化、规范化。关键词:房产中介;管理系统;C#;.NET Framework东北大学硕士学位论文AbstractDesign and Implementation of Real Estate Intermediary Management System of YiJu CompanyAbstractHousing problems have always been the basic needs of peoples lives.Ever since entering the twenty-first centur

6、y, Chinareal estate market has entered a period of rapid development.In the context of a large number of real estate sales and leasing needs, real estate intermediary industry gradually flourished. However, as todays information technology is widely used, the traditional way of manual management is

7、out of date. More and more enterprises are introducing information management into the daily management of enterprise. Modern enterprise management informationization is imperative.This article discusses the whole development process of Real Estate Intermediary Management System of YiJu company. And

8、 the selected technology is described, including the system architecture, development model and MySQL database technology. Then, Through the analysis of the organizational structure of the company, divide system participants, identify the main use cases of the system. Finally, Using object-oriented

9、analysis methods, Each functional requirements of the system are analyzed in detail.This article focuses on the design and implementation of main function module of the system described in detail. The development method of Information System using C/S Structure Three-layer Mode, research and analysi

10、s of the four main functional modules, including house resource management module, customer resource management module, business management module and financial management module. At the same time, the bridge function of the system is described in detail.The realization of Real Estate Intermediary M

11、anagement System of YiJu Company, deployment and test in actual operation situation has shown this system has reached the expected goals, greatly improving the efficiency of the management of YiJu Real Estate Intermediary Company, implement the scientific, efficient, standardized information.Keyword

12、s:Real Estate Intermediary; Management System; C#; .NET Framework东北大学硕士学位论文目 录目 录独创性声明I摘 要IIAbstractIII第1章 引 言11.1 课题研究背景11.2 国内外研究现状21.3 研究目的和意义31.4 本文结构41.5 本章小结4第2章 相关技术介绍52.1 C#语言概述52.2 .NET Framework技术介绍62.3 .NET Framework类库72.4 MySQL82.5 WCF技术简介92.6 本章小结10第3章 系统需求分析113.1 系统总体需求分析113.1.1 公司组织结构

13、分析113.1.2 识别参与者123.1.3 识别用例123.2 系统功能分析143.2.1 房源管理143.2.2 客源管理163.2.3 业务管理183.2.4 财务管理203.2.5 业务动态213.2.6 个人空间管理233.2.7 行政管理233.2.8 系统管理243.2.9 实用工具243.3 系统非功能需求253.4 本章小结26第4章 系统设计274.1 系统架构设计274.2 系统总体功能设计284.3 系统计算器功能设计294.4 系统各模块的设计304.4.1 房源管理模块的设计304.4.2 客源管理模块的设计334.4.3 业务管理模块的设计364.4.4 财务管理

14、模块的设计394.5 数据库设计414.5.1 数据关系设计414.5.2 数据表设计434.6 本章小结45第5章 系统实现475.1 系统总体实现475.1.1 系统部署475.1.2 系统开发环境475.2 系统关键技术的实现485.2.1 系统桥接功能接口层的实现485.2.2 数据导出功能的实现495.2.3 系统计算器功能的实现505.3 系统各模块的实现515.3.1 房源管理模块的实现525.3.2 客源管理模块的实现555.3.3 业务管理模块的实现575.3.4 财务管理模块的实现605.4 本章小结63第6章 系统测试656.1 测试原理656.2 测试用例666.2.1 房源管理模块测试用例666.2.2 客源管理模块测试用例676.2.3 业务管理模块测试用例676.2.4 财务管理模块测试用例686.2.5 业务动态管理模块测试用例696.3 系统测试结果分析706.4 本章小结70第7章 总结与展望717.1 总结717.2 展望72参考文献73致 谢75东北大学硕士学位论文第1章 引 言

展开阅读全文
相关资源
正为您匹配相似的精品文档
相关搜索

最新文档


当前位置:首页 > 建筑/环境 > 施工组织

电脑版 |金锄头文库版权所有
经营许可证:蜀ICP备13022795号 | 川公网安备 51140202000112号