資源描述:
《畢業(yè)論文(設(shè)計(jì))基于web博客管理系統(tǒng)設(shè)計(jì)與實(shí)現(xiàn)》由會(huì)員上傳分享,免費(fèi)在線閱讀,更多相關(guān)內(nèi)容在學(xué)術(shù)論文-天天文庫(kù)。
1、鹽城師范學(xué)院畢業(yè)設(shè)計(jì)基于WEB博客管理系統(tǒng)設(shè)計(jì)與實(shí)現(xiàn)摘要隨著網(wǎng)絡(luò)技術(shù),博客作為一個(gè)網(wǎng)絡(luò)應(yīng)用,得到了快速發(fā)展。在互聯(lián)網(wǎng)上,構(gòu)建個(gè)性化的個(gè)人博客,可以充分表達(dá),通過(guò)發(fā)表文章自己的想法展示個(gè)人才華,抒發(fā)個(gè)人感情。博客比電子郵件或者群組討論更加簡(jiǎn)易,以致于越來(lái)越多的人使用博客來(lái)溝通。該系統(tǒng)是基于JavaEE并在B/S(瀏覽器/服務(wù)器)模式下開(kāi)發(fā)的個(gè)人博客管理系統(tǒng)。它側(cè)重于整個(gè)過(guò)程的個(gè)人博客管理系統(tǒng)的開(kāi)發(fā),從需求分析到整個(gè)編碼過(guò)程。JSP技術(shù)站模型分析,體現(xiàn)了MVC設(shè)計(jì)。本文介紹了各模塊的個(gè)人博客的功能,討論出現(xiàn)在博客的管理體系中所存在的問(wèn)題和解決辦法。該系統(tǒng)可以實(shí)現(xiàn)以下目標(biāo):一個(gè)友好美觀的界面設(shè)計(jì)
2、,實(shí)現(xiàn)博客發(fā)表文章,添加公告、照片和其他信息在日志中,修改,刪除功能,易于更新網(wǎng)站內(nèi)容隨時(shí)到達(dá)的乘客信息和航班信息。為了達(dá)到最大的系統(tǒng)操作簡(jiǎn)便,易維護(hù),操作的人機(jī)對(duì)話模式,方便用戶的日常操作?!娟P(guān)鍵詞】JSP;博客管理系統(tǒng);MVC模式;B/S架構(gòu)鹽城師范學(xué)院畢業(yè)設(shè)計(jì)WEB-basedblogmanagementsystemdesignandimplementationAbstractWiththedevelopmentofnetworktechnology,networkapplicationasablog,hasbeenrapiddevelopment.OntheInternet,bui
3、ldpersonalizedpersonalblog,canfullyexpresstheirideasthroughpublishedarticlesdemonstrateindividualtalents,expresspersonalfeelings.Duetocommunicationthane-mail,discussiongroupsismoresimpleandeasy,thebloghasbecomeafamily,moreandmorepopularbetweenthecompany,departmentandteamcommunicationtool.Thesystem
4、isbasedonJavaEEpersonalblogmanagementsystemthatisundertheB/S(browser/server)modeldevelopmentsystem.Itfocusesonthedevelopmentofthewholeprocesspersonalblogmanagementsystem,fromrequirementsanalysistotheentirecodingprocess.AnalysisofJSPtechnologystationmodel,reflectstheMVCdesign.Thispaperdescribesthef
5、unctionofeachmodulepersonalblog,discussionappearsintheblogmanagementsystem.Theproblemsandsolutions.Thesystemcanachievethefollowingobjectives:afriendlyinterfacedesign,beautiful,achievebloggerspublisharticles,addannouncements,photos,andotherinformationinthelog,modify,deletefunction,easytoupdatewebsi
6、tecontentreadilyaccessiblepassengerinformationandflightinformation.Toachievemaximumsystemiseasytooperateandeasytomaintain,man-machinedialoguemodeofoperation,tofacilitatethedailyoperationoftheuser.[Keywords]JSP,blogmanagementsystem,MVCmode,B/Sarchitecture鹽城師范學(xué)院畢業(yè)設(shè)計(jì)目錄1緒論11.1課題研究背景11.2課題的研究?jī)?nèi)容21.3本章小結(jié)
7、22本系統(tǒng)相關(guān)技術(shù)介紹22.1開(kāi)發(fā)工具和開(kāi)發(fā)環(huán)境介紹22.2開(kāi)發(fā)工具32.2.1數(shù)據(jù)庫(kù)32.2.2數(shù)據(jù)庫(kù)客戶端32.2.3數(shù)據(jù)庫(kù)建模工具42.2.4項(xiàng)目建設(shè)工具42.2.5版本控制工具52.2.6Web容器52.3語(yǔ)言和模式介紹52.3.1JSP語(yǔ)言52.3.2Servlet的簡(jiǎn)介62.3.3JavaBean的簡(jiǎn)介62.3.4MVC框架62.4本章小結(jié)73系統(tǒng)需求分析設(shè)計(jì)73.1需求分析73.2可行性分析73.3系統(tǒng)設(shè)計(jì)