【正文】
畢業(yè)設(shè)計(論文)中文摘要 基于 ASP 的博客網(wǎng)站設(shè)計與實現(xiàn) 摘 要: 博客 簡單來說就是 “ 網(wǎng)絡(luò)日記 ”,本課題研究的博客網(wǎng)站就是可以讓用戶零成本、較少維護地創(chuàng)建自己的網(wǎng)絡(luò)媒體。本課題開發(fā)實現(xiàn)博客的通用功能:發(fā)表日志,上傳圖片,管理博客,閱讀博客,發(fā)表評論等幾大功能。另外系統(tǒng)頁面風格的可變性是本博客系統(tǒng)一大優(yōu)勢。 本課題遵循了“放眼于系統(tǒng),按功能分快”的原則,巧妙地將開發(fā)一個完整的博客網(wǎng)站的過程分解成各個模塊,然后逐一的實現(xiàn)各個功能模塊,最后把所有的模塊連在一起就構(gòu)成了一個完整的博客系統(tǒng)。 本 系統(tǒng)的頁面設(shè)計主要是在 Dreamweaver 環(huán)境下完成的,通過引入 ASP 技術(shù)和數(shù)據(jù)庫技術(shù)使得博客系統(tǒng)的動態(tài)功能得以很好的實現(xiàn),本系統(tǒng)的成功開發(fā)可以說是 Dreamweaver結(jié)合 ASP 技術(shù)開發(fā)動態(tài)網(wǎng)站的成功體現(xiàn)。 關(guān)鍵詞: 博客 ASP 數(shù)據(jù)庫 Dreamweaver 畢業(yè)設(shè)計(論文)外文摘要 The Design and Realization of Blog Website Based on ASP Abstract: This project studies a web blog, with which users can create their own web media without any cost and any maintenance. It develops and realizes monplace functions of a blog, such as publishing blogs, uploading pictures, administrating blogs, reading blogs, publishing ments and so forth. This project goes with the principle that we regard the system as a whole but break up the whole into parts when realizing it. So we divide the whole system into several parts called modules and then we develop the system one by one and finally we bine all the parts together and get a plete blog system. The system is developed mainly with Dreamweaver. And with the adoption of database technology and ASP, dynamic functions of the blog system perfectly e true. We can see the successful development of this system as a reflection of excellent bination of Dreamweaver and ASP technology when developing dynamic websites. Keywords: blog。 ASP。 database。 Dreamweaver 目 錄 1 引言 ..................................................................... 5 課題的研究背景與意義 ............................................... 5 課題的研究背景 ................................................ 5 課題的研究意義 ................................................ 5 問題定義和簡介 ..................................................... 5 課題的定義 .................................................... 5 課題簡介 ...................................................... 6 課題調(diào)研與可行性分析 ............................................... 6 課題調(diào)研 ...................................................... 6 可行性分析 .................................................... 7 論文各章內(nèi)容介紹 ................................................... 7 2 系統(tǒng)需求分析 ............................................................. 9 需求調(diào)研 ........................................................... 9 業(yè)務(wù)流程分析 ....................................................... 9 系統(tǒng)數(shù)據(jù)流圖 ...................................................... 10 系統(tǒng)功能需求分析 .................................................. 11 功能劃分 ..................................................... 11 功能描述 ..................................................... 12 系統(tǒng)功能需求分析 .................................................. 13 創(chuàng)建用例圖 ................................................... 13 詳細描述用例 ................................................. 14 數(shù)據(jù)字典 .......................................................... 17 3 系統(tǒng)設(shè)計 ................................................................ 21 系統(tǒng)總體結(jié)構(gòu)設(shè)計 .................................................. 21 系統(tǒng)數(shù)據(jù)模型設(shè)計 .................................................. 23 數(shù)據(jù)庫表的設(shè)計 .................................................... 26 系統(tǒng)開發(fā)與運行環(huán)境確定 ............................................ 29 系統(tǒng)開發(fā)環(huán)境 ................................................. 29 系統(tǒng)運行環(huán)境 ................................................. 30 系統(tǒng)實現(xiàn)的若干關(guān)鍵技術(shù) ............................................ 30 UML 建模技術(shù) ................................................. 30 ASP 與 IIS 技術(shù) ............................................... 31 利用 ADO訪問數(shù)據(jù)庫技術(shù) ....................................... 32 4 數(shù)據(jù)庫連接函數(shù) .......................................................... 35 5 詳細設(shè)計 ................................................................ 36 系統(tǒng)登錄模塊模塊簡介 .............................................. 36 模塊體系結(jié)構(gòu) ...................................................... 36 運行圖 ............................................................ 38 設(shè)計說明 .......................................................... 38 新用戶注冊子模塊 ............................................. 38 管理員登陸子模塊 ............................................. 40 6 博客管理系統(tǒng)模塊 ........................................................ 42 6. 1 博客管理子模塊 ................................................... 43 模塊簡介 ..................................................... 43 模塊體系結(jié)構(gòu) ................................................. 43 設(shè)計說明 ..................................................... 43 6. 2 系統(tǒng)管理子模塊 ................................................... 46 模塊簡介 ..................................................... 46 模塊體系結(jié)構(gòu) ................................................. 46 設(shè)計說明 ..................................................... 47 7 博客瀏覽系統(tǒng)模塊 ........................................................ 50 7. 1 博客瀏覽模塊 ..................................................... 50 模塊簡介 ..................................................... 50 模塊體系結(jié)構(gòu) ................................................. 51 運行流程 ..................................................... 51 設(shè)計說明 ..................................................... 51 訪問量統(tǒng)計模塊 .................................................... 52 8 用戶 手冊 ................................................................ 53 8. 1 系統(tǒng)運行環(huán)境 ..................................................... 53 硬件要求 ..................................................... 53 軟件環(huán)境 ..................................................... 53 8. 2 系統(tǒng)的安裝 ....................................................... 53 8. 3 系統(tǒng)頁面及其功能 ................................................. 53 8. 4 系