具有聊天功能的blog實現(xiàn).doc
具有聊天功能的blog實現(xiàn),具有聊天功能的blog實現(xiàn)目 錄第一章 緒論11.1 系統(tǒng)開發(fā)背景11.2課題研究的意義1第二章 blog系統(tǒng)開發(fā)技術(shù)22.1 asp.net介紹22.2mvc開發(fā)模式32.3ajax介紹42.3.1什么是ajax42.3.2 ajax相關(guān)技術(shù)介紹42.3.3 ajax技術(shù)在系統(tǒng)中的應用52.4 數(shù)據(jù)庫52.4.1 s...
內(nèi)容介紹
此文檔由會員 csfujixie 發(fā)布具有聊天功能的Blog實現(xiàn)
目 錄
第一章 緒論 1
1.1 系統(tǒng)開發(fā)背景 1
1.2課題研究的意義 1
第二章 Blog系統(tǒng)開發(fā)技術(shù) 2
2.1 ASP.NET介紹 2
2.2 MVC開發(fā)模式 3
2.3Ajax介紹 4
2.3.1什么是Ajax 4
2.3.2 Ajax相關(guān)技術(shù)介紹 4
2.3.3 Ajax技術(shù)在系統(tǒng)中的應用 5
2.4 數(shù)據(jù)庫 5
2.4.1 SQL SERVER 2000 5
2.4.2 ADO.NET 5
2.5 ASP.NET配置 6
2.6 XML 7
第三章 BLOG系統(tǒng)分析 8
3.1 系統(tǒng)設(shè)計方案 8
3.2 系統(tǒng)功能模塊 8
3.3 數(shù)據(jù)庫需求分析 10
3.4 系統(tǒng)操作流程 10
3.5組件和樣式分析 11
3.6 用戶控件 11
第四章 BLOG系統(tǒng)設(shè)計 12
4.1后臺功能模塊詳細設(shè)計 12
4.1.1 身份驗證 12
4.1.2 后臺文章添加管理 13
4.1.3 后臺文章類別管理 14
4.2前臺功能模塊詳細設(shè)計 15
4.2.1前臺主界面 15
4.2.2 前臺用戶回復評論文章模塊 16
4.2.3 在線聊天登錄界面模塊 17
4.2.4 在線聊天模塊 18
4.3 數(shù)據(jù)庫的詳細設(shè)計 19
4.3.1 數(shù)據(jù)表設(shè)計 19
4.3.2數(shù)據(jù)庫訪問 21
第五章 結(jié)束語 22
5.1 不足之處與改進 22
5.1.1 權(quán)限分配 22
5.1.3 界面美觀化 22
5.2 結(jié)論 22
參考文獻 23
致 謝 24
摘 要
隨著計算機的發(fā)展和普及,Blog得到了極大的發(fā)展。Blog是Weblog(網(wǎng)絡(luò)日志)的簡稱。Blog是即E-mail、BBS、ICQ之后的第四種網(wǎng)絡(luò)交流方式。它以個人為中心傳播出版有影響力的消息、新聞、事件等,鮮明的個人特色引人矚目,它以獨特的視角、敏銳的觀察力,不斷的沖擊傳統(tǒng)媒體。傳統(tǒng)的Blog已經(jīng)滿足不了社會的需要,擁有更多更新功能的Blog急需走上舞臺。
該系統(tǒng)以ASP.NET為開發(fā)技術(shù),使用C#為開發(fā)語言,采用Web展示層和SQLserver 2000數(shù)據(jù)庫兩層架構(gòu)模式同時采用MVC開發(fā)模式,實現(xiàn)Blog網(wǎng)站的動態(tài)管理,使得對Blog信息的管理更加及時、高效,提高了工作效率。
關(guān)鍵詞:Blog,ASP.NET,C#,SQLserver
Abstract
Along with computer's development and the popularization, Blog obtained the enormous development. Blog is Weblog (network diary) abbreviation. After Blog is E-mail, BBS, the ICQ fourth network exchange way. It take has the influence news, the news, the event personally as the central dissemination publication and so on, the bright individual characteristic is conspicuous, it by unique angle of view, keen power of observation, unceasing impact tradition media. Traditional Blog already could not meet society's needs, has more renewal function Blog to step onto the stage urgently needed.
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.
key word: Blog, ASP.NET, C#, SQLserve