基于java技術(shù)的博客網(wǎng)的設(shè)計(jì).rar
基于java技術(shù)的博客網(wǎng)的設(shè)計(jì),摘 要互聯(lián)網(wǎng)正在經(jīng)歷一場類似紙張的出現(xiàn)給社會(huì)帶來的那樣的變革,隨著一種新的信息管理和發(fā)布工具逐漸被大家認(rèn)識(shí)和使用,互聯(lián)網(wǎng)的“個(gè)人舞臺(tái)”時(shí)代已經(jīng)迎面走來,這種新的信息組織和傳播方式,就是 blog,即博客。該設(shè)計(jì)開發(fā)的博客網(wǎng)站系統(tǒng)主要實(shí)現(xiàn)博客用戶與訪問者之間的交流,展現(xiàn)博主的思想。blog博客網(wǎng)站致力于為廣大博客提供優(yōu)質(zhì)...
該文檔為壓縮文件,包含的文件列表如下:
內(nèi)容介紹
原文檔由會(huì)員 白癡學(xué)東西 發(fā)布
摘 要
互聯(lián)網(wǎng)正在經(jīng)歷一場類似紙張的出現(xiàn)給社會(huì)帶來的那樣的變革,隨著一種新的信息管理和發(fā)布工具逐漸被大家認(rèn)識(shí)和使用,互聯(lián)網(wǎng)的“個(gè)人舞臺(tái)”時(shí)代已經(jīng)迎面走來,這種新的信息組織和傳播方式,就是 Blog,即博客。
該設(shè)計(jì)開發(fā)的博客網(wǎng)站系統(tǒng)主要實(shí)現(xiàn)博客用戶與訪問者之間的交流,展現(xiàn)博主的思想。Blog博客網(wǎng)站致力于為廣大博客提供優(yōu)質(zhì)博客頁面服務(wù)的商業(yè)網(wǎng)站。每個(gè)博客都希望借助自己的博客頁面宣傳自己,而博客數(shù)量越多,網(wǎng)站的點(diǎn)擊率越高就越能夠吸引廣大的企業(yè)客戶選擇該商業(yè)網(wǎng)站作為媒介,將自己的產(chǎn)品展現(xiàn)給客戶。本博客網(wǎng)站系統(tǒng)采用JSP+ SQL Server2000的技術(shù),實(shí)現(xiàn)了一個(gè)完全基于瀏覽器的博客系統(tǒng),任何注冊(cè)個(gè)人博客的人都實(shí)現(xiàn)了撰寫日志、日志管理、評(píng)論管理、留言管理等功能。
關(guān)鍵詞:博客,互聯(lián)網(wǎng),信息,JSP,SQL
Abstract
The Internet is experiencing the emergence of a similar paper as society changes, along with a new information management and publishing tools, we gradually understand and use, the Internet's "personal stage", the time has come face of this information organization and dissemination of new ways, that is, Blog, or blog.
The system is to achieve blog communication between users and visitors, to show bloggers thoughts.
Blog site dedicated to provide our services to provide quality business website blog page. Each blog is hoping to promote their own blog pages, and blog more the number of hits the site the higher the more able to attract large corporate customers to choose the commercial website as a medium to show their products to the customer. This system is implemented with JSP + SQL Server2000 a fully browser-based blog system, any registered person has a personal blog written logs, log management, reviews management, message management.
Key words:Blog,intent,information,JSP,SQL
目 錄
前 言 1
第1章 博客網(wǎng)行網(wǎng)站系統(tǒng)概述 2
1.1 個(gè)人博客的概念 2
1.2 個(gè)人博客的發(fā)展現(xiàn)狀 2
1.3 Web技術(shù)的發(fā)展 3
1.4 研究現(xiàn)狀 4
第2章 系統(tǒng)核心技術(shù) 5
2.1 JSP的基礎(chǔ)——Servlet技術(shù) 6
2.2 JavaBean原理和機(jī)制 7
2.3 開發(fā)平臺(tái)MyEclipse+Dreamweaver 8 8
2.4 數(shù)據(jù)庫SQL Server 2000 9
第3章 需求分析 11
3.1 系統(tǒng)目標(biāo) 11
3.2 系統(tǒng)的功能要求 11
3.2.1前臺(tái) 12
3.2.2后臺(tái) 13
3.3 系統(tǒng)的性能需求 13
3.4 系統(tǒng)需求 14
3.4.1 系統(tǒng)的數(shù)據(jù)需求 14
3.4.2 系統(tǒng)的數(shù)據(jù)字典 15
3.5 建立系統(tǒng)的約束 17
3.5.1 人力、資金、時(shí)間的約束 17
3.5.2 技術(shù)發(fā)展規(guī)律的約束 17
第4章 概要設(shè)計(jì) 18
4.1 系統(tǒng)體系結(jié)構(gòu) 18
4.2 主要功能設(shè)計(jì) 18
4.2.1 主要功能模塊 18
4.2.2 系統(tǒng)流程圖 19
4.2.3 系統(tǒng)模塊介紹 21
4.3 數(shù)據(jù)庫設(shè)計(jì) 21
4.4 信息安全設(shè)計(jì) 25
4.4.1 網(wǎng)絡(luò)安全 26
4.4.2 其他安全 26
第5章 詳細(xì)設(shè)計(jì) 28
5.1 首頁面及主要頁面設(shè)計(jì) 28
5.2 功能模塊設(shè)計(jì) 29
5.3 系統(tǒng)實(shí)現(xiàn) 31
5.3.1 博客網(wǎng)行網(wǎng)站前臺(tái)首頁 31
5.3.2 博客網(wǎng)行網(wǎng)站后臺(tái)管理 38
結(jié) 論 45
參考文獻(xiàn) 46
致 謝 47
互聯(lián)網(wǎng)正在經(jīng)歷一場類似紙張的出現(xiàn)給社會(huì)帶來的那樣的變革,隨著一種新的信息管理和發(fā)布工具逐漸被大家認(rèn)識(shí)和使用,互聯(lián)網(wǎng)的“個(gè)人舞臺(tái)”時(shí)代已經(jīng)迎面走來,這種新的信息組織和傳播方式,就是 Blog,即博客。
該設(shè)計(jì)開發(fā)的博客網(wǎng)站系統(tǒng)主要實(shí)現(xiàn)博客用戶與訪問者之間的交流,展現(xiàn)博主的思想。Blog博客網(wǎng)站致力于為廣大博客提供優(yōu)質(zhì)博客頁面服務(wù)的商業(yè)網(wǎng)站。每個(gè)博客都希望借助自己的博客頁面宣傳自己,而博客數(shù)量越多,網(wǎng)站的點(diǎn)擊率越高就越能夠吸引廣大的企業(yè)客戶選擇該商業(yè)網(wǎng)站作為媒介,將自己的產(chǎn)品展現(xiàn)給客戶。本博客網(wǎng)站系統(tǒng)采用JSP+ SQL Server2000的技術(shù),實(shí)現(xiàn)了一個(gè)完全基于瀏覽器的博客系統(tǒng),任何注冊(cè)個(gè)人博客的人都實(shí)現(xiàn)了撰寫日志、日志管理、評(píng)論管理、留言管理等功能。
關(guān)鍵詞:博客,互聯(lián)網(wǎng),信息,JSP,SQL
Abstract
The Internet is experiencing the emergence of a similar paper as society changes, along with a new information management and publishing tools, we gradually understand and use, the Internet's "personal stage", the time has come face of this information organization and dissemination of new ways, that is, Blog, or blog.
The system is to achieve blog communication between users and visitors, to show bloggers thoughts.
Blog site dedicated to provide our services to provide quality business website blog page. Each blog is hoping to promote their own blog pages, and blog more the number of hits the site the higher the more able to attract large corporate customers to choose the commercial website as a medium to show their products to the customer. This system is implemented with JSP + SQL Server2000 a fully browser-based blog system, any registered person has a personal blog written logs, log management, reviews management, message management.
Key words:Blog,intent,information,JSP,SQL
目 錄
前 言 1
第1章 博客網(wǎng)行網(wǎng)站系統(tǒng)概述 2
1.1 個(gè)人博客的概念 2
1.2 個(gè)人博客的發(fā)展現(xiàn)狀 2
1.3 Web技術(shù)的發(fā)展 3
1.4 研究現(xiàn)狀 4
第2章 系統(tǒng)核心技術(shù) 5
2.1 JSP的基礎(chǔ)——Servlet技術(shù) 6
2.2 JavaBean原理和機(jī)制 7
2.3 開發(fā)平臺(tái)MyEclipse+Dreamweaver 8 8
2.4 數(shù)據(jù)庫SQL Server 2000 9
第3章 需求分析 11
3.1 系統(tǒng)目標(biāo) 11
3.2 系統(tǒng)的功能要求 11
3.2.1前臺(tái) 12
3.2.2后臺(tái) 13
3.3 系統(tǒng)的性能需求 13
3.4 系統(tǒng)需求 14
3.4.1 系統(tǒng)的數(shù)據(jù)需求 14
3.4.2 系統(tǒng)的數(shù)據(jù)字典 15
3.5 建立系統(tǒng)的約束 17
3.5.1 人力、資金、時(shí)間的約束 17
3.5.2 技術(shù)發(fā)展規(guī)律的約束 17
第4章 概要設(shè)計(jì) 18
4.1 系統(tǒng)體系結(jié)構(gòu) 18
4.2 主要功能設(shè)計(jì) 18
4.2.1 主要功能模塊 18
4.2.2 系統(tǒng)流程圖 19
4.2.3 系統(tǒng)模塊介紹 21
4.3 數(shù)據(jù)庫設(shè)計(jì) 21
4.4 信息安全設(shè)計(jì) 25
4.4.1 網(wǎng)絡(luò)安全 26
4.4.2 其他安全 26
第5章 詳細(xì)設(shè)計(jì) 28
5.1 首頁面及主要頁面設(shè)計(jì) 28
5.2 功能模塊設(shè)計(jì) 29
5.3 系統(tǒng)實(shí)現(xiàn) 31
5.3.1 博客網(wǎng)行網(wǎng)站前臺(tái)首頁 31
5.3.2 博客網(wǎng)行網(wǎng)站后臺(tái)管理 38
結(jié) 論 45
參考文獻(xiàn) 46
致 謝 47
TA們正在看...
- 黨支部問題清單及整改措施.doc
- 黨政領(lǐng)導(dǎo)干部選拔任用工作條例學(xué)習(xí)體會(huì).doc
- 全員育人導(dǎo)師制實(shí)施的具體措施.doc
- 全國教師大會(huì)學(xué)習(xí)心得體會(huì).doc
- 全國教育大會(huì)學(xué)習(xí)心得體會(huì)教師節(jié).doc
- 全國教育大會(huì)精神心得體會(huì)篇.doc
- 全球貿(mào)易便利化發(fā)展?fàn)顩r及我國的應(yīng)對(duì)措施.doc
- 全面從嚴(yán)治黨方面存在的問題及整改措施.doc
- 全面推進(jìn)素質(zhì)教育的措施.doc
- 八大危險(xiǎn)作業(yè)風(fēng)險(xiǎn)分析+安全措施.doc