特级做A爰片毛片免费69,永久免费AV无码不卡在线观看,国产精品无码av地址一,久久无码色综合中文字幕

博客系統(tǒng)畢業(yè)設(shè)計(jì)論文+代碼.rar

RAR格式版權(quán)申訴手機(jī)打開展開

博客系統(tǒng)畢業(yè)設(shè)計(jì)論文+代碼,(內(nèi)含完整源代碼)摘 要隨著internet的廣泛應(yīng)用,動(dòng)態(tài)網(wǎng)頁(yè)技術(shù)也應(yīng)運(yùn)而生。本文介紹了應(yīng)用asp動(dòng)態(tài)網(wǎng)頁(yè)技術(shù)開發(fā)博客系統(tǒng)的設(shè)計(jì)與實(shí)現(xiàn)。博客系統(tǒng)主要為用戶提供發(fā)表文章、瀏覽文章等功能,用戶通過(guò)internet可以發(fā)表一些自己撰寫的文章以和其他網(wǎng)友進(jìn)行交流。博客系統(tǒng)主要實(shí)現(xiàn)了文章管理的數(shù)字化、信息化、智能化,是打破傳統(tǒng)...
編號(hào):75-20694大小:441.86K
分類: 論文>計(jì)算機(jī)論文

該文檔為壓縮文件,包含的文件列表如下:

內(nèi)容介紹

原文檔由會(huì)員 從頭再來(lái) 發(fā)布

(內(nèi)含完整源代碼)
摘 要

隨著Internet的廣泛應(yīng)用,動(dòng)態(tài)網(wǎng)頁(yè)技術(shù)也應(yīng)運(yùn)而生。本文介紹了應(yīng)用ASP動(dòng)態(tài)網(wǎng)頁(yè)技術(shù)開發(fā)博客系統(tǒng)的設(shè)計(jì)與實(shí)現(xiàn)。
博客系統(tǒng)主要為用戶提供發(fā)表文章、瀏覽文章等功能,用戶通過(guò)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ù)庫(kù),并通過(guò)使用ODBC技術(shù)訪問(wèn)。
本文對(duì)博客系統(tǒng)進(jìn)行整體分析,明確了系統(tǒng)的可行性和用戶需求;根據(jù)模塊化原理,規(guī)劃設(shè)計(jì)了系統(tǒng)功能模塊;在數(shù)據(jù)庫(kù)設(shè)計(jì)部分,詳細(xì)說(shuō)明了系統(tǒng)數(shù)據(jù)庫(kù)的結(jié)構(gòu)和數(shù)據(jù)庫(kù)的完整性、安全性措施;程序設(shè)計(jì)則采用面向?qū)ο蟮某绦蛟O(shè)計(jì)思想,提出系統(tǒng)的程序設(shè)計(jì)思路,對(duì)前臺(tái)與后臺(tái)功能的程序?qū)崿F(xiàn)進(jìn)行了詳細(xì)論述;系統(tǒng)測(cè)試部分,具體分析測(cè)試過(guò)程中出現(xiàn)的主要問(wèn)題,并提出了解決方案,實(shí)現(xiàn)系統(tǒng)功能。最后,對(duì)系統(tǒng)作以客觀、全面的評(píng)價(jià),并對(duì)進(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 訪問(wèn)博客系統(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ù)庫(kù)設(shè)計(jì) 11
3.1 數(shù)據(jù)庫(kù)技術(shù)概述 11
3.2 數(shù)據(jù)庫(kù)選擇 11
3.3 數(shù)據(jù)庫(kù)的概念結(jié)構(gòu)設(shè)計(jì) 13
3.3.1 實(shí)體與屬性之間的關(guān)系 13
3.3.2 數(shù)據(jù)庫(kù)的E-R圖 13
3.4 數(shù)據(jù)庫(kù)邏輯結(jié)構(gòu)設(shè)計(jì) 15
3.5 數(shù)據(jù)庫(kù)的完整性和安全性 16
3.5.1 數(shù)據(jù)庫(kù)的完整性約束 16
3.5.2 數(shù)據(jù)庫(kù)的安全性 17
第四章 系統(tǒng)設(shè)計(jì) 18
4.1系統(tǒng)總體設(shè)計(jì) 18
4.2公用模塊的編寫 19
4.2.1數(shù)據(jù)庫(kù)連接文件 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 首頁(yè)設(shè)計(jì)與實(shí)現(xiàn) 20
4.3.4用戶注冊(cè)模塊設(shè)計(jì) 21
4.3.5給我留言模塊 22
4.3.6“文章評(píng)論”功能模塊設(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)測(cè)試 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è)試 27
5.3.3 前臺(tái)顯示文章詳細(xì)內(nèi)容測(cè)試 28
5.3.4 管理員登陸 28
5.3.5 后臺(tái)管理權(quán)限測(cè)試 28
5.3.6 文章管理 29
5.3.7 系統(tǒng)信息管理 31
結(jié) 論 32
參考文獻(xiàn) 34
附 錄 35
附錄一 軟件使用說(shuō)明書 35
附錄二 源代碼 36


參考文獻(xiàn)
[1] 鄧文淵,趁俊榮等.ASP與網(wǎng)絡(luò)數(shù)據(jù)庫(kù)技術(shù)[M].北京:中國(guó)鐵道出版社.2003
[2] 李嚴(yán),于亞芳,王園輝.ASP數(shù)據(jù)庫(kù)開發(fā)實(shí)例解析[M].北京:機(jī)械工業(yè)出版社.2004
[3] 龍馬工作室.ASP+Access組建動(dòng)態(tài)網(wǎng)站實(shí)例精講[M].北京:人民郵電出版社.2005
[4] 廖疆星等.Access 2002數(shù)據(jù)庫(kù)開發(fā)指南[M].北京:冶金工業(yè)出版社.2001
[5] AbrahamSilberchatz.DatabaseSystemComcepts,FourthEdition[M].北京:機(jī)械工業(yè)出版社.2003
[6] 李香敏. ACCESS 2000編程員指南 .北京希望電子出版社.2004
[7] 張海藩.軟件工程導(dǎo)論(第三版)[M]. 北京:清華大學(xué)出版社.2003
[8] 武延軍,趙彬.精通asp網(wǎng)絡(luò)編程人民郵電出版社,2001.5
[9] 衛(wèi)振林,裴拯等. ASP程序設(shè)計(jì)與應(yīng)用. 北京機(jī)械工業(yè)出版社.2005
[10] 陳紅. 數(shù)據(jù)庫(kù)系統(tǒng)原理教程. 清華大學(xué)出版社. 2000 
[11] 裴拯.ASP實(shí)用教程[M].北京理工大學(xué)出版社,2005
[12] 廖疆星等.Access 2002數(shù)據(jù)庫(kù)開發(fā)指南[M].北京:冶金工業(yè)出版社.2001
[13]曾東,曾文權(quán). Web開發(fā)技術(shù)-ASP[M].清華大學(xué)出版社,2007
[14]趙家俊.數(shù)據(jù)庫(kù)應(yīng)用基礎(chǔ)[M]. 電子工業(yè)出版社,2006
[15]李香敏. ACCESS 2000編程員指南[M] .北京希望電子出版社.2004