asp.net動(dòng)態(tài)網(wǎng)頁技術(shù)開發(fā)博客系統(tǒng)的設(shè)計(jì)與實(shí)現(xiàn)+畢業(yè)設(shè)計(jì).rar
asp.net動(dòng)態(tài)網(wǎng)頁技術(shù)開發(fā)博客系統(tǒng)的設(shè)計(jì)與實(shí)現(xiàn)+畢業(yè)設(shè)計(jì),本資料是我辛苦幾個(gè)月做的完整畢業(yè)設(shè)計(jì)作品,內(nèi)容完整,確保原創(chuàng),您可以放心下載使用!摘 要隨著internet的廣泛應(yīng)用,動(dòng)態(tài)網(wǎng)頁技術(shù)也應(yīng)運(yùn)而生。本文介紹了應(yīng)用asp動(dòng)態(tài)網(wǎng)頁技術(shù)開發(fā)博客系統(tǒng)的設(shè)計(jì)與實(shí)現(xiàn)。博客系統(tǒng)主要為用戶提供發(fā)表文章、瀏覽文章等功能,用戶通過i...
該文檔為壓縮文件,包含的文件列表如下:
內(nèi)容介紹
原文檔由會(huì)員 bshhty 發(fā)布asp.net動(dòng)態(tài)網(wǎng)頁技術(shù)開發(fā)博客系統(tǒng)的設(shè)計(jì)與實(shí)現(xiàn)+畢業(yè)設(shè)計(jì)
本資料是我辛苦幾個(gè)月做的完整畢業(yè)設(shè)計(jì)作品,內(nèi)容完整,確保原創(chuàng),您可以放心下載使用!
摘 要
隨著Internet的廣泛應(yīng)用,動(dòng)態(tài)網(wǎng)頁技術(shù)也應(yīng)運(yùn)而生。本文介紹了應(yīng)用ASP動(dòng)態(tài)網(wǎng)頁技術(shù)開發(fā)博客系統(tǒng)的設(shè)計(jì)與實(shí)現(xiàn)。
博客系統(tǒng)主要為用戶提供發(fā)表文章、瀏覽文章等功能,用戶通過Internet可以發(fā)表一些自己撰寫的文章以和其他網(wǎng)友進(jìn)行交流。博客系統(tǒng)主要實(shí)現(xiàn)了文章管理的數(shù)字化、信息化、智能化,是打破傳統(tǒng)報(bào)刊、雜志發(fā)表文章方式的新嘗試。
本系統(tǒng)的開發(fā)設(shè)計(jì)實(shí)現(xiàn)采用ASP技術(shù),系統(tǒng)后臺(tái)使用Microsoft的Access 2000數(shù)據(jù)庫,并通過使用ODBC技術(shù)訪問。
本文對博客系統(tǒng)進(jìn)行整體分析,明確了系統(tǒng)的可行性和用戶需求;根據(jù)模塊化原理,規(guī)劃設(shè)計(jì)了系統(tǒng)功能模塊;在數(shù)據(jù)庫設(shè)計(jì)部分,詳細(xì)說明了系統(tǒng)數(shù)據(jù)庫的結(jié)構(gòu)和數(shù)據(jù)庫的完整性、安全性措施;程序設(shè)計(jì)則采用面向?qū)ο蟮某绦蛟O(shè)計(jì)思想,提出系統(tǒng)的程序設(shè)計(jì)思路,對前臺(tái)與后臺(tái)功能的程序?qū)崿F(xiàn)進(jìn)行了詳細(xì)論述;系統(tǒng)測試部分,具體分析測試過程中出現(xiàn)的主要問題,并提出了解決方案,實(shí)現(xiàn)系統(tǒng)功能。最后,對系統(tǒng)作以客觀、全面的評價(jià),并對進(jìn)一步改進(jìn)提出了建議。
關(guān)鍵字:博客ASP Access 2000 ODBC
ABSTRACT
With the extensive application of the Internet, dynamic web technology has emerged. This text describes the application of ASP dynamic web technology and development the blog system.
Blog system 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 system 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 make a new way to try.
The system is designed by ASP technology, backstage adoption Access 2000 database,and use the ODBC technology to visit.
In this text,it analysis the blog system by feasibility and the demand of the user. Under the modular theory, planning and design of the system 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, system design ideas, background for the future and function of the program in detail; System testing, Analysis of the specific course of testing the key issues and proposed solutions to achieve system function. Finally, the system in an objective, comprehensive eva luation, as well as further improvements made.
Key words: blog ASP Access 2000 ODBC
目 錄
第一章 系統(tǒng)概述 1
1.1 項(xiàng)目背景 1
1.2 系統(tǒng)開發(fā)的意義 2
1.2.1發(fā)布想法 2
1.2.2博客的用途 2
1.3 系統(tǒng)開發(fā)的目標(biāo) 2
1.3.1任何擁有博客的人都可以做到 2
1.3.2 訪問博客系統(tǒng)的人,可以做到 3
1.4系統(tǒng)概述 3
1.5 系統(tǒng)的開發(fā)方法 3
第二章 系統(tǒng)分析 6
2.1 可行性分析 6
2.2 需求分析 6
2.2.1 管理員登錄 6
2.2.2 文章管理 7
2.2.3 系統(tǒng)信息管理 7
2.3 系統(tǒng)的主要技術(shù)分析 7
2.3.1 ASP技術(shù)概論 7
2.3.2 ASP工作原理 8
2.3.3 ODBC技術(shù) 8
2.3.4 硬件設(shè)備及操作系統(tǒng) 9
2.3.5 系統(tǒng)開發(fā)平臺(tái) 9
2.4 數(shù)據(jù)分析 9
2.5 數(shù)據(jù)流圖 9
第三章 數(shù)據(jù)庫設(shè)計(jì) 11
3.1 數(shù)據(jù)庫技術(shù)概述 11
3.2 數(shù)據(jù)庫選擇 11
3.3 數(shù)據(jù)庫的概念結(jié)構(gòu)設(shè)計(jì) 13
3.3.1 實(shí)體與屬性之間的關(guān)系 13
3.3.2 數(shù)據(jù)庫的E-R圖 13
3.4 數(shù)據(jù)庫邏輯結(jié)構(gòu)設(shè)計(jì) 15
3.5 數(shù)據(jù)庫的完整性和安全性 16
3.5.1 數(shù)據(jù)庫的完整性約束 16
3.5.2 數(shù)據(jù)庫的安全性 17
第四章 系統(tǒng)設(shè)計(jì) 18
4.1系統(tǒng)總體設(shè)計(jì) 18
4.2公用模塊的編寫 19
4.2.1數(shù)據(jù)庫連接文件 19
4.2.2用戶登錄和注銷 19
4.2.3地址欄和博客主題設(shè)置 19
4.3客戶界面的設(shè)計(jì)與實(shí)現(xiàn) 19
4.3.1 界面頭設(shè)計(jì) 19
4.3.2 界面尾設(shè)計(jì) 20
4.3.3 首頁設(shè)計(jì)與實(shí)現(xiàn) 20
4.3.4用戶注冊模塊設(shè)計(jì) 21
4.3.5給我留言模塊 22
4.3.6“文章評論”功能模塊設(shè)計(jì) 22
4.4后臺(tái)管理界面設(shè)計(jì) 22
4.4.1“添加分類”功能模塊 22
4.4.2“分類管理”功能模塊 23
4.4.3“添加文章”功能模塊 23
4.4.4“文章管理”功能模塊 24
4.4.5“留言管理”功能模塊 24
4.4.6“基本設(shè)置”功能模塊 25
4.4.7管理員密碼模塊 25
4.4.8系統(tǒng)管理模塊 26
第五章 系統(tǒng)測試 27
5.1 測試目的 27
5.2 測試方法 27
5.3 測試實(shí)例 27
5.3.1 后臺(tái)管理權(quán)限測試 27
5.3.2 前臺(tái)文章顯示測試 27
5.3.3 前臺(tái)顯示文章詳細(xì)內(nèi)容測試 28
5.3.4 管理員登陸 28
5.3.5 后臺(tái)管理權(quán)限測試 28
5.3.6 文章管理 29
5.3.7 系統(tǒng)信息管理 31
結(jié) 論 32
謝 辭 33
參考文獻(xiàn) 34
附 錄 35
附錄一 軟件使用說明書 35
附錄二 源代碼 36
TA們正在看...
- 辦公室工作總結(jié)辦公室工作的年終總結(jié)范文.doc
- 辦公室工作總結(jié)辦公室年工作總結(jié).doc
- 辦公室工作總結(jié)辦公室年工作總結(jié)及工作計(jì)劃.doc
- 辦公室工作總結(jié)辦公室年工作總結(jié)匯報(bào).doc
- 辦公室工作總結(jié)辦公室年工作總結(jié)范文推薦.doc
- 辦公室工作總結(jié)辦公室年末工作總結(jié).doc
- 辦公室工作總結(jié)辦公室年終個(gè)人工作總結(jié)范文.doc
- 辦公室工作總結(jié)辦公室年終工作總結(jié)與計(jì)劃.doc
- 辦公室工作總結(jié)辦公室年終工作總結(jié)例文.doc
- 辦公室工作總結(jié)辦公室年終工作總結(jié)及計(jì)劃.doc