asp.net小區(qū)物業(yè)管理系統.doc
約57頁DOC格式手機打開展開
asp.net小區(qū)物業(yè)管理系統,摘要:隨著我國經濟發(fā)展和城市開發(fā),住宅小區(qū)越來越成為居住的主流,小區(qū)物業(yè)管理是針對當前社會這一市場需要應運而生的。用計算機管理的小區(qū)物業(yè)管理系統是為小區(qū)管理者和小區(qū)用戶更好的從事各項物業(yè)管理業(yè)務工作而開發(fā)的管理軟件,該軟件具有一定的社會和經濟效益,對規(guī)范小區(qū)管理業(yè)務,提高管理水平和效益具有重要意義。論文詳細介紹了小區(qū)物...
內容介紹
此文檔由會員 wanli1988go 發(fā)布
摘要:隨著我國經濟發(fā)展和城市開發(fā),住宅小區(qū)越來越成為居住的主流,小區(qū)物業(yè)管理是針對當前社會這一市場需要應運而生的。用計算機管理的小區(qū)物業(yè)管理系統是為小區(qū)管理者和小區(qū)用戶更好的從事各項物業(yè)管理業(yè)務工作而開發(fā)的管理軟件,該軟件具有一定的社會和經濟效益,對規(guī)范小區(qū)管理業(yè)務,提高管理水平和效益具有重要意義。
論文詳細介紹了小區(qū)物業(yè)管理系統的開發(fā)思想、開發(fā)過程、主要工作和解決的技術問題。還介紹本軟件經測試后的最終功能,并用圖形描述了軟件的模型。本軟件主要以Microsoft公司的 Microsoft Visual Studio .NET 2005 和 Microsoft Aceess 2003工具開發(fā)。VS 2005能夠自動生成我們所需要的界面,在許多方面我們都不必去寫繁瑣的代碼。經過對小區(qū)物業(yè)系統進行需求分析、功能模塊劃分、數據庫模式分析后,最終設計出系統的數據庫結構。設計過程首先在短時間內建立系統應用原型,然后對初始原型系統進行需求迭代,不斷修正和改進,最后形成用戶滿意的可行性系統。
關鍵詞:小區(qū)物業(yè);管理系統;.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 開發(fā)語言與開發(fā)工具知識 3
1.3.3 網站開發(fā)環(huán)境 4
1.4 系統概述 4
2 數據庫設計 5
2.1 概念模型分析和設計 5
2.1.1 設計思想 5
2.1.2 系統的業(yè)務流程圖 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業(yè)主投訴信息表 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 小區(qū)公告模塊 17
3.2.4 小區(qū)新聞模塊 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].北京:電子工業(yè)出版社,2007.
[5] 薩師煊,王珊.數據庫系統概論[M].北京:高等教育出版社,2000.
論文詳細介紹了小區(qū)物業(yè)管理系統的開發(fā)思想、開發(fā)過程、主要工作和解決的技術問題。還介紹本軟件經測試后的最終功能,并用圖形描述了軟件的模型。本軟件主要以Microsoft公司的 Microsoft Visual Studio .NET 2005 和 Microsoft Aceess 2003工具開發(fā)。VS 2005能夠自動生成我們所需要的界面,在許多方面我們都不必去寫繁瑣的代碼。經過對小區(qū)物業(yè)系統進行需求分析、功能模塊劃分、數據庫模式分析后,最終設計出系統的數據庫結構。設計過程首先在短時間內建立系統應用原型,然后對初始原型系統進行需求迭代,不斷修正和改進,最后形成用戶滿意的可行性系統。
關鍵詞:小區(qū)物業(yè);管理系統;.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 開發(fā)語言與開發(fā)工具知識 3
1.3.3 網站開發(fā)環(huán)境 4
1.4 系統概述 4
2 數據庫設計 5
2.1 概念模型分析和設計 5
2.1.1 設計思想 5
2.1.2 系統的業(yè)務流程圖 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業(yè)主投訴信息表 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 小區(qū)公告模塊 17
3.2.4 小區(qū)新聞模塊 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].北京:電子工業(yè)出版社,2007.
[5] 薩師煊,王珊.數據庫系統概論[M].北京:高等教育出版社,2000.