特级做A爰片毛片免费69,永久免费AV无码不卡在线观看,国产精品无码av地址一,久久无码色综合中文字幕

asp.net小區(qū)物業(yè)管理系統(tǒng).doc

約57頁DOC格式手機打開展開

asp.net小區(qū)物業(yè)管理系統(tǒng),摘要:隨著我國經(jīng)濟發(fā)展和城市開發(fā),住宅小區(qū)越來越成為居住的主流,小區(qū)物業(yè)管理是針對當(dāng)前社會這一市場需要應(yīng)運而生的。用計算機管理的小區(qū)物業(yè)管理系統(tǒng)是為小區(qū)管理者和小區(qū)用戶更好的從事各項物業(yè)管理業(yè)務(wù)工作而開發(fā)的管理軟件,該軟件具有一定的社會和經(jīng)濟效益,對規(guī)范小區(qū)管理業(yè)務(wù),提高管理水平和效益具有重要意義。論文詳細(xì)介紹了小區(qū)物...
編號:45-264455大小:2.65M
分類: 論文>計算機論文

內(nèi)容介紹

此文檔由會員 wanli1988go 發(fā)布

摘要:隨著我國經(jīng)濟發(fā)展和城市開發(fā),住宅小區(qū)越來越成為居住的主流,小區(qū)物業(yè)管理是針對當(dāng)前社會這一市場需要應(yīng)運而生的。用計算機管理的小區(qū)物業(yè)管理系統(tǒng)是為小區(qū)管理者和小區(qū)用戶更好的從事各項物業(yè)管理業(yè)務(wù)工作而開發(fā)的管理軟件,該軟件具有一定的社會和經(jīng)濟效益,對規(guī)范小區(qū)管理業(yè)務(wù),提高管理水平和效益具有重要意義。
論文詳細(xì)介紹了小區(qū)物業(yè)管理系統(tǒng)的開發(fā)思想、開發(fā)過程、主要工作和解決的技術(shù)問題。還介紹本軟件經(jīng)測試后的最終功能,并用圖形描述了軟件的模型。本軟件主要以Microsoft公司的 Microsoft Visual Studio .NET 2005 和 Microsoft Aceess 2003工具開發(fā)。VS 2005能夠自動生成我們所需要的界面,在許多方面我們都不必去寫繁瑣的代碼。經(jīng)過對小區(qū)物業(yè)系統(tǒng)進行需求分析、功能模塊劃分、數(shù)據(jù)庫模式分析后,最終設(shè)計出系統(tǒng)的數(shù)據(jù)庫結(jié)構(gòu)。設(shè)計過程首先在短時間內(nèi)建立系統(tǒng)應(yīng)用原型,然后對初始原型系統(tǒng)進行需求迭代,不斷修正和改進,最后形成用戶滿意的可行性系統(tǒng)。
關(guān)鍵詞:小區(qū)物業(yè);管理系統(tǒng);.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研究現(xiàn)狀 1
1.2目的和意義 2
1.3 選題相關(guān)知識 2
1.3.1 數(shù)據(jù)庫系統(tǒng)知識 2
1.3.2 開發(fā)語言與開發(fā)工具知識 3
1.3.3 網(wǎng)站開發(fā)環(huán)境 4
1.4 系統(tǒng)概述 4
2 數(shù)據(jù)庫設(shè)計 5
2.1 概念模型分析和設(shè)計 5
2.1.1 設(shè)計思想 5
2.1.2 系統(tǒng)的業(yè)務(wù)流程圖 5
2.1.3 功能設(shè)計 5
2.1.4 系統(tǒng)數(shù)據(jù)庫設(shè)計 6
各表對應(yīng)的E-R 圖 7
2.2 邏輯模型分析和設(shè)計 10
2.2.1注冊信息表: tb_zhuce 10
2.2.2住戶信息表  tb_zhuhu 11
2.2.3系統(tǒng)新聞信息表 tb_xinwen 11
2.2.4設(shè)備維護信息表 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網(wǎng)站公告表 tb_Bulletin 13
3 系統(tǒng)實現(xiàn) 14
3.1 功能模塊具體描述 14
3.2 前臺各模塊界面及關(guān)鍵代碼 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 設(shè)備維護查詢模塊 22
3.2.7欠費查詢模塊 24
3.2.8投訴查詢模塊 25
3.2.9停車查詢模塊 27
3.3 后臺各模塊界面及關(guān)鍵代碼 29
3.3.1后臺主界面 29
3.3.2后臺管理員登錄模塊 29
3.3.3新聞維護模塊 30
3.3.4欠費住戶信息維護模塊 35
3.3.5住房維護模塊 39
3.3.6設(shè)備信息維護模塊 41
3.3.7投訴信息維護模塊 46
3.3.8公告管理模塊 47
3.3.9用戶管理模塊 48
4參考文獻
51

參考文獻
[1] John Kauffman. ASP.NET 2.0 入門經(jīng)典[M].北京:清華大學(xué)出版社,2006.
[2] John Kauffman. ASP.NET 2.0 數(shù)據(jù)庫入門經(jīng)典[M].北京:清華大學(xué)出版社,2006.
[3] Marco Bellinaso,Kevin Hoffman.高效掌握ASP.NET--C#編程篇[M].北京:清華大學(xué)出版社,2002.
[4] 呂洋波. ASP.NET 2.0 寶典[M].北京:電子工業(yè)出版社,2007.
[5] 薩師煊,王珊.?dāng)?shù)據(jù)庫系統(tǒng)概論[M].北京:高等教育出版社,2000.