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