畢業(yè)論文 基于aspnet的個人博客的設計與實現(xiàn).doc
約46頁DOC格式手機打開展開
畢業(yè)論文 基于aspnet的個人博客的設計與實現(xiàn),摘要:隨著互聯(lián)網(wǎng)技術的高速發(fā)展,生活節(jié)奏的加快,博客被越來越多的人選擇作為學習和交流的工具。博客的內容豐富多彩,有個人的構思;有對文章的分類、文章分享、上傳個人照片、評論留言等;還有有對其他網(wǎng)站的超鏈接,獲取其他網(wǎng)站的信息。博客具有自主性、開放性、互動性和共享性的特點,是一個很好的交流的渠道,思想展現(xiàn)的舞臺和學術探討的...


內容介紹
此文檔由會員 ljjwl8321 發(fā)布
摘 要:隨著互聯(lián)網(wǎng)技術的高速發(fā)展,生活節(jié)奏的加快,博客被越來越多的人選擇作為學習和交流的工具。博客的內容豐富多彩,有個人的構思;有對文章的分類、文章分享、上傳個人照片、評論留言等;還有有對其他網(wǎng)站的超鏈接,獲取其他網(wǎng)站的信息。博客具有自主性、開放性、互動性和共享性的特點,是一個很好的交流的渠道,思想展現(xiàn)的舞臺和學術探討的園地。該網(wǎng)站是一個實用的個人博客網(wǎng)站,集博客、留言板、鏈接于一身。該網(wǎng)站主要功能分成兩部分:包括前臺為普通用戶操作界面和后臺為管理員操作界面。普通用戶界面:未注冊用戶(訪客)可以瀏覽文章,發(fā)表評論及留言;也可以通過注冊成為該系統(tǒng)的注冊用戶,注冊用戶可以管理自己的博客、留言板、友情鏈接等,同時還可以發(fā)表新日志,上傳附件等。管理員操作界面:管理員可以對注冊的用戶進行管理,如:添加、刪除已注冊的用戶。該網(wǎng)站基于B/S模式,在Visual Studio 2008集成開發(fā)環(huán)境下采用ASP.NET技術和C#語言,后臺數(shù)據(jù)庫使用SQL Server 2005,可滿足用戶個人信息和文章共享的需求,實現(xiàn)了用戶之間簡單的信息交流。
關鍵詞:博客;B/S模式;C#語言;ASP.NET
The Personal Blog of Design And Implementation Based on The Asp.net
Abstract: With the rapid development of Internet technology, accelerate the pace of life, blogs are more and more people choose as learning and communication tool. Blog content rich and colorful, have individual idea; Of the article classification, a share, upload personal articles such as photos, comment; There was a hyperlink to other websites, obtain the other website information. Blogs having autonomy, openness, interactive and sharing characteristic, is a very good communication channels, thought the stage and academic study show plateform. This website is a practical personal blog sites, blogs, message board, links collection as a whole. This website main function is divided into two parts: including reception desk for the common user interface and background as administrators interface. Common user interface: unregistered users (caller) can browse articles, comment and messages; Also can become the system by registering the registered user, registered users can manage their own blogs, message board, links, etc, but also can publish new log, upload attachments. Administrator interface: administrators can manage to registered users, such as: add, delete registered users.This website based on B/S model in Visual Studio 2008 integrated development environment using asp.net technology and C#, backend database using SQL Server 2005, meet customer information and articles sharing demand, realize the exchange of information between users simple.
Keywords: blog;B/S model;C #;
目 錄
摘 要 I
Abstract II
1 緒論 1
1.1系統(tǒng)開發(fā)背景分析 1
1.1.1個人博客的概念 1
1.1.2個人博客的發(fā)展現(xiàn)狀 1
1.2 系統(tǒng)開發(fā)的意義 2
1.3系統(tǒng)研究的內容 2
1.4開發(fā)工具及工具簡介 2
1.4.1 ASP.NET語言簡介 2
1.4.2 MVC開發(fā)模式 3
1.4.3 IIS介紹及配置 3
1.4.4 SQL Server 2005 3
2 需求分析 5
2.1系統(tǒng)需求分析 5
2.2系統(tǒng)的功能要求 5
2.2.1前臺 6
2.2.2后臺 6
2.3系統(tǒng)數(shù)據(jù)流圖 7
2.4 數(shù)據(jù)庫邏輯結構設計 8
2.4.1數(shù)據(jù)字典的定義 8
2.4.2主要數(shù)據(jù)表的結構 8
3系統(tǒng)概要設計 12
3.1系統(tǒng)體系結構 12
3.1.1 B/S體系結構原理 12
3.1.2 B/S體系結構的應用 13
3.1.3 B/S體系結構的優(yōu)點 13
3.2系統(tǒng)功能簡要介紹 13
3.2.1系統(tǒng)功能模塊說明 13
3.2.2系統(tǒng)功能結構 14
3.3 數(shù)據(jù)庫概要說明 15
3.3.1數(shù)據(jù)庫關系模型 15
3.3.2數(shù)據(jù)庫實體E-R圖 15
4系統(tǒng)詳細設計 18
4.1系統(tǒng)流程圖 18
4.2博客前臺基本頁面使用 19
4.3博客后臺基本頁面使用 24
5 系統(tǒng)測試與維護 27
5.1測試目的 27
5.2測試方法 27
5.3測試實例 27
5.3.1后臺管理權限測試 27
5.3.2前臺主頁顯示測試 28
5.3.3前臺顯示文章詳細內容測試 28
5.3.4博客管理員登錄 28
5.3.5系統(tǒng)其他信息管理頁面的測試 29
5.4測試結論 29
5.5系統(tǒng)維護 29
5.5.1系統(tǒng)維護的內容 29
5.5.2系統(tǒng)維護的類型 29
結語 30
參考文獻 31
致謝 32
附錄1: 系統(tǒng)說明 33
附錄2:項目重要代碼說明 35
關鍵詞:博客;B/S模式;C#語言;ASP.NET
The Personal Blog of Design And Implementation Based on The Asp.net
Abstract: With the rapid development of Internet technology, accelerate the pace of life, blogs are more and more people choose as learning and communication tool. Blog content rich and colorful, have individual idea; Of the article classification, a share, upload personal articles such as photos, comment; There was a hyperlink to other websites, obtain the other website information. Blogs having autonomy, openness, interactive and sharing characteristic, is a very good communication channels, thought the stage and academic study show plateform. This website is a practical personal blog sites, blogs, message board, links collection as a whole. This website main function is divided into two parts: including reception desk for the common user interface and background as administrators interface. Common user interface: unregistered users (caller) can browse articles, comment and messages; Also can become the system by registering the registered user, registered users can manage their own blogs, message board, links, etc, but also can publish new log, upload attachments. Administrator interface: administrators can manage to registered users, such as: add, delete registered users.This website based on B/S model in Visual Studio 2008 integrated development environment using asp.net technology and C#, backend database using SQL Server 2005, meet customer information and articles sharing demand, realize the exchange of information between users simple.
Keywords: blog;B/S model;C #;
目 錄
摘 要 I
Abstract II
1 緒論 1
1.1系統(tǒng)開發(fā)背景分析 1
1.1.1個人博客的概念 1
1.1.2個人博客的發(fā)展現(xiàn)狀 1
1.2 系統(tǒng)開發(fā)的意義 2
1.3系統(tǒng)研究的內容 2
1.4開發(fā)工具及工具簡介 2
1.4.1 ASP.NET語言簡介 2
1.4.2 MVC開發(fā)模式 3
1.4.3 IIS介紹及配置 3
1.4.4 SQL Server 2005 3
2 需求分析 5
2.1系統(tǒng)需求分析 5
2.2系統(tǒng)的功能要求 5
2.2.1前臺 6
2.2.2后臺 6
2.3系統(tǒng)數(shù)據(jù)流圖 7
2.4 數(shù)據(jù)庫邏輯結構設計 8
2.4.1數(shù)據(jù)字典的定義 8
2.4.2主要數(shù)據(jù)表的結構 8
3系統(tǒng)概要設計 12
3.1系統(tǒng)體系結構 12
3.1.1 B/S體系結構原理 12
3.1.2 B/S體系結構的應用 13
3.1.3 B/S體系結構的優(yōu)點 13
3.2系統(tǒng)功能簡要介紹 13
3.2.1系統(tǒng)功能模塊說明 13
3.2.2系統(tǒng)功能結構 14
3.3 數(shù)據(jù)庫概要說明 15
3.3.1數(shù)據(jù)庫關系模型 15
3.3.2數(shù)據(jù)庫實體E-R圖 15
4系統(tǒng)詳細設計 18
4.1系統(tǒng)流程圖 18
4.2博客前臺基本頁面使用 19
4.3博客后臺基本頁面使用 24
5 系統(tǒng)測試與維護 27
5.1測試目的 27
5.2測試方法 27
5.3測試實例 27
5.3.1后臺管理權限測試 27
5.3.2前臺主頁顯示測試 28
5.3.3前臺顯示文章詳細內容測試 28
5.3.4博客管理員登錄 28
5.3.5系統(tǒng)其他信息管理頁面的測試 29
5.4測試結論 29
5.5系統(tǒng)維護 29
5.5.1系統(tǒng)維護的內容 29
5.5.2系統(tǒng)維護的類型 29
結語 30
參考文獻 31
致謝 32
附錄1: 系統(tǒng)說明 33
附錄2:項目重要代碼說明 35