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