畢業(yè)論文 asp個人博客網站.doc
約33頁DOC格式手機打開展開
畢業(yè)論文 asp個人博客網站,摘 要隨著internet的廣泛應用,動態(tài)網頁技術也應運而生。本文介紹了應用asp動態(tài)網頁技術開發(fā)博客系統(tǒng)的設計與實現。博客系統(tǒng)主要為用戶提供發(fā)表文章、瀏覽文章等功能,用戶通過internet可以發(fā)表一些自己撰寫的文章以和其他網友進行交流。博客系統(tǒng)主要實現了文章管理的數字化、信息化、智能化,是打破傳統(tǒng)報刊、雜志發(fā)表文章...


內容介紹
此文檔由會員 ljjwl8321 發(fā)布
摘 要
隨著Internet的廣泛應用,動態(tài)網頁技術也應運而生。本文介紹了應用ASP動態(tài)網頁技術開發(fā)博客系統(tǒng)的設計與實現。
博客系統(tǒng)主要為用戶提供發(fā)表文章、瀏覽文章等功能,用戶通過Internet可以發(fā)表一些自己撰寫的文章以和其他網友進行交流。博客系統(tǒng)主要實現了文章管理的數字化、信息化、智能化,是打破傳統(tǒng)報刊、雜志發(fā)表文章方式的新嘗試。
該系統(tǒng)以ASP.NET為開發(fā)技術,使用C#為開發(fā)語言,采用Web展示層和SQLserver 2000數據庫兩層架構模式同時采用MVC開發(fā)模式,實現Blog網站的動態(tài)管理,使得對Blog信息的管理更加及時、高效,提高了工作效率。
本文對博客系統(tǒng)進行整體分析,明確了系統(tǒng)的可行性和用戶需求;根據模塊化原理,規(guī)劃設計了系統(tǒng)功能模塊;在數據庫設計部分,詳細說明了系統(tǒng)數據庫的結構和數據庫的完整性、安全性措施;程序設計則采用面向對象的程序設計思想,提出系統(tǒng)的程序設計思路,對前臺與后臺功能的程序實現進行了詳細論述;系統(tǒng)測試部分,具體分析測試過程中出現的主要問題,并提出了解決方案,實現系統(tǒng)功能。最后,對系統(tǒng)作以客觀、全面的評價,并對進一步改進提出了建議。
關鍵詞: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ā)技術 11
2.1可行性分析 11
2.2 需求分析 11
2.3 ASP.NET技術概論 11
2.4 ASP工作原理 12
2.5 MVC開發(fā)模式 13
2.6 Ajax介紹 13
2.6.1什么是Ajax 13
2.6.2 Ajax相關技術介紹 14
2.6.3 Ajax技術在系統(tǒng)中的應用 14
2.7 數據庫選擇 15
2.7.1 數據分析 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)設計方案 18
3.2 系統(tǒng)功能模塊 18
3.3 數據庫需求分析 19
3.4 系統(tǒng)操作流程 20
3.5 數據表設計 20
3.6 數據庫的完整性和安全性 23
3.6.1 數據庫的完整性約束 23
3.6.2 數據庫的安全性 24
第四章 博客系統(tǒng)設計 25
4.1后臺功能模塊詳細設計 25
4.1.1用戶注冊模塊設計 25
4.1.2 身份驗證 25
4.1.3 后臺文章添加管理 26
4.1.4 后臺文章類別管理 27
4.2前臺功能模塊詳細設計 28
4.2.1前臺主界面 28
4.2.2 “文章評論”功能模塊設計 29
4.2.3“文章管理”功能模塊 30
4.2.4 在線聊天登錄界面模塊 30
4.2.5 在線聊天模塊 31
4.3系統(tǒng)管理模塊 32
第五章 結論 34
5.1 不足之處與改進 34
5.1.1 權限分配 34
5.1.2 界面美觀化 34
5.2 結論 34
致 謝 35
參考文獻 36
隨著Internet的廣泛應用,動態(tài)網頁技術也應運而生。本文介紹了應用ASP動態(tài)網頁技術開發(fā)博客系統(tǒng)的設計與實現。
博客系統(tǒng)主要為用戶提供發(fā)表文章、瀏覽文章等功能,用戶通過Internet可以發(fā)表一些自己撰寫的文章以和其他網友進行交流。博客系統(tǒng)主要實現了文章管理的數字化、信息化、智能化,是打破傳統(tǒng)報刊、雜志發(fā)表文章方式的新嘗試。
該系統(tǒng)以ASP.NET為開發(fā)技術,使用C#為開發(fā)語言,采用Web展示層和SQLserver 2000數據庫兩層架構模式同時采用MVC開發(fā)模式,實現Blog網站的動態(tài)管理,使得對Blog信息的管理更加及時、高效,提高了工作效率。
本文對博客系統(tǒng)進行整體分析,明確了系統(tǒng)的可行性和用戶需求;根據模塊化原理,規(guī)劃設計了系統(tǒng)功能模塊;在數據庫設計部分,詳細說明了系統(tǒng)數據庫的結構和數據庫的完整性、安全性措施;程序設計則采用面向對象的程序設計思想,提出系統(tǒng)的程序設計思路,對前臺與后臺功能的程序實現進行了詳細論述;系統(tǒng)測試部分,具體分析測試過程中出現的主要問題,并提出了解決方案,實現系統(tǒng)功能。最后,對系統(tǒng)作以客觀、全面的評價,并對進一步改進提出了建議。
關鍵詞: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ā)技術 11
2.1可行性分析 11
2.2 需求分析 11
2.3 ASP.NET技術概論 11
2.4 ASP工作原理 12
2.5 MVC開發(fā)模式 13
2.6 Ajax介紹 13
2.6.1什么是Ajax 13
2.6.2 Ajax相關技術介紹 14
2.6.3 Ajax技術在系統(tǒng)中的應用 14
2.7 數據庫選擇 15
2.7.1 數據分析 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)設計方案 18
3.2 系統(tǒng)功能模塊 18
3.3 數據庫需求分析 19
3.4 系統(tǒng)操作流程 20
3.5 數據表設計 20
3.6 數據庫的完整性和安全性 23
3.6.1 數據庫的完整性約束 23
3.6.2 數據庫的安全性 24
第四章 博客系統(tǒng)設計 25
4.1后臺功能模塊詳細設計 25
4.1.1用戶注冊模塊設計 25
4.1.2 身份驗證 25
4.1.3 后臺文章添加管理 26
4.1.4 后臺文章類別管理 27
4.2前臺功能模塊詳細設計 28
4.2.1前臺主界面 28
4.2.2 “文章評論”功能模塊設計 29
4.2.3“文章管理”功能模塊 30
4.2.4 在線聊天登錄界面模塊 30
4.2.5 在線聊天模塊 31
4.3系統(tǒng)管理模塊 32
第五章 結論 34
5.1 不足之處與改進 34
5.1.1 權限分配 34
5.1.2 界面美觀化 34
5.2 結論 34
致 謝 35
參考文獻 36