資源描述:
《基于asp.net房產(chǎn)公司網(wǎng)站的設(shè)計與實(shí)現(xiàn) 畢業(yè)論文》由會員上傳分享,免費(fèi)在線閱讀,更多相關(guān)內(nèi)容在學(xué)術(shù)論文-天天文庫。
1、摘要隨著因特網(wǎng)的發(fā)展,公司宣傳模式發(fā)生了很大的變化。網(wǎng)站比傳統(tǒng)的宣傳模式更方便、經(jīng)濟(jì),且不受空間、時間限制。論文詳細(xì)論述了一個基于ASP.NET公司網(wǎng)站的開發(fā)設(shè)計過程。系統(tǒng)采用基于ASP.NET的B/S架構(gòu),C#作編程語言,SQLServer2000作數(shù)據(jù)庫管理系統(tǒng),實(shí)現(xiàn)了企業(yè)介紹、企業(yè)文化、新聞中心、產(chǎn)品管理、人才招聘、留言版等功能。整個系統(tǒng)從操作簡單性,界面友好性,功能實(shí)用性出發(fā),為房產(chǎn)信息發(fā)布、管理提供了一個廣闊而廉價的平臺,為客戶提供了便捷而全面的房產(chǎn)信息,使客戶可以快速、方便地了解到條件、地點(diǎn)、價格合適的房源。系統(tǒng)符合公司網(wǎng)站的需求。論文組織如下:首先闡述了該系統(tǒng)的開發(fā)背景、意義;
2、其次介紹了相關(guān)的開發(fā)工具及技術(shù)基礎(chǔ);接著對系統(tǒng)的需求進(jìn)行了分析,并提出了具體的設(shè)計方案和數(shù)據(jù)庫模型;然后展現(xiàn)了整個系統(tǒng)的具體實(shí)現(xiàn),包括數(shù)據(jù)庫的設(shè)計和連接,各功能模塊的實(shí)現(xiàn);最后對該軟件進(jìn)行了嚴(yán)格的測試?!?
關(guān)鍵詞:數(shù)據(jù)庫設(shè)計;安全性;ASP.NET;SQLSERVER2000IIAbstractAlongwiththedevelopmentoftheinternet,thecompanypropagandamodehasbeenchangedgreatly.Thewebsiteismoreconvenientandeconomicthanthetraditionalpropaganda
3、mode,anditisnotlimitedbyspaceandtime.ThepaperdiscussesindetailthedevelopmentanddesignprocessofacompanywebsitebasedASP.NET.ItusesASP.NET2005asthedevelopmentplatform,C#astheprogramminglanguage,SQLServer2000asthedatabasemanagementsystem,andincludesenterpriseintroduction,enterpriseculture,news,goodsman
4、agement,talentrecruitment,messageboard,etc..Itcanaccordwiththerequirementofthecompanywebsite.Thepaperisorganizedasfollowing:Firstly,analyzesthebackgroundandsignificance;Secondly,introducesthedevelopmenttoolsandthefoundationofthetechnology;Thirdly,analysesthedemandofthesystem,givesaspecificdesignpro
5、jectandadatabasemodel;Thenshowstheimplementationofthewholesystem,whichincludesthedesignandlinkageofthedatabaseandtheimplementationofeverymodule.Finallygivesatestofthesystem.Keywords:Internet;ASP.NET;Databasedesign;Security;SQLSERVER2000II目錄摘要ⅠAbstractⅡ1緒論11.1開發(fā)背景11.2課題開發(fā)的目標(biāo)與期望11.3業(yè)務(wù)流程描述21.4實(shí)現(xiàn)技術(shù)與工具5
6、1.5系統(tǒng)功能模塊82系統(tǒng)需求分析102.1需求陳述102.1.1商業(yè)性102.1.2品牌性102.1.3經(jīng)濟(jì)性102.1.4擴(kuò)充性102.2總體目標(biāo)102.3具體目標(biāo)112.4系統(tǒng)性能描述112.5系統(tǒng)功能建模112.5.1系統(tǒng)數(shù)據(jù)流程圖112.5.2數(shù)據(jù)字典142.6系統(tǒng)數(shù)據(jù)模型153概要設(shè)計163.1體系結(jié)構(gòu)設(shè)計163.2接口設(shè)計173.2.1外部接口183.2.2內(nèi)部接口183.3代碼設(shè)計183.3.1代碼設(shè)計原則183.3.2系統(tǒng)所需代碼設(shè)計193.4數(shù)據(jù)庫設(shè)計193.4.1關(guān)系模式設(shè)計193.4.2數(shù)據(jù)字典203.5輸入輸出設(shè)計213.5.1輸入設(shè)計213.5.2輸出設(shè)計213.
7、6運(yùn)行設(shè)計213.6.1運(yùn)行環(huán)境213.6.2運(yùn)行模塊的組合223.6.3運(yùn)行控制223.6.4運(yùn)行時間223.7出錯處理設(shè)計233.7.1出錯輸出信息233.7.2出錯處理對策233.8安全保密設(shè)計233.8.1數(shù)據(jù)安全性233.8.2登錄用戶的安全性243.8.3操作的安全性243.9系統(tǒng)維護(hù)254詳細(xì)設(shè)計254.1用戶登錄模塊254.1.1模塊定義254.1.2程序流程圖254.2后臺管理模塊264.2