畢業(yè)論文 基于aspnet的個(gè)人博客的設(shè)計(jì)與實(shí)現(xiàn).doc
約46頁DOC格式手機(jī)打開展開
畢業(yè)論文 基于aspnet的個(gè)人博客的設(shè)計(jì)與實(shí)現(xiàn),摘要:隨著互聯(lián)網(wǎng)技術(shù)的高速發(fā)展,生活節(jié)奏的加快,博客被越來越多的人選擇作為學(xué)習(xí)和交流的工具。博客的內(nèi)容豐富多彩,有個(gè)人的構(gòu)思;有對(duì)文章的分類、文章分享、上傳個(gè)人照片、評(píng)論留言等;還有有對(duì)其他網(wǎng)站的超鏈接,獲取其他網(wǎng)站的信息。博客具有自主性、開放性、互動(dòng)性和共享性的特點(diǎn),是一個(gè)很好的交流的渠道,思想展現(xiàn)的舞臺(tái)和學(xué)術(shù)探討的...
![](http://img.queshao.com/images/pcgzh.gif)
![](http://preview.queshao.com/tobuy/202460.gif)
內(nèi)容介紹
此文檔由會(huì)員 ljjwl8321 發(fā)布
摘 要:隨著互聯(lián)網(wǎng)技術(shù)的高速發(fā)展,生活節(jié)奏的加快,博客被越來越多的人選擇作為學(xué)習(xí)和交流的工具。博客的內(nèi)容豐富多彩,有個(gè)人的構(gòu)思;有對(duì)文章的分類、文章分享、上傳個(gè)人照片、評(píng)論留言等;還有有對(duì)其他網(wǎng)站的超鏈接,獲取其他網(wǎng)站的信息。博客具有自主性、開放性、互動(dòng)性和共享性的特點(diǎn),是一個(gè)很好的交流的渠道,思想展現(xiàn)的舞臺(tái)和學(xué)術(shù)探討的園地。該網(wǎng)站是一個(gè)實(shí)用的個(gè)人博客網(wǎng)站,集博客、留言板、鏈接于一身。該網(wǎng)站主要功能分成兩部分:包括前臺(tái)為普通用戶操作界面和后臺(tái)為管理員操作界面。普通用戶界面:未注冊(cè)用戶(訪客)可以瀏覽文章,發(fā)表評(píng)論及留言;也可以通過注冊(cè)成為該系統(tǒng)的注冊(cè)用戶,注冊(cè)用戶可以管理自己的博客、留言板、友情鏈接等,同時(shí)還可以發(fā)表新日志,上傳附件等。管理員操作界面:管理員可以對(duì)注冊(cè)的用戶進(jìn)行管理,如:添加、刪除已注冊(cè)的用戶。該網(wǎng)站基于B/S模式,在Visual Studio 2008集成開發(fā)環(huán)境下采用ASP.NET技術(shù)和C#語言,后臺(tái)數(shù)據(jù)庫使用SQL Server 2005,可滿足用戶個(gè)人信息和文章共享的需求,實(shí)現(xiàn)了用戶之間簡(jiǎn)單的信息交流。
關(guā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個(gè)人博客的概念 1
1.1.2個(gè)人博客的發(fā)展現(xiàn)狀 1
1.2 系統(tǒng)開發(fā)的意義 2
1.3系統(tǒng)研究的內(nèi)容 2
1.4開發(fā)工具及工具簡(jiǎn)介 2
1.4.1 ASP.NET語言簡(jiǎn)介 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前臺(tái) 6
2.2.2后臺(tái) 6
2.3系統(tǒng)數(shù)據(jù)流圖 7
2.4 數(shù)據(jù)庫邏輯結(jié)構(gòu)設(shè)計(jì) 8
2.4.1數(shù)據(jù)字典的定義 8
2.4.2主要數(shù)據(jù)表的結(jié)構(gòu) 8
3系統(tǒng)概要設(shè)計(jì) 12
3.1系統(tǒng)體系結(jié)構(gòu) 12
3.1.1 B/S體系結(jié)構(gòu)原理 12
3.1.2 B/S體系結(jié)構(gòu)的應(yīng)用 13
3.1.3 B/S體系結(jié)構(gòu)的優(yōu)點(diǎn) 13
3.2系統(tǒng)功能簡(jiǎn)要介紹 13
3.2.1系統(tǒng)功能模塊說明 13
3.2.2系統(tǒng)功能結(jié)構(gòu) 14
3.3 數(shù)據(jù)庫概要說明 15
3.3.1數(shù)據(jù)庫關(guān)系模型 15
3.3.2數(shù)據(jù)庫實(shí)體E-R圖 15
4系統(tǒng)詳細(xì)設(shè)計(jì) 18
4.1系統(tǒng)流程圖 18
4.2博客前臺(tái)基本頁面使用 19
4.3博客后臺(tái)基本頁面使用 24
5 系統(tǒng)測(cè)試與維護(hù) 27
5.1測(cè)試目的 27
5.2測(cè)試方法 27
5.3測(cè)試實(shí)例 27
5.3.1后臺(tái)管理權(quán)限測(cè)試 27
5.3.2前臺(tái)主頁顯示測(cè)試 28
5.3.3前臺(tái)顯示文章詳細(xì)內(nèi)容測(cè)試 28
5.3.4博客管理員登錄 28
5.3.5系統(tǒng)其他信息管理頁面的測(cè)試 29
5.4測(cè)試結(jié)論 29
5.5系統(tǒng)維護(hù) 29
5.5.1系統(tǒng)維護(hù)的內(nèi)容 29
5.5.2系統(tǒng)維護(hù)的類型 29
結(jié)語 30
參考文獻(xiàn) 31
致謝 32
附錄1: 系統(tǒng)說明 33
附錄2:項(xiàng)目重要代碼說明 35
關(guā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個(gè)人博客的概念 1
1.1.2個(gè)人博客的發(fā)展現(xiàn)狀 1
1.2 系統(tǒng)開發(fā)的意義 2
1.3系統(tǒng)研究的內(nèi)容 2
1.4開發(fā)工具及工具簡(jiǎn)介 2
1.4.1 ASP.NET語言簡(jiǎn)介 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前臺(tái) 6
2.2.2后臺(tái) 6
2.3系統(tǒng)數(shù)據(jù)流圖 7
2.4 數(shù)據(jù)庫邏輯結(jié)構(gòu)設(shè)計(jì) 8
2.4.1數(shù)據(jù)字典的定義 8
2.4.2主要數(shù)據(jù)表的結(jié)構(gòu) 8
3系統(tǒng)概要設(shè)計(jì) 12
3.1系統(tǒng)體系結(jié)構(gòu) 12
3.1.1 B/S體系結(jié)構(gòu)原理 12
3.1.2 B/S體系結(jié)構(gòu)的應(yīng)用 13
3.1.3 B/S體系結(jié)構(gòu)的優(yōu)點(diǎn) 13
3.2系統(tǒng)功能簡(jiǎn)要介紹 13
3.2.1系統(tǒng)功能模塊說明 13
3.2.2系統(tǒng)功能結(jié)構(gòu) 14
3.3 數(shù)據(jù)庫概要說明 15
3.3.1數(shù)據(jù)庫關(guān)系模型 15
3.3.2數(shù)據(jù)庫實(shí)體E-R圖 15
4系統(tǒng)詳細(xì)設(shè)計(jì) 18
4.1系統(tǒng)流程圖 18
4.2博客前臺(tái)基本頁面使用 19
4.3博客后臺(tái)基本頁面使用 24
5 系統(tǒng)測(cè)試與維護(hù) 27
5.1測(cè)試目的 27
5.2測(cè)試方法 27
5.3測(cè)試實(shí)例 27
5.3.1后臺(tái)管理權(quán)限測(cè)試 27
5.3.2前臺(tái)主頁顯示測(cè)試 28
5.3.3前臺(tái)顯示文章詳細(xì)內(nèi)容測(cè)試 28
5.3.4博客管理員登錄 28
5.3.5系統(tǒng)其他信息管理頁面的測(cè)試 29
5.4測(cè)試結(jié)論 29
5.5系統(tǒng)維護(hù) 29
5.5.1系統(tǒng)維護(hù)的內(nèi)容 29
5.5.2系統(tǒng)維護(hù)的類型 29
結(jié)語 30
參考文獻(xiàn) 31
致謝 32
附錄1: 系統(tǒng)說明 33
附錄2:項(xiàng)目重要代碼說明 35
TA們正在看...
- qsy1460-2012水平井分段壓裂工藝技術(shù)規(guī)范.pdf
- qsy1475-2012煉油化工建設(shè)項(xiàng)目竣工驗(yàn)收管理規(guī)范.pdf
- qsy1553-2012井下作業(yè)井控技術(shù)規(guī)范.pdf
- qsy1124.4-2007石油企業(yè)現(xiàn)場(chǎng)安全檢查規(guī)范第4部分:...pdf
- qsy1124.5-2007石油企業(yè)現(xiàn)場(chǎng)安全檢查規(guī)范第5部分:...pdf
- qsy1365-2011氣瓶使用安全管理規(guī)范.pdf
- 管理學(xué)資料---領(lǐng)導(dǎo)方法藝術(shù)與謀略.pdf
- 管理學(xué)資料---領(lǐng)導(dǎo)藝術(shù)與領(lǐng)導(dǎo)魅力提升.pdf
- 管理學(xué)資料---領(lǐng)導(dǎo)藝術(shù)心理學(xué).pdf
- 管理學(xué)資料---管理創(chuàng)新與領(lǐng)導(dǎo)藝術(shù).pdf