asp.net小区物业管理系统.doc

约57页DOC格式手机打开展开

asp.net小区物业管理系统,摘要:随着我国经济发展和城市开发,住宅小区越来越成为居住的主流,小区物业管理是针对当前社会这一市场需要应运而生的。用计算机管理的小区物业管理系统是为小区管理者和小区用户更好的从事各项物业管理业务工作而开发的管理软件,该软件具有一定的社会和经济效益,对规范小区管理业务,提高管理水平和效益具有重要意义。论文详细介绍了小区物...
编号:45-264455大小:2.65M
分类: 论文>计算机论文

内容介绍

此文档由会员 wanli1988go 发布

摘要:随着我国经济发展和城市开发,住宅小区越来越成为居住的主流,小区物业管理是针对当前社会这一市场需要应运而生的。用计算机管理的小区物业管理系统是为小区管理者和小区用户更好的从事各项物业管理业务工作而开发的管理软件,该软件具有一定的社会和经济效益,对规范小区管理业务,提高管理水平和效益具有重要意义。
论文详细介绍了小区物业管理系统的开发思想、开发过程、主要工作和解决的技术问题。还介绍本软件经测试后的最终功能,并用图形描述了软件的模型。本软件主要以Microsoft公司的 Microsoft Visual Studio .NET 2005 和 Microsoft Aceess 2003工具开发。VS 2005能够自动生成我们所需要的界面,在许多方面我们都不必去写繁琐的代码。经过对小区物业系统进行需求分析、功能模块划分、数据库模式分析后,最终设计出系统的数据库结构。设计过程首先在短时间内建立系统应用原型,然后对初始原型系统进行需求迭代,不断修正和改进,最后形成用户满意的可行性系统。
关键词:小区物业;管理系统;.NET;VS2005;Access 2003


Community Property Management System
Abstract: As China's economic development and urban development, residential district is increasingly becoming the mainstream of living; residential property management is for the current needs of the community came into being in this market. Computer management, property management system is for the district managers and residential customers to better engage in the property management operations and the development of management software, the software has a certain social and economic benefits of standardized management business district, improve management the level and efficiency of great significance.
Paper details the “property management system” in mind, the development process, and the principal tasks and solves technical problems. Also introduced after the software has been tested and the final features, and graphically describes the software model. This software is mainly Microsoft Corporation Microsoft Visual Studio. NET 2005 and Microsoft Aceess 2003 tool development. VS 2005 can automatically generate the interfaces we need, in many ways we have do not have to write complicated code. The property of the district conducted a needs analysis system, functional module division, database modeling, and thus designed the database structure. First of all system applications in a short time to establish a prototype, and then iterate the initial prototype of the system requirements, and constantly revised and improved customer satisfaction until the formation of the feasibility of the system.
Keywords: community property; B/S; management system










目 录
1 概述 1
1.1研究现状 1
1.2目的和意义 2
1.3 选题相关知识 2
1.3.1 数据库系统知识 2
1.3.2 开发语言与开发工具知识 3
1.3.3 网站开发环境 4
1.4 系统概述 4
2 数据库设计 5
2.1 概念模型分析和设计 5
2.1.1 设计思想 5
2.1.2 系统的业务流程图 5
2.1.3 功能设计 5
2.1.4 系统数据库设计 6
各表对应的E-R 图 7
2.2 逻辑模型分析和设计 10
2.2.1注册信息表: tb_zhuce 10
2.2.2住户信息表  tb_zhuhu 11
2.2.3系统新闻信息表 tb_xinwen 11
2.2.4设备维护信息表 tb_weihu 12
2.2.5业主投诉信息表 tb_tousu 12
2.2.6住户欠费信息表 tb_qianfei 12
2.2.7住户停车信息表 tb_homePark 13
2.2.8网站公告表 tb_Bulletin 13
3 系统实现 14
3.1 功能模块具体描述 14
3.2 前台各模块界面及关键代码 15
3.2.1 前台主界面 15
3.2.2 用户登录模块 16
3.2.3 小区公告模块 17
3.2.4 小区新闻模块 18
3.2.5 欠费通知模块 20
3.2.6 设备维护查询模块 22
3.2.7欠费查询模块 24
3.2.8投诉查询模块 25
3.2.9停车查询模块 27
3.3 后台各模块界面及关键代码 29
3.3.1后台主界面 29
3.3.2后台管理员登录模块 29
3.3.3新闻维护模块 30
3.3.4欠费住户信息维护模块 35
3.3.5住房维护模块 39
3.3.6设备信息维护模块 41
3.3.7投诉信息维护模块 46
3.3.8公告管理模块 47
3.3.9用户管理模块 48
4参考文献
51

参考文献
[1] John Kauffman. ASP.NET 2.0 入门经典[M].北京:清华大学出版社,2006.
[2] John Kauffman. ASP.NET 2.0 数据库入门经典[M].北京:清华大学出版社,2006.
[3] Marco Bellinaso,Kevin Hoffman.高效掌握ASP.NET--C#编程篇[M].北京:清华大学出版社,2002.
[4] 吕洋波. ASP.NET 2.0 宝典[M].北京:电子工业出版社,2007.
[5] 萨师煊,王珊.数据库系统概论[M].北京:高等教育出版社,2000.