資源描述:
《畢業(yè)設(shè)計(jì)---個(gè)人博客系統(tǒng)的設(shè)計(jì)與實(shí)現(xiàn)》由會(huì)員上傳分享,免費(fèi)在線閱讀,更多相關(guān)內(nèi)容在學(xué)術(shù)論文-天天文庫(kù)。
1、畢業(yè)設(shè)計(jì)說明書個(gè)人博客系統(tǒng)的設(shè)計(jì)與實(shí)現(xiàn)學(xué)生姓名:周海芳學(xué)號(hào):學(xué)院:電子與計(jì)算機(jī)科學(xué)技術(shù)專業(yè):計(jì)算機(jī)科學(xué)與技術(shù)指導(dǎo)教師:張?jiān)?013年6月個(gè)人博客系統(tǒng)的設(shè)計(jì)與實(shí)現(xiàn)摘要隨著互聯(lián)網(wǎng)技術(shù)的高速發(fā)展,生活節(jié)奏的加快,博客被越來越多的人選擇作為學(xué)習(xí)和交流的工具。博客的內(nèi)容豐富多彩,有對(duì)其他網(wǎng)站的超鏈接和評(píng)論,有個(gè)人構(gòu)思,還有日志、照片、詩歌和散文等。博客具有開放性、互動(dòng)性和共享性的特點(diǎn),是一個(gè)很好的交流的渠道,是思想展現(xiàn)的舞臺(tái)和學(xué)術(shù)探討的園地。本系統(tǒng)采用B/S(瀏覽器/服務(wù)器)開發(fā)模式,以MyEclipse作為開發(fā)平臺(tái),采用JSP技術(shù),以Tomcat為服務(wù)器和SQLServer2008為后臺(tái)數(shù)據(jù)庫(kù)。本
2、系統(tǒng)是一個(gè)實(shí)用的個(gè)人博客系統(tǒng),集日志、圖片、評(píng)論于一身。用戶可以查看文章、相冊(cè),還可以發(fā)表文章評(píng)論。博主可以管理自己的日志、相冊(cè)、評(píng)論等。整個(gè)系統(tǒng)層次結(jié)構(gòu)清晰、性能穩(wěn)定、界面友好,使用起來簡(jiǎn)單方便。關(guān)鍵字:互聯(lián)網(wǎng),B/S,MyEclipse,JSPPersonBlogSystemDesignandImplementationAbstractWiththerapiddevelopmentofInternettechnologyandhighspeedofliferhythm,Bloghasbeingchosenbymoreandmorepeopleasthetoolofstudyandcom
3、munication.ThecontentofBlogisveryrichandcolourfulwhichhashyperlinkandcommentofotherwebsite,personalthinking,news,music,articleandsoon.Becauseofthecharacterofindependence,interactionandshareofBlog,itisregardedasanoutletofgoodexchangechannel,thestageofpersonalthoughtdisplaying,andthegardenareaofknow
4、ledgestudying.ThissystemuseB/S(Browser/Server)developmentpattern,MyEclipseasadevelopmentplatform,withtheJSPtechnology,TomcatforserversandSQLServer2008forthebackenddatabase.Thissystemisapracticalpersonalblogsystem,includinglogs,pictures,commentasawhole.Visitorscanviewthearticle,photoalbum,alsocangi
5、veadiscuss.Bloggercanmanagetheirlogs,photoalbums,comments,etc.Thesystemstructureisclear,stableperformance,friendlyinterface,itissimpleandconvenienttouse.Keywords:Internet,B/S,MyEclipse,JSP中北大學(xué)2013屆畢業(yè)設(shè)計(jì)說明書目錄1引言11.1個(gè)人博客系統(tǒng)簡(jiǎn)介11.2國(guó)內(nèi)外研究現(xiàn)狀22開發(fā)技術(shù)及開發(fā)環(huán)境32.1開發(fā)技術(shù)32.1.1JSP概述32.1.2Servlet概述32.1.3JavaBean概述42.2J
6、SP網(wǎng)站開發(fā)模式42.3開發(fā)工具62.3.1MyEclipse簡(jiǎn)介62.3.2Tomcat簡(jiǎn)介62.3.3SQLServer簡(jiǎn)介63需求分析83.1功能需求概述83.2系統(tǒng)總體功能結(jié)構(gòu)94系統(tǒng)概要設(shè)計(jì)114.1數(shù)據(jù)庫(kù)設(shè)計(jì)E-R圖114.2邏輯結(jié)構(gòu)設(shè)計(jì)144.3數(shù)據(jù)流圖185詳細(xì)設(shè)計(jì)與實(shí)現(xiàn)205.1公共模塊的設(shè)計(jì)與實(shí)現(xiàn)205.1.1數(shù)據(jù)庫(kù)連接及操作類的編寫205.1.2字符串處理類的編寫205.1.3系統(tǒng)配置215.2用戶登錄模塊的設(shè)計(jì)與實(shí)現(xiàn)215.2.1用戶登錄模塊概述215.2.2用戶登錄模塊技術(shù)分析22第II頁共II頁中北大學(xué)2013屆畢業(yè)設(shè)計(jì)說明書5.2.3用戶登錄模塊實(shí)現(xiàn)過程235
7、.3前臺(tái)模塊的設(shè)計(jì)與實(shí)現(xiàn)235.3.1前臺(tái)頁面的設(shè)計(jì)與實(shí)現(xiàn)235.3.2文章查詢模塊設(shè)計(jì)與實(shí)現(xiàn)265.3.3系統(tǒng)訪問統(tǒng)計(jì)量模塊設(shè)計(jì)與實(shí)現(xiàn)285.4后臺(tái)模塊的設(shè)計(jì)與實(shí)現(xiàn)295.4.1后臺(tái)頁面的設(shè)計(jì)與實(shí)現(xiàn)295.4.2相冊(cè)管理模塊設(shè)計(jì)與實(shí)現(xiàn)316系統(tǒng)測(cè)試346.1測(cè)試的目的346.2測(cè)試的方法346.3測(cè)試過程346.3.1單元測(cè)試346.3.2集成測(cè)試386.3.3測(cè)試問題及解決386.3.4測(cè)試結(jié)果387結(jié)論39參考文獻(xiàn)