国产精品婷婷久久久久久,国产精品美女久久久浪潮av,草草国产,人妻精品久久无码专区精东影业

畢業(yè)論文 asp個(gè)人博客網(wǎng)站.doc

約33頁DOC格式手機(jī)打開展開

畢業(yè)論文 asp個(gè)人博客網(wǎ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ā)表文章...
編號(hào):20-198534大小:619.00K
分類: 論文>計(jì)算機(jī)論文

內(nèi)容介紹

此文檔由會(huì)員 ljjwl8321 發(fā)布

摘 要

隨著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)以ASP.NET為開發(fā)技術(shù),使用C#為開發(fā)語言,采用Web展示層和SQLserver 2000數(shù)據(jù)庫兩層架構(gòu)模式同時(shí)采用MVC開發(fā)模式,實(shí)現(xiàn)Blog網(wǎng)站的動(dòng)態(tài)管理,使得對(duì)Blog信息的管理更加及時(shí)、高效,提高了工作效率。
本文對(duì)博客系統(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ì)思路,對(duì)前臺(tái)與后臺(tái)功能的程序?qū)崿F(xiàn)進(jìn)行了詳細(xì)論述;系統(tǒng)測(cè)試部分,具體分析測(cè)試過程中出現(xiàn)的主要問題,并提出了解決方案,實(shí)現(xiàn)系統(tǒng)功能。最后,對(duì)系統(tǒng)作以客觀、全面的評(píng)價(jià),并對(duì)進(jìn)一步改進(jìn)提出了建議。

關(guān)鍵詞:Blog,ASP.NET,C+,SQLserver
















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.
This system take ASP.NET as the development technology, uses C# is the development language, uses the Web demonstration level and the SQLserver 2000 database two-tier system pattern simultaneously uses the MVC development pattern, realizes the Blog website dynamic management, causes to be even more prompt to the Blog information management, highly effective, raised the working efficiency.
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 word: Blog, ASP.NET, C#, SQLserve








目錄

第一章 引言 8
1.1系統(tǒng)開發(fā)背景 8
1.2 課題研究的意義 9
1.3系統(tǒng)概述 9
第二章 博客系統(tǒng)開發(fā)技術(shù) 11
2.1可行性分析 11
2.2 需求分析 11
2.3 ASP.NET技術(shù)概論 11
2.4 ASP工作原理 12
2.5 MVC開發(fā)模式 13
2.6 Ajax介紹 13
2.6.1什么是Ajax 13
2.6.2 Ajax相關(guān)技術(shù)介紹 14
2.6.3 Ajax技術(shù)在系統(tǒng)中的應(yīng)用 14
2.7 數(shù)據(jù)庫選擇 15
2.7.1 數(shù)據(jù)分析 15
2.7.2 SQL SERVER 2000 15
2.7.3 ADO.NET 16
2.8 ASP.NET配置 17
2.9 XML 17
第三章 博客系統(tǒng)分析 18
3.1 系統(tǒng)設(shè)計(jì)方案 18
3.2 系統(tǒng)功能模塊 18
3.3 數(shù)據(jù)庫需求分析 19
3.4 系統(tǒng)操作流程 20
3.5 數(shù)據(jù)表設(shè)計(jì) 20
3.6 數(shù)據(jù)庫的完整性和安全性 23
3.6.1 數(shù)據(jù)庫的完整性約束 23
3.6.2 數(shù)據(jù)庫的安全性 24
第四章 博客系統(tǒng)設(shè)計(jì) 25
4.1后臺(tái)功能模塊詳細(xì)設(shè)計(jì) 25
4.1.1用戶注冊(cè)模塊設(shè)計(jì) 25
4.1.2 身份驗(yàn)證 25
4.1.3 后臺(tái)文章添加管理 26
4.1.4 后臺(tái)文章類別管理 27
4.2前臺(tái)功能模塊詳細(xì)設(shè)計(jì) 28
4.2.1前臺(tái)主界面 28
4.2.2 “文章評(píng)論”功能模塊設(shè)計(jì) 29
4.2.3“文章管理”功能模塊 30
4.2.4 在線聊天登錄界面模塊 30
4.2.5 在線聊天模塊 31
4.3系統(tǒng)管理模塊 32
第五章 結(jié)論 34
5.1 不足之處與改進(jìn) 34
5.1.1 權(quán)限分配 34
5.1.2 界面美觀化 34
5.2 結(jié)論 34
致 謝 35
參考文獻(xiàn) 36