国产精品婷婷久久久久久,国产精品美女久久久浪潮av,草草国产,人妻精品久久无码专区精东影业

畢業(yè)論文 基于aspnet的博客網(wǎng)站.doc

約27頁DOC格式手機打開展開

畢業(yè)論文 基于aspnet的博客網(wǎng)站,摘要隨著internet的廣泛應(yīng)用,動態(tài)網(wǎng)頁技術(shù)也應(yīng)運而生。本文介紹了應(yīng)用asp.net動態(tài)網(wǎng)頁技術(shù)開發(fā)博客網(wǎng)站的設(shè)計與實現(xiàn)。博客網(wǎng)站主要為用戶提供發(fā)表文章、瀏覽文章等功能,用戶通過internet可以發(fā)表一些自己撰寫的文章以和其他網(wǎng)友進行交流。博客網(wǎng)站主要實現(xiàn)了文章管理的數(shù)字化、信息化、智能化。 本網(wǎng)站的開發(fā)設(shè)計實現(xiàn)...
編號:30-202459大小:3.66M
分類: 論文>計算機論文

內(nèi)容介紹

此文檔由會員 ljjwl8321 發(fā)布

摘要
隨著Internet的廣泛應(yīng)用,動態(tài)網(wǎng)頁技術(shù)也應(yīng)運而生。本文介紹了應(yīng)用ASP.NET動態(tài)網(wǎng)頁技術(shù)開發(fā)博客網(wǎng)站的設(shè)計與實現(xiàn)。博客網(wǎng)站主要為用戶提供發(fā)表文章、瀏覽文章等功能,用戶通過Internet可以發(fā)表一些自己撰寫的文章以和其他網(wǎng)友進行交流。博客網(wǎng)站主要實現(xiàn)了文章管理的數(shù)字化、信息化、智能化。 本網(wǎng)站的開發(fā)設(shè)計實現(xiàn)采用ASP.NET技術(shù),網(wǎng)站后臺使用Microsoft的SQL2005數(shù)據(jù)庫,并通過使用ADO.NET技術(shù)訪問。 本文對博客網(wǎng)站進行整體分析,明確了網(wǎng)站的可行性和用戶需求;根據(jù)模塊化原理,規(guī)劃設(shè)計了網(wǎng)站功能模塊;在數(shù)據(jù)庫設(shè)計部分,詳細(xì)說明了網(wǎng)站數(shù)據(jù)庫的結(jié)構(gòu)和數(shù)據(jù)庫的完整性、安全性措施;程序設(shè)計則采用面向?qū)ο蟮某绦蛟O(shè)計思想,提出網(wǎng)站的程序設(shè)計思路,對前臺與后臺功能的程序?qū)崿F(xiàn)進行了詳細(xì)論述。最后,對網(wǎng)站作以客觀、全面的評價,并對進一步改進提出了建議。
關(guān)鍵詞:博客; 數(shù)據(jù)管理系統(tǒng); ASP.NET程序設(shè)計

Abstract
With the extensive application of the Internet, dynamic web technology has emerged. This text describes the application of ASP.NET dynamic web technology and development the blog website. Blog website is mainly to provide users with published articles, browse articles, and other functions,Users can express themselves by some articles and with other netizens to conduct exchanges. Blog website of the main article on the digital management, information, intelligence, is to break the way of Released an article by traditional newspapers and magazine published ,it makes a new way to try. The website is designed by ASP.NET technology, backstage adoption SQL 2005 database,and use the ADO.NET technology to visit. In this paper,it analysis the blog website by feasibility and the demand of the user. Under the modular theory, planning and design of the website functional modules; In the database design, a detailed description of the database structure and database integrity, security measures; Programming is used object-oriented programming design, website design ideas, background for the future and function of the program in detail. Finally, the website in an objective, comprehensive eva luation, as well as further improvements made.
Keywords: blog; database management system; ASP.NET;
目錄
摘要 I
1 引言 1
1.1網(wǎng)站開發(fā)背景 1
1.2課題研究的意義 1
1.3 ASP.NET簡介 1
2 BLOG網(wǎng)站總體設(shè)計 2
2.1網(wǎng)站設(shè)計方案 2
2.2 網(wǎng)站功能模塊 2
2.3數(shù)據(jù)庫需求分析 3
2.4網(wǎng)站操作流程 4
2.5網(wǎng)站插件 5
3 BLOG 網(wǎng)站詳細(xì)設(shè)計 5
3.1 數(shù)據(jù)庫詳細(xì)設(shè)計 5
3.1.1數(shù)據(jù)表設(shè)計 5
3.1.2數(shù)據(jù)表E-R圖 8
3.1.3數(shù)據(jù)庫訪問 10
3.2后臺功能詳細(xì)設(shè)計 10
3.2.1身份驗證 10
3.2.2用戶管理 11
3.2.3分類管理 11
3.2.4博文管理 12
3.2.5相冊管理 12
3.2.6圖片管理 12
3.2.7評論管理 12
3.2.8留言管理 13
3.2.9系統(tǒng)管理 13
3.3前臺功能詳細(xì)設(shè)計 14
3.3.1 用戶模塊 14
3.3.2分類模塊 18
3.3.3博文模塊 18
3.3.4相冊模塊 19
3.3.5留言模塊 21
3.3.6換膚模塊 21
4 安全性分析 22
5 結(jié)束語 22
5.1不足之處與改進 22
5.1.1并發(fā)性 22
5.1.2界面美觀化 22
5.2結(jié)論 22
參考文獻 23
致謝 24