資源描述:
《基于jsp的單用戶博客系統(tǒng)》由會員上傳分享,免費(fèi)在線閱讀,更多相關(guān)內(nèi)容在行業(yè)資料-天天文庫。
1、摘要“博客”(blog)是繼IM、Email、BBS之后出現(xiàn)的一種新的網(wǎng)絡(luò)交流方式,也稱為網(wǎng)絡(luò)博文等多個(gè)譯名,是互聯(lián)網(wǎng)時(shí)代的個(gè)人“讀者文摘”,是以超鏈接為武器的網(wǎng)絡(luò)日記,代表著新的生活休閑方式和工作方式,更代表著一種新的學(xué)習(xí)方式。本博客系統(tǒng)主要實(shí)現(xiàn)了以下基本功能:系統(tǒng)后臺:a)發(fā)表博文:主要借助了fckeditor組件實(shí)現(xiàn)了所見即所得的博文添加功能。b)博文管理:包括博文的修改刪除等功能。c)博文分類管理:包括博文分類的添加、修改、刪除等。d)評論管理:包括評論的修改、刪除等。e)個(gè)人信息管理:包括賬戶密碼修改及系統(tǒng)退出功能。系統(tǒng)前臺:由于本系統(tǒng)
2、是單用戶的博客系統(tǒng),所以前臺功能就只有用戶訪問的一些基本功能。a)閱讀博文及評論。b)發(fā)表相應(yīng)評論。以上這些足以證明,未來博客還是很有發(fā)展空間的,這也是我開發(fā)這個(gè)獨(dú)立博客的動(dòng)力。關(guān)鍵詞:博客;blog;博客系統(tǒng)ABSTRACT"Blog"(blog)FollowingIM,Email,BBS,networkcommunicationoccurafterthefourth,blog,alsotranslatedasnetworkBowen,blogsorTribalCourt,personalInternetage"Reader'sDigest"
3、bloghyperlinkweapons,representsanewwayoflifeandanewwayofworking,butalsorepresentanewwayoflearning.Today,theintensecompetitioninthemajorportalblogsite,alotofblogprovidesavarietyoftemplatesandotherfunctions,inordertoattracttheuserbase,whichmakesitdifferentbloghasitsowncharacter
4、istics.Myblogsystemmainachievementofthefollowingbasicfunctions:Thebackgroundsystem:a)addanewblogNotablythroughthethefckeditorcomponentimplementstheaddblogfunction.b)blogsmanagementincludingblogs’modifyanddeletefunctions.c)blogCategoryincludingclassifiedadd,modify,delete,etc..
5、d)CommentsincludingCommentsmodify,delete,andsoon.e)PersonalInformationManagementIncludingtheaccountpasswordchangesandsystemlaunchfunction.Systemfrontdesk:Sincethesystemisasingle-userblogsystem,frontofficefunctionsonlyusersaccesstosomeofthebasicfeatures.a)readtheblogandcomment
6、s.b)thecorrespondingcomments.Morethanenoughtoprovethatinthefuturetheblogwillausefulspacefordevelopment,whichismypowertodevelopedtheindependentblog.Keywords:blog;目錄摘要iiABSTRACT.....iii緒論71.1博客(blog)系統(tǒng)的開發(fā)背景71.2博客的現(xiàn)狀與特點(diǎn)81.3博客發(fā)展趨91.4課題研究的意義91.5系統(tǒng)設(shè)計(jì)目標(biāo)分析102基本技術(shù)方案112.1JSP中的各種技術(shù)112.1
7、.1JSP概述112.1.2Servlet概述122.1.3JavaBean概述122.2基于B/S的WEB應(yīng)用體系結(jié)構(gòu)132.2.1傳統(tǒng)的兩層體系結(jié)構(gòu)132.2.2三層體系結(jié)構(gòu)142.2.3JSP網(wǎng)站開發(fā)模式142.3MyEclipse簡介152.4Tomcat簡介162.5MySQL簡介162.6MVC設(shè)計(jì)模式163系統(tǒng)分析與總體設(shè)計(jì)183.1用戶需求分析183.2數(shù)據(jù)分析193.3系統(tǒng)流程203.4功能模塊劃分223.5功能模塊設(shè)計(jì)233.5.1博客后臺登錄管理模塊233.5.2博文頁面顯示模塊243.5.3博文分類模塊243.5.4博文評
8、論模塊244系統(tǒng)分析設(shè)計(jì)254.1數(shù)據(jù)庫分析254.1.1數(shù)據(jù)庫設(shè)計(jì)E-R圖254.2系統(tǒng)數(shù)據(jù)表設(shè)計(jì)274.3數(shù)據(jù)連接294.3.1Db