asp博客系統(tǒng)設計論文---------博客系統(tǒng)設計說明書.doc
約27頁DOC格式手機打開展開
asp博客系統(tǒng)設計論文---------博客系統(tǒng)設計說明書,摘要隨著internet的廣泛應用,動態(tài)網(wǎng)頁技術也應運而生。本文介紹了應用asp動態(tài)網(wǎng)頁技術開發(fā)博客系統(tǒng)的設計與實現(xiàn)。博客系統(tǒng)主要為用戶提供發(fā)表文章、瀏覽文章等功能,用戶通過internet可以發(fā)表一些自己撰寫的文章以和其他網(wǎng)友進行交流。博客系統(tǒng)主要實現(xiàn)了文章管理的數(shù)字化、信息化、智能化,是打破傳統(tǒng)報刊、雜志發(fā)表文章方...
內容介紹
此文檔由會員 wanli1988go 發(fā)布
摘 要
隨著Internet的廣泛應用,動態(tài)網(wǎng)頁技術也應運而生。本文介紹了應用ASP動態(tài)網(wǎng)頁技術開發(fā)博客系統(tǒng)的設計與實現(xiàn)。
博客系統(tǒng)主要為用戶提供發(fā)表文章、瀏覽文章等功能,用戶通過Internet可以發(fā)表一些自己撰寫的文章以和其他網(wǎng)友進行交流。博客系統(tǒng)主要實現(xiàn)了文章管理的數(shù)字化、信息化、智能化,是打破傳統(tǒng)報刊、雜志發(fā)表文章方式的新嘗試。
本系統(tǒng)的開發(fā)設計實現(xiàn)采用ASP技術,系統(tǒng)后臺使用SQL Server 2000數(shù)據(jù)庫.
本文對博客系統(tǒng)進行整體分析,明確了系統(tǒng)的可行性和用戶需求;根據(jù)模塊化原理,規(guī)劃設計了系統(tǒng)功能模塊;在數(shù)據(jù)庫設計部分,詳細說明了系統(tǒng)數(shù)據(jù)庫的結構和數(shù)據(jù)庫的完整性、安全性措施;程序設計則采用面向對象的程序設計思想,提出系統(tǒng)的程序設計思路,對前臺與后臺功能的程序實現(xiàn)進行了詳細論述;系統(tǒng)測試部分,具體分析測試過程中出現(xiàn)的主要問題,并提出了解決方案,實現(xiàn)系統(tǒng)功能。最后,對系統(tǒng)作以客觀、全面的評價,并對進一步改進提出了建議。
關鍵詞:博客系統(tǒng) ASP SQL Server 2000
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 SQL Server 2000 database。
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 SQL Server 2000
目 錄
一、概述 ………………………………………………………………………………………1
(一)背景介紹 ………………………………………………………………………………1
(二)開發(fā)項目的意義 ………………………………………………………………………2
(三)系統(tǒng)概述 ………………………………………………………………………………2
(四)系統(tǒng)開發(fā)的方法 ………………………………………………………………………2
二、系統(tǒng)分析 …………………………………………………………………………………3
(一)可行性分析 ……………………………………………………………………………3
(二)需求分析 ………………………………………………………………………………4
(三)系統(tǒng)開發(fā)平臺 …………………………………………………………………………4
三、總體設計 …………………………………………………………………………………4
(一)項目規(guī)劃 ………………………………………………………………………………4
(二)系統(tǒng)功能結構圖 ………………………………………………………………………4
四、系統(tǒng)設計 …………………………………………………………………………………5
(一)設計目標 ………………………………………………………………………………5
(二)邏輯結構設計 …………………………………………………………………………6
五、公共文件設計 ……………………………………………………………………………8
(一)系統(tǒng)配置文件 …………………………………………………………………………8
(二)數(shù)據(jù)庫鏈接文件 ………………………………………………………………………8
(三)公共函數(shù)文件 …………………………………………………………………………9
(四)CSS樣式文件 ……………………………………………………………………… 11
(五)xmlthhprequest對象文件……………………………………………………………12
六、前臺主要功能模塊詳細設計……………………………………………………………12
七、文章模塊設計……………………………………………………………………………13
八、相冊模塊設計……………………………………………………………………………16
九、音頻點播模塊設計………………………………………………………………………20
十、視頻播放模塊設計………………………………………………………………………23
十一、后臺主要功能模塊詳細設計…………………………………………………………25
十二、管理員登陸模塊設計…………………………………………………………………25
十三、后臺主頁模塊設計……………………………………………………………………28
十四、文章管理模塊設計……………………………………………………………………30
十五、圖片上傳模塊設計……………………………………………………………………38
十六、程序調試與錯誤處理…………………………………………………………………47
(一)獲取文章路徑錯誤(upfile.asp)…………………………………………………47
(二)頁面不刷新………………………………………………..
隨著Internet的廣泛應用,動態(tài)網(wǎng)頁技術也應運而生。本文介紹了應用ASP動態(tài)網(wǎng)頁技術開發(fā)博客系統(tǒng)的設計與實現(xiàn)。
博客系統(tǒng)主要為用戶提供發(fā)表文章、瀏覽文章等功能,用戶通過Internet可以發(fā)表一些自己撰寫的文章以和其他網(wǎng)友進行交流。博客系統(tǒng)主要實現(xiàn)了文章管理的數(shù)字化、信息化、智能化,是打破傳統(tǒng)報刊、雜志發(fā)表文章方式的新嘗試。
本系統(tǒng)的開發(fā)設計實現(xiàn)采用ASP技術,系統(tǒng)后臺使用SQL Server 2000數(shù)據(jù)庫.
本文對博客系統(tǒng)進行整體分析,明確了系統(tǒng)的可行性和用戶需求;根據(jù)模塊化原理,規(guī)劃設計了系統(tǒng)功能模塊;在數(shù)據(jù)庫設計部分,詳細說明了系統(tǒng)數(shù)據(jù)庫的結構和數(shù)據(jù)庫的完整性、安全性措施;程序設計則采用面向對象的程序設計思想,提出系統(tǒng)的程序設計思路,對前臺與后臺功能的程序實現(xiàn)進行了詳細論述;系統(tǒng)測試部分,具體分析測試過程中出現(xiàn)的主要問題,并提出了解決方案,實現(xiàn)系統(tǒng)功能。最后,對系統(tǒng)作以客觀、全面的評價,并對進一步改進提出了建議。
關鍵詞:博客系統(tǒng) ASP SQL Server 2000
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 SQL Server 2000 database。
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 SQL Server 2000
目 錄
一、概述 ………………………………………………………………………………………1
(一)背景介紹 ………………………………………………………………………………1
(二)開發(fā)項目的意義 ………………………………………………………………………2
(三)系統(tǒng)概述 ………………………………………………………………………………2
(四)系統(tǒng)開發(fā)的方法 ………………………………………………………………………2
二、系統(tǒng)分析 …………………………………………………………………………………3
(一)可行性分析 ……………………………………………………………………………3
(二)需求分析 ………………………………………………………………………………4
(三)系統(tǒng)開發(fā)平臺 …………………………………………………………………………4
三、總體設計 …………………………………………………………………………………4
(一)項目規(guī)劃 ………………………………………………………………………………4
(二)系統(tǒng)功能結構圖 ………………………………………………………………………4
四、系統(tǒng)設計 …………………………………………………………………………………5
(一)設計目標 ………………………………………………………………………………5
(二)邏輯結構設計 …………………………………………………………………………6
五、公共文件設計 ……………………………………………………………………………8
(一)系統(tǒng)配置文件 …………………………………………………………………………8
(二)數(shù)據(jù)庫鏈接文件 ………………………………………………………………………8
(三)公共函數(shù)文件 …………………………………………………………………………9
(四)CSS樣式文件 ……………………………………………………………………… 11
(五)xmlthhprequest對象文件……………………………………………………………12
六、前臺主要功能模塊詳細設計……………………………………………………………12
七、文章模塊設計……………………………………………………………………………13
八、相冊模塊設計……………………………………………………………………………16
九、音頻點播模塊設計………………………………………………………………………20
十、視頻播放模塊設計………………………………………………………………………23
十一、后臺主要功能模塊詳細設計…………………………………………………………25
十二、管理員登陸模塊設計…………………………………………………………………25
十三、后臺主頁模塊設計……………………………………………………………………28
十四、文章管理模塊設計……………………………………………………………………30
十五、圖片上傳模塊設計……………………………………………………………………38
十六、程序調試與錯誤處理…………………………………………………………………47
(一)獲取文章路徑錯誤(upfile.asp)…………………………………………………47
(二)頁面不刷新………………………………………………..