資源描述:
《基于aspnet的博客網(wǎng)站畢業(yè)論文》由會(huì)員上傳分享,免費(fèi)在線閱讀,更多相關(guān)內(nèi)容在學(xué)術(shù)論文-天天文庫(kù)。
1、漳州師范學(xué)院畢業(yè)論文(設(shè)計(jì))基于ASP.NET的博客網(wǎng)站BLOGWEBSITEBASEDONASP.NET姓名:何銀生學(xué)號(hào):100803126系別:計(jì)算機(jī)科學(xué)與工程系專業(yè):計(jì)算機(jī)科學(xué)與技術(shù)年級(jí):2010年(高職本)指導(dǎo)教師:林宣治2011年11月15日摘要隨著Internet的廣泛應(yīng)用,動(dòng)態(tài)網(wǎng)頁(yè)技術(shù)也應(yīng)運(yùn)而生。本文介紹了應(yīng)用ASP.NET動(dòng)態(tài)網(wǎng)頁(yè)技術(shù)開(kāi)發(fā)博客網(wǎng)站的設(shè)計(jì)與實(shí)現(xiàn)。博客網(wǎng)站主要為用戶提供發(fā)表文章、瀏覽文章等功能,用戶通過(guò)Internet可以發(fā)表一些自己撰寫(xiě)的文章以和其他網(wǎng)友進(jìn)行交流。博客
2、網(wǎng)站主要實(shí)現(xiàn)了文章管理的數(shù)字化、信息化、智能化。本網(wǎng)站的開(kāi)發(fā)設(shè)計(jì)實(shí)現(xiàn)采用ASP.NET技術(shù),網(wǎng)站后臺(tái)使用Microsoft的SQL2005數(shù)據(jù)庫(kù),并通過(guò)使用ADO.NET技術(shù)訪問(wèn)。本文對(duì)博客網(wǎng)站進(jìn)行整體分析,明確了網(wǎng)站的可行性和用戶需求;根據(jù)模塊化原理,規(guī)劃設(shè)計(jì)了網(wǎng)站功能模塊;在數(shù)據(jù)庫(kù)設(shè)計(jì)部分,詳細(xì)說(shuō)明了網(wǎng)站數(shù)據(jù)庫(kù)的結(jié)構(gòu)和數(shù)據(jù)庫(kù)的完整性、安全性措施;程序設(shè)計(jì)則采用面向?qū)ο蟮某绦蛟O(shè)計(jì)思想,提出網(wǎng)站的程序設(shè)計(jì)思路,對(duì)前臺(tái)與后臺(tái)功能的程序?qū)崿F(xiàn)進(jìn)行了詳細(xì)論述。最后,對(duì)網(wǎng)站作以客觀、全面的評(píng)價(jià),并對(duì)進(jìn)一步改
3、進(jìn)提出了建議。關(guān)鍵詞:博客;數(shù)據(jù)管理系統(tǒng);ASP.NET程序設(shè)計(jì)AbstractWiththeextensiveapplicationoftheInternet,dynamicwebtechnologyhasemerged.ThistextdescribestheapplicationofASP.NETdynamicwebtechnologyanddevelopmenttheblogwebsite.Blogwebsiteismainlytoprovideuserswithpublishedarti
4、cles,browsearticles,andotherfunctions,Userscanexpressthemselvesbysomearticlesandwithothernetizenstoconductexchanges.Blogwebsiteofthemainarticleonthedigitalmanagement,information,intelligence,istobreakthewayofReleasedanarticlebytraditionalnewspapersand
5、magazinepublished,itmakesanewwaytotry.ThewebsiteisdesignedbyASP.NETtechnology,backstageadoptionSQL2005database,andusetheADO.NETtechnologytovisit.Inthispaper,itanalysistheblogwebsitebyfeasibilityandthedemandoftheuser.Underthemodulartheory,planningandde
6、signofthewebsitefunctionalmodules;Inthedatabasedesign,adetaileddescriptionofthedatabasestructureanddatabaseintegrity,securitymeasures;Programmingisusedobject-orientedprogrammingdesign,websitedesignideas,backgroundforthefutureandfunctionoftheprogramind
7、etail.Finally,thewebsiteinanobjective,comprehensiveevaluation,aswellasfurtherimprovementsmade.Keywords:blog;databasemanagementsystem;ASP.NET;目錄摘要I1引言11.1網(wǎng)站開(kāi)發(fā)背景11.2課題研究的意義11.3ASP.NET簡(jiǎn)介12BLOG網(wǎng)站總體設(shè)計(jì)22.1網(wǎng)站設(shè)計(jì)方案22.2網(wǎng)站功能模塊22.3數(shù)據(jù)庫(kù)需求分析32.4網(wǎng)站操作流程42.5網(wǎng)站插件53Blog網(wǎng)
8、站詳細(xì)設(shè)計(jì)53.1數(shù)據(jù)庫(kù)詳細(xì)設(shè)計(jì)53.1.1數(shù)據(jù)表設(shè)計(jì)53.1.2數(shù)據(jù)表E-R圖83.1.3數(shù)據(jù)庫(kù)訪問(wèn)103.2后臺(tái)功能詳細(xì)設(shè)計(jì)103.2.1身份驗(yàn)證103.2.2用戶管理113.2.3分類管理113.2.4博文管理123.2.5相冊(cè)管理123.2.6圖片管理123.2.7評(píng)論管理123.2.8留言管理133.2.9系統(tǒng)管理133.3前臺(tái)功能詳細(xì)設(shè)計(jì)143.3.1用戶模塊143.3.2分類模塊183.3.3博文模塊183.3.4相冊(cè)模塊193.3.5留言模塊213.3.6換膚模塊2