资源描述:
《基于php和ajax的博客系统设计毕业设计论文》由会员上传分享,免费在线阅读,更多相关内容在学术论文-天天文库。
1、编号:毕业设计说明书题目:基于PHP和AJAX的博客系统设计学 院:计算机科学与工程学院专业:网络工程学生姓名:黄飞之学号:1000380214指导教师:刘少兵职称:讲师题目类型:¨理论研究¨实验研究¨工程设计¨工程技术研究þ软件开发2014年5月31日35摘要本文旨在说明基于PHP和AJAX的博客系统设计,该系统十分有利于在校园或大型公司的博客应用,本系统设计合理,功能完善,界面有美感,能让客户方便地把日常生活、工作、学习、情感写成博客,并能快速方便地浏览其他人写的好博客,可以应用于大学校园或社会公司。
2、说明论文首先概述了现今网页博客的开发背景,社会应用情况。然后说明本博客系统的组织结构,包括MYSQL数据库设计,其中的表的设计说明;网页后台PHP代码的组织结构,重点介绍链接数据库和处理数据的代码;APACHE服务器的使用和配置;AJAX的使用方式与如何嵌入网页中,以及使用后的效果;网页前端设计,如何设计出简洁美观的首页界面和方便快捷的使用方式;还涉及到JAVASCRIPT,JQUERY脚本语言的使用。最后整体阐述了系统的整体功能。本文最后总结了本博客系统的性能和特点,提出了整体的优化地方和方法,并对本博客
3、系统的未来使用情况进行了展望。关键词:博客设计;AJAX应用;网站数据库交互;博客系统实现35AbstractThisarticleaimstoillustrateblogsystemdesignbasedonPHPandAJAX,thissystemisverybeneficialuseincampusorlargecompany,reasonabledesignofthesystem,fullyfunctional,aestheticallypleasinginterface,allowingcusto
4、merstoeasilyputdailylife,work,learning,emotionalwritteninblog,andcanquicklyandeasilybrowseotherpeople’sgoodblog,thissystemcanbeappliedtotheuniversitycampusorsocialcompanies.Descriptionpaperbeginswithanoverviewofthedevelopmentoftoday'sWebblogbackground,soci
5、alapplication.Thenexplaintheorganizationalstructureoftheblogsystem,includingMYSQLdatabasedesign,tabledesignwhichillustrate;organizationalstructurebackstagePHPcodepages,focusingonthelinkdatabasesanddataprocessingcode;APACHEserveruseandconfiguration;AJAXinus
6、eandhowtoembedawebpage,aswellastheeffectofafteruse;webfront-enddesign,howtodesignasimpleandbeautifulinterfaceandconvenienthomeuse;furtherrelatestotheuseofJAVASCRIPT,JQUERYscriptinglanguage.Finally,theoverallfunctionoftheoverallsystemelaborated.Finally,this
7、papersummarizestheperformanceandfeaturesoftheblogsystemisproposedtooptimizethewholeplaceandmethod,andthefutureuseoftheblogsystemwerediscussed.Keywords:Blogdesign;AJAXapplication;websitedatabaseinteraction;blogsystemimplementation35目录引言11开发概述21.1开发背景21.2需求分
8、析21.3系统目标31.4系统功能结构31.4.1妙之博客管理系统的功能结构如下描述:31.4.2妙之博客的后台管理包括如下功能:31.5系统功能预览32数据库设计42.1数据库概念设计42.2数据库物理结构设计52.2.2tb_article(博客文章表)62.2.3tb_frd(用户好友信息表)62.2.4tb_log(文章日志信息表)72.2.5tb_member(用户信息数据表)72.2.6tb_mess