資源描述:
《基于asp.net的網(wǎng)站設(shè)計—bbs系統(tǒng)的設(shè)計與實現(xiàn)nb》由會員上傳分享,免費在線閱讀,更多相關(guān)內(nèi)容在工程資料-天天文庫。
1、基于ASP.NET的網(wǎng)站設(shè)計—BBS系統(tǒng)的設(shè)計與實現(xiàn)nb畢業(yè)基于ASP.的網(wǎng)站設(shè)計--BBS系統(tǒng)的設(shè)計與實現(xiàn)摘要 本文介紹了運用ASP.、SQLServer2000等技術(shù),在MicrosoftVisualStudio.2003平臺上實現(xiàn)BBS(BulletinBoardService,公告牌服務(wù))系統(tǒng)的方法和過程,內(nèi)容包括5個部分,第1部分是概述,該部分對ASP.的技術(shù)和開發(fā)環(huán)境的配置做了詳細(xì)的介紹;第2部分是需求分析,該部分對系統(tǒng)的功能、性能和環(huán)境需求做了具體的分析,并且給出了系統(tǒng)流程圖;第3部分是系統(tǒng)設(shè)計,該部分對系統(tǒng)的前臺和后臺給出了整體的設(shè)計方法,并畫出了相
2、應(yīng)的模塊圖;第4部分是詳細(xì)設(shè)計及編碼,該部分列出了部分系統(tǒng)的主要代碼,并對代碼做了詳盡的解釋;第5部分是結(jié)束語,該部分是完成本次畢業(yè)設(shè)計后我的1些體會。本系統(tǒng)由BBS用戶注冊、登錄;信息發(fā)布;信息查看;管理員登錄;論壇、用戶管理等5個模塊組成。實現(xiàn)了用戶注冊、登錄,查看貼子,發(fā)布新貼(回復(fù)貼子),信息、用戶管理等功能,具有穩(wěn)定、安全、界面美觀、容易操作等特點。關(guān)鍵字 C#;;SQL;BBS;貼子ThedesignofplementationofBBSsystemAbstract ThistextintroductionusesASP.,SQLServer2000g
3、radetechnology,inMicrosoftVisualStudiorealizeBBSon2003platforms(BulletinBoardService,thebillboardserves)systematicmethodandcourse,thecontentincludes5parts,PartoneItisasummary,thisparthasdonethedetailedintroductiontothetechnologyofASP.anddispositionofdevelopmentenvironment;Parttandthata
4、nalyzes,thispartfunction,performanceandenvironmentaldemandforthesystemhavemadeconcreteanalysis,andprovidethesystematicflo;PartthreeDesignsystematically,thispartprovidestheethodtofrontdeskandbackstageofthesystem,draodulepicture;PartfourItisdetaileddesignandcode,shouldlistsomemaincodesof
5、systempartly,andhasmadeexhaustiveexplanationtothecode;PartfiveItisaconclusion,thispartistofinishsomeexperienceofmineafterthisgraduationproject.(fodels,namelyBBSuserregistrationandlanding,informationissuing,formationsearching,managerlanding,forumsandusermanagement.ThroughBBS,userregistr
6、ationandlanding,messagereading,neessageissuing(messagereplying),informationandusermanagementhavebeenrealized.Havecharacteristicssuchasesthetic,easyoperationofstability,security,interface,etc..Keyodels目 錄前言11概述21.1ASP.技術(shù)介紹21.1.1ASP.的技術(shù)特點31.1.2ASP.的運行原理41.1.3動態(tài)網(wǎng)頁技術(shù)介紹41.1.4.語言C#介紹41.1.5S
7、QLServer2000數(shù)據(jù)庫技術(shù)介紹51.1.6asp.與asp的比較71.2開發(fā)環(huán)境的配置82 需求分析122.1功能需求122.2性能需求132.3環(huán)境需求132.4系統(tǒng)流程圖142.5系統(tǒng)方案的確定和評價143 系統(tǒng)設(shè)計153.1前臺設(shè)計與模塊圖153.1.1主界面設(shè)計153.1.2前臺模塊圖163.2后臺設(shè)計與模塊圖163.2.1后臺管理界面163.2.2后臺模塊圖174 詳細(xì)設(shè)計及編碼184.1數(shù)據(jù)庫設(shè)計184.1.1數(shù)據(jù)庫表184.1.2數(shù)據(jù)庫表的關(guān)系224.2程序中的類設(shè)計224.3網(wǎng)站首頁設(shè)計294.3.1滾動屏的實現(xiàn)294.3.2站內(nèi)投票實現(xiàn)