資源描述:
《基于php和ajax的博客系統(tǒng)設(shè)計(jì)設(shè)計(jì)》由會(huì)員上傳分享,免費(fèi)在線閱讀,更多相關(guān)內(nèi)容在學(xué)術(shù)論文-天天文庫。
1、編號(hào):畢業(yè)設(shè)計(jì)說明書題目:基于PHP和AJAX的博客系統(tǒng)設(shè)計(jì)學(xué) 院:計(jì)算機(jī)科學(xué)與工程學(xué)院專業(yè):網(wǎng)絡(luò)工程學(xué)生姓名:黃飛之學(xué)號(hào):1000380214指導(dǎo)教師:劉少兵職稱:講師題目類型:¨理論研究¨實(shí)驗(yàn)研究¨工程設(shè)計(jì)¨工程技術(shù)研究t軟件開發(fā)2014年5月31日35摘要本文旨在說明基于PHP和AJAX的博客系統(tǒng)設(shè)計(jì),該系統(tǒng)十分有利于在校園或大型公司的博客應(yīng)用,本系統(tǒng)設(shè)計(jì)合理,功能完善,界面有美感,能讓客戶方便地把日常生活、工作、學(xué)習(xí)、情感寫成博客,并能快速方便地瀏覽其他人寫的好博客,可以應(yīng)用于大學(xué)校園或社會(huì)公司。說明論文首先概述
2、了現(xiàn)今網(wǎng)頁博客的開發(fā)背景,社會(huì)應(yīng)用情況。然后說明本博客系統(tǒng)的組織結(jié)構(gòu),包括MYSQL數(shù)據(jù)庫設(shè)計(jì),其中的表的設(shè)計(jì)說明;網(wǎng)頁后臺(tái)PHP代碼的組織結(jié)構(gòu),重點(diǎn)介紹鏈接數(shù)據(jù)庫和處理數(shù)據(jù)的代碼;APACHE服務(wù)器的使用和配置;AJAX的使用方式與如何嵌入網(wǎng)頁中,以及使用后的效果;網(wǎng)頁前端設(shè)計(jì),如何設(shè)計(jì)出簡潔美觀的首頁界面和方便快捷的使用方式;還涉及到JAVASCRIPT,JQUERY腳本語言的使用。最后整體闡述了系統(tǒng)的整體功能。本文最后總結(jié)了本博客系統(tǒng)的性能和特點(diǎn),提出了整體的優(yōu)化地方和方法,并對(duì)本博客系統(tǒng)的未來使用情況進(jìn)行了展望。關(guān)
3、鍵詞:博客設(shè)計(jì);AJAX應(yīng)用;網(wǎng)站數(shù)據(jù)庫交互;博客系統(tǒng)實(shí)現(xiàn)35AbstractThisarticleaimstoillustrateblogsystemdesignbasedonPHPandAJAX,thissystemisverybeneficialuseincampusorlargecompany,reasonabledesignofthesystem,fullyfunctional,aestheticallypleasinginterface,allowingcustomerstoeasilyputdailylife
4、,work,learning,emotionalwritteninblog,andcanquicklyandeasilybrowseotherpeople’sgoodblog,thissystemcanbeappliedtotheuniversitycampusorsocialcompanies.Descriptionpaperbeginswithanoverviewofthedevelopmentoftoday'sWebblogbackground,socialapplication.Thenexplaintheorga
5、nizationalstructureoftheblogsystem,includingMYSQLdatabasedesign,tabledesignwhichillustrate;organizationalstructurebackstagePHPcodepages,focusingonthelinkdatabasesanddataprocessingcode;APACHEserveruseandconfiguration;AJAXinuseandhowtoembedawebpage,aswellastheeffect
6、ofafteruse;webfront-enddesign,howtodesignasimpleandbeautifulinterfaceandconvenienthomeuse;furtherrelatestotheuseofJAVASCRIPT,JQUERYscriptinglanguage.Finally,theoverallfunctionoftheoverallsystemelaborated.Finally,thispapersummarizestheperformanceandfeaturesoftheblo
7、gsystemisproposedtooptimizethewholeplaceandmethod,andthefutureuseoftheblogsystemwerediscussed.Keywords:Blogdesign;AJAXapplication;websitedatabaseinteraction;blogsystemimplementation35目錄引言11開發(fā)概述21.1開發(fā)背景21.2需求分析21.3系統(tǒng)目標(biāo)31.4系統(tǒng)功能結(jié)構(gòu)31.4.1妙之博客管理系統(tǒng)的功能結(jié)構(gòu)如下描述:31.4.2妙之博客的后臺(tái)
8、管理包括如下功能:31.5系統(tǒng)功能預(yù)覽32數(shù)據(jù)庫設(shè)計(jì)42.1數(shù)據(jù)庫概念設(shè)計(jì)42.2數(shù)據(jù)庫物理結(jié)構(gòu)設(shè)計(jì)52.2.2tb_article(博客文章表)62.2.3tb_frd(用戶好友信息表)62.2.4tb_log(文章日志信息表)72.2.5tb_member(用戶信息數(shù)據(jù)表)72.2.6tb_mess