asp.net + sql2008個人博客管理系統(tǒng).rar
asp.net + sql2008個人博客管理系統(tǒng),asp.net + sql2008個人博客管理系統(tǒng)摘 要隨著計算機的發(fā)展和普及,blog得到了極大的發(fā)展。blog是weblog(網絡日志)的簡稱。blog是即e-mail、bbs、icq之后的第四種網絡交流方式。它以個人為中心傳播出具有影響力的消息、新聞、事件等,鮮明的個人特色引人矚目,它以獨特的視角、敏銳的觀察力、...
該文檔為壓縮文件,包含的文件列表如下:
內容介紹
原文檔由會員 bshhty 發(fā)布ASP.NET + sql2008個人博客管理系統(tǒng)
摘 要
隨著計算機的發(fā)展和普及,Blog得到了極大的發(fā)展。Blog是Weblog(網絡日志)的簡稱。Blog是即E-mail、BBS、ICQ之后的第四種網絡交流方式。它以個人為中心傳播出具有影響力的消息、新聞、事件等,鮮明的個人特色引人矚目,它以獨特的視角、敏銳的觀察力、不斷的沖擊傳統(tǒng)媒體。
該系統(tǒng)以ASP.NET為開發(fā)技術,使用C#為開發(fā)語言,采用Web展示層和SQLserver 2008數(shù)據(jù)庫兩層架構模式同時采用MVC開發(fā)模式,實現(xiàn)Blog網站的動態(tài)管理,使得對Blog信息的管理更加及時、高效,提高了工作效率。
關鍵詞:Blog,ASP.NET,C#,SQLserver
Abstract
With the development of the computer and popularization, Blog got huge development. Publish a sophisticated Weblog Blog is the abbreviation of (web logs). Blog is E-mail, BBS, ICQ after a fourth network communication. It spread individual-centered published influential news, news and events, etc, bright individual features eye-catching, it with unique perspective, keen observation, the impact of the traditional media constantly.
This system to asp.net for development of technology, using c #, using the Web for developing language show layer and SQLserver database two layers of architectural model 2008 while the MVC development mode, and realize the dynamic management Blog site, which makes the Blog information management more timely, efficient, and improve work efficiency.
Key words: Blog,ASP.NET,C#,SQLserver
目 錄
摘 要 I
Abstract II
1 緒 論 3
1.1 課題背景 3
1.2 課題研究的意義 3
2 Blog系統(tǒng)開發(fā)技術 4
2.1 ASP.NET簡介 4
2.2 MVC開發(fā)模式 4
2.3 Ajax簡介 5
2.3.1 什么是Ajax 5
2.3.2 Ajax相關技術介紹 6
2.4 數(shù)據(jù)庫 6
2.4.1 SQL SERVER 2008 6
2.4.2 ADO.NET 6
2.5 ASP.NET配置 7
2.6 XML 7
3 可行性分析 8
3.1 技術可行性 8
3.2 操作可行性 8
3.3 經濟可行性 8
3.4 法律可行性 8
4 系統(tǒng)分析 9
4.1 系統(tǒng)設計方案 9
4.2 系統(tǒng)功能模塊 9
4.3 數(shù)據(jù)庫需求分析 10
4.4 系統(tǒng)操作流程 10
4.5 組件和樣式分析 10
4.6 用戶控件 10
5 網站的風格及頁面設計 11
5.1 頁面設計的原則 11
5.1.1 線條的使用 11
5.1.2 色彩的選擇 11
6 系統(tǒng)總體設計 12
6.1 后臺功能模塊詳細設計 12
6.1.1 身份驗證 12
6.1.2 后臺管理 12
6.2 前臺功能模塊詳細設計 14
6.3 數(shù)據(jù)庫的詳細設計 15
6.3.1 數(shù)據(jù)表設計 15
6.3.2 數(shù)據(jù)庫訪問 17
7 系統(tǒng)詳細設計 18
7.1 添加數(shù)據(jù)訪問類 18
7.2 用戶登錄功能的實現(xiàn) 21
7.3 基本設置功能的實現(xiàn) 21
7.4 添加日志功能的實現(xiàn) 22
7.5 顯示內容功能的實現(xiàn) 23
7.6 相冊添加功能的實現(xiàn) 25
7.7 相冊顯示功能的實現(xiàn) 26
7.8 系統(tǒng)調試運行 26
8 附錄代碼 27
結 論 29
參考文獻 30
致 謝 31