資源描述:
《基于aspnet的博客網(wǎng)站畢業(yè)論文》由會員上傳分享,免費在線閱讀,更多相關內容在學術論文-天天文庫。
1、漳州師范學院畢業(yè)論文(設計)基于ASP.NET的博客網(wǎng)站BLOGWEBSITEBASEDONASP.NET姓名:何銀生學號:100803126系別:計算機科學與工程系專業(yè):計算機科學與技術年級:2010年(高職本)指導教師:林宣治2011年11月15日摘要隨著Internet的廣泛應用,動態(tài)網(wǎng)頁技術也應運而生。本文介紹了應用ASP.NET動態(tài)網(wǎng)頁技術開發(fā)博客網(wǎng)站的設計與實現(xiàn)。博客網(wǎng)站主要為用戶提供發(fā)表文章、瀏覽文章等功能,用戶通過Internet可以發(fā)表一些自己撰寫的文章以和其他網(wǎng)友進行交流。博客
2、網(wǎng)站主要實現(xiàn)了文章管理的數(shù)字化、信息化、智能化。本網(wǎng)站的開發(fā)設計實現(xiàn)采用ASP.NET技術,網(wǎng)站后臺使用Microsoft的SQL2005數(shù)據(jù)庫,并通過使用ADO.NET技術訪問。本文對博客網(wǎng)站進行整體分析,明確了網(wǎng)站的可行性和用戶需求;根據(jù)模塊化原理,規(guī)劃設計了網(wǎng)站功能模塊;在數(shù)據(jù)庫設計部分,詳細說明了網(wǎng)站數(shù)據(jù)庫的結構和數(shù)據(jù)庫的完整性、安全性措施;程序設計則采用面向對象的程序設計思想,提出網(wǎng)站的程序設計思路,對前臺與后臺功能的程序實現(xiàn)進行了詳細論述。最后,對網(wǎng)站作以客觀、全面的評價,并對進一步改
3、進提出了建議。關鍵詞:博客;數(shù)據(jù)管理系統(tǒng);ASP.NET程序設計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)站開發(fā)背景11.2課題研究的意義11.3ASP.NET簡介12BLOG網(wǎng)站總體設計22.1網(wǎng)站設計方案22.2網(wǎng)站功能模塊22.3數(shù)據(jù)庫需求分析32.4網(wǎng)站操作流程42.5網(wǎng)站插件53Blog網(wǎng)
8、站詳細設計53.1數(shù)據(jù)庫詳細設計53.1.1數(shù)據(jù)表設計53.1.2數(shù)據(jù)表E-R圖83.1.3數(shù)據(jù)庫訪問103.2后臺功能詳細設計103.2.1身份驗證103.2.2用戶管理113.2.3分類管理113.2.4博文管理123.2.5相冊管理123.2.6圖片管理123.2.7評論管理123.2.8留言管理133.2.9系統(tǒng)管理133.3前臺功能詳細設計143.3.1用戶模塊143.3.2分類模塊183.3.3博文模塊183.3.4相冊模塊193.3.5留言模塊213.3.6換膚模塊2