【正文】
沈陽理工大學(xué)學(xué)士學(xué)位論文 I 摘 要 隨著互聯(lián)網(wǎng)技術(shù)的高速發(fā)展,生活節(jié)奏的加快,博客被越來越多的人選擇作為學(xué)習(xí)和交流的工具。博客的內(nèi)容豐富多彩,有對其他網(wǎng)站的超鏈接和評論,有個人構(gòu)思,還有新聞日志、照片、詩歌和散文等。博客具有自主性、開放性、互動性和共享性的特點,是一個很好的交流的渠道,思想展現(xiàn)的舞臺和學(xué)術(shù)探討的園地。 本文首先對博客產(chǎn)生背景、發(fā)展現(xiàn)狀及研究意義進(jìn)行了介紹;然后介紹了相關(guān)開發(fā)工具及開發(fā)技術(shù);最后以博客日志發(fā)布管理為基礎(chǔ),結(jié)合實際需要,詳細(xì)描述了多用戶博客系統(tǒng)的設(shè)計、開發(fā)全過程。 本系統(tǒng)開發(fā)基于 B/S 架構(gòu),使用 Java 作 為開發(fā)語言、 MySQL 為數(shù)據(jù)庫,結(jié)合 MVC分層思想,采用 JSP+Servlet+Javabean 的“高內(nèi)聚,低耦合”的設(shè)計模式進(jìn)行博客管理系統(tǒng)的開發(fā),以加快整個系統(tǒng)的開發(fā)進(jìn)度,達(dá)到軟件復(fù)用的目的。 關(guān)鍵詞 : 博客; ; B/S 架構(gòu); MVC; JSP沈陽理工大學(xué)學(xué)士學(xué)位論文 II Abstract With the rapid development of Inter technology and high speed of life rhythm, Blog has being chosen by more and more people as the tool of study and munication. The content of Blog is very rich and colourful: some has hyperlink and ment of other website, some about personal thinking, news, music, article and so on. Because of the character of independence, open, interaction and share of Blog, it is regarded as an outlet of good exchange channel, the stage of personal thought displaying, and the garden area of knowledge studying. This article talk about blog background, development status and significance firstly。 and describes related development tools and technologies。 and finally to blog post management as the basis, bined with actual needs, more describes multiuser blogging system design and development process. This system development framework based on the B/S, using Java as the development language, MySQL database, bined with MVC delaminating, take the high cohesion and low coupling proven JSP + Servlet + JavaBean for blog management system development, and to accelerate the development of the entire system to achieve the purpose of software reuse. Key words: Blog。 。 B/S。 MVC。 JSP 沈陽理工大學(xué)學(xué)士學(xué)位論文 I 目 錄 摘 要 ............................................................................................................................................... I Abstract ........................................................................................................................................... II 1 緒 論 ........................................................................................................................................1 課題背景 ........................................................................................................................1 博客系統(tǒng)概述 .............................................................................................................1 博客系統(tǒng)發(fā)展現(xiàn)狀及趨勢 .........................................................................................1 系統(tǒng)技術(shù)方案 ................................................................................................................2 方案分析 .....................................................................................................................2 設(shè)計技術(shù) .....................................................................................................................2 關(guān)鍵技術(shù) ........................................................................................................................4 JSP ................................................................................................................................4 Servlet...........................................................................................................................5 JavaBean.......................................................................................................................5 2 需求分析 ..................................................................................................................................6 系統(tǒng)可行性分析 ............................................................................................................6 市場可行性分析 .........................................................................................................6 經(jīng)濟(jì)可行性分析 .........................................................................................................6 技術(shù)可行性分析 .........................................................................................................6 系統(tǒng)性能要求 ................................................................................................................7 系統(tǒng)運行環(huán)境要求 .......................................................................................................7 系統(tǒng)功能分析 ...............................................................................................................7 系統(tǒng)功能 概述 .............................................................................................................7 系統(tǒng)基本功能要求 .....................................................................................................7 系統(tǒng)用戶分析 .............................................................................................................8 系統(tǒng)詳細(xì)功能描述 .....................................................................................................8 3 系統(tǒng)總體設(shè)計 ........................................................................................................................ 11 系統(tǒng)功能模塊劃分 ..................................................................................................... 11 數(shù)據(jù)庫設(shè)計 ................................................................................................................. 11 沈陽理工大學(xué)學(xué)士學(xué)位論文 II user 用戶表 ................................................................................................................ 11 blog 日志表 ................................................................................................................12 ments 評論表 ......................................................................................................12 advice 公告表 ............................................................................