資源描述:
《畢業(yè)設計(論文)-asp.net小區(qū)物業(yè)管理系統(tǒng)的設計與實現(xiàn)》由會員上傳分享,免費在線閱讀,更多相關內容在行業(yè)資料-天天文庫。
1、小區(qū)物業(yè)管理系統(tǒng)的設計與實現(xiàn)摘要隨著我國科學技術和社會經濟的不斷發(fā)展,人們對住宅的要求也越來越高,為了適應社會的這一需求,物業(yè)管理系統(tǒng)應用而生。本系統(tǒng)利用計算機與互聯(lián)網的優(yōu)勢,采用ASP.NET?技術作為創(chuàng)建應用程序的方式,以C#?作為編程語言,采用SQLSERVER2000?數(shù)據庫作為后臺數(shù)據庫。論文首先論述了系統(tǒng)的開發(fā)背景,并對所用到的開發(fā)工具與關鍵技術做了簡單的介紹。接著對系統(tǒng)的研究意義,研究現(xiàn)狀及設計目標進行分析,通過對系統(tǒng)需求和可行性進行分析,確定了系統(tǒng)的功能模塊,并畫出相應的功能結構圖、模塊圖和數(shù)據流圖。然后按系統(tǒng)總體設計的結果,對系統(tǒng)中的數(shù)據庫進行結構設計以及與數(shù)據庫
2、連接的DB設計。最后在系統(tǒng)的設計與實現(xiàn)中,對系統(tǒng)的數(shù)據庫和網頁做了詳細的設計。其中著重敘述了物業(yè)管理模塊與用戶之間的分析過程,并給出各模塊的實現(xiàn)方法及部分源代碼和系統(tǒng)關鍵技術的程序實現(xiàn)。經過系統(tǒng)調試運行后表明,系統(tǒng)可以滿足用戶的各項要求。關鍵詞:小區(qū)物業(yè),管理系統(tǒng),住戶,SQLServer2000IVABSTRACTWiththedevelopmentofsciencetechnologyandsocialeconomyinournation,peoplehavehighdesirefortheirhouse.Inordertoadaptthiskindofsocialrequir
3、ement,estatemanagementsystemappearsatthemoment.Thesystemhastheadvantageofcomputerandinternet.andused?ASP.NET?as?its?way?that?set?up?the?application,C#?as?its?language,SQLServer2000databaseconduct?and?actions?backstagedatabase.First,thebackgroundofthissystemisshowed,anddevelopingtoolsandkeytech
4、nologyusedaresimplypresented.Second,systemresearchmeaning,statusquoanddesigndestinationareanalyzed.Byanalyzingthesystemdemandandfeasibility,functionalmoduleisconfirmed.Furthermore,relevantfunctionalstructurecharts,modulechartsanddatumflowchartsaredrawn.Thenaccordingtotheresultofsystemdesign,st
5、ructuredesignandDBdesignlinkedtodatabasearemadetowardsystemdatabase.Atlast,onthesystemdesignandimplement,detaileddesignismadetosystemdatabaseandwebpage.Meanwhile,estatemanagementmoduleandanalysisprocessbetweencustomersisemphasized,furthermore,implementmethodofmodules,andprogramimplementofaport
6、ionofsourcecodeandsystemkeytechnologyaregiven.Aftersystemdebugandrun,itisshownthatsystemcansatisfythedemandfortheusers.Keywords:Thecommunityestate,Managementsystem,Inhabitants,SQLServer2000IV目錄第1章系統(tǒng)概述11.1系統(tǒng)開發(fā)背景11.2系統(tǒng)開發(fā)技術簡介1第2章系統(tǒng)分析42.1系統(tǒng)的研究意義42.2研究現(xiàn)狀及設計目標42.2.1系統(tǒng)的特點及優(yōu)缺點分析42.2.2現(xiàn)行研究存在的問題及解決辦法52.
7、2.3系統(tǒng)的設計目標62.3系統(tǒng)的可行性分析6第3章系統(tǒng)總體設計93.1系統(tǒng)功能設計93.2系統(tǒng)模塊設計103.3數(shù)據流圖123.4用戶接口設計133.5系統(tǒng)的運行設計133.5.1運行環(huán)境133.5.2運行控制133.5.3運行時間133.6系統(tǒng)的出錯處理設計143.6.1出錯信息143.6.2補救措施143.6.3系統(tǒng)維護設計14第4章數(shù)據庫設計154.1數(shù)據庫物理結構設計154.2數(shù)據庫概念結構設計164.3數(shù)據庫邏輯結構設計174.4數(shù)據庫及數(shù)據表的創(chuàng)建18I