首页 PHP 008基于PHP的个人博客网站设计与实现
008基于PHP的个人博客网站设计与实现
作品编号:819
关注人气:1854
文件包括:设计源码+数据库+论文
设计大小:3.75 M
开发语言:PHP
开发数据库:MySQL
开发环境:Dreamware+WAMP或APMServ
原价:900元
现价:80元
下载说明

本作品里面包括调试教程和开发工具和软件,可自行下载根据教程进行调试!

如需技术协助调试,本站收取50元作品调试费!点此申请调试

如果上面没有找到适合您需求的作品,您可联系我们为您定做,定做的作品完全按照您的功能需求来做,并且后期三包,包调试,包讲解,包修改直到通过为止。

  • 作品介绍
  • 项目目录
  • 论文目录
  • 论文预览

通过Blog系统记载日常发生的事情和自己的兴趣爱好,把自己的思想和知识与他人分享、交流,同时又通过个人博客结识更多志同道合的朋友,使大家在网上可以进行各种信息的交流,使人们的工作更加简单快捷,使人们的生活更加丰富多彩。

博客有着深远的意义,它是继Email、BBS、ICQ之后出现的第四种网络交流方式,一个博客其实就是一个网页,它通常是由简短且经常更新的帖子所构成,博客中的内容从知情人爆出的“新闻内幕”,到纯个人色彩的思想、日志、散文、照片甚至科幻小说等等应有尽有。

博客上的文章通常根据张贴时间,以倒序方式由新到旧排列。许多博客专注在特定的课题上提供评论或新闻,其他则被作为比较个人的日记。一个典型的博客结合了文字、图像、其他博客或网站的链接、及其它与主题相关的媒体。能够让读者以互动的方式留下意见,是许多博客的重要要素。大部分的博客内容以文字为主。博客是社会媒体网络的一部分。

        


卷 SSD分区 的文件夹 PATH 列表
卷序列号为 0004-1E03
E:\TEST\源码
│  php个人博客系统系统的设计与实现.doc
│  
└─phpblog
    │  index.php
    │  login.php
    │  login_submit.php
    │  logout.php
    │  news_detail.php
    │  news_list.php
    │  news_search.php
    │  register.php
    │  register_submit.php
    │  reply_submit.php
    │  
    ├─admin
    │  │  index.php
    │  │  listMenu.php
    │  │  login.html
    │  │  login_submit.php
    │  │  main.php
    │  │  
    │  ├─news
    │  │      news_add.php
    │  │      news_add_submit.php
    │  │      news_delete.php
    │  │      news_edit.php
    │  │      news_edit_submit.php
    │  │      news_list.php
    │  │      
    │  ├─news_type
    │  │      news_type_add.php
    │  │      news_type_add_submit.php
    │  │      news_type_delete.php
    │  │      news_type_edit.php
    │  │      news_type_edit_submit.php
    │  │      news_type_list.php
    │  │      
    │  ├─reply
    │  │      reply_delete.php
    │  │      reply_list.php
    │  │      
    │  └─user
    │          user_add.php
    │          user_add_submit.php
    │          user_delete.php
    │          user_edit.php
    │          user_edit_submit.php
    │          user_list.php
    │          
    ├─common
    │      conn.php
    │      footer.php
    │      header.php
    │      sidebar.php
    │      
    ├─resources
    │  ├─ckeditor
    │  │  │  .htaccess
    │  │  │  CHANGES.html
    │  │  │  ckeditor.asp
    │  │  │  ckeditor.js
    │  │  │  ckeditor.pack
    │  │  │  ckeditor.php
    │  │  │  ckeditor_basic.js
    │  │  │  ckeditor_basic_source.js
    │  │  │  ckeditor_php4.php
    │  │  │  ckeditor_php5.php
    │  │  │  ckeditor_source.js
    │  │  │  config.js
    │  │  │  contents.css
    │  │  │  INSTALL.html
    │  │  │  LICENSE.html
    │  │  │  
    │  │  ├─adapters
    │  │  │      jquery.js
    │  │  │      
    │  │  ├─images
    │  │  │      spacer.gif
    │  │  │      
    │  │  ├─lang
    │  │  │      af.js
    │  │  │      ar.js
    │  │  │      bg.js
    │  │  │      bn.js
    │  │  │      bs.js
    │  │  │      ca.js
    │  │  │      cs.js
    │  │  │      cy.js
    │  │  │      da.js
    │  │  │      de.js
    │  │  │      el.js
    │  │  │      en-au.js
    │  │  │      en-ca.js
    │  │  │      en-gb.js
    │  │  │      en.js
    │  │  │      eo.js
    │  │  │      es.js
    │  │  │      et.js
    │  │  │      eu.js
    │  │  │      fa.js
    │  │  │      fi.js
    │  │  │      fo.js
    │  │  │      fr-ca.js
    │  │  │      fr.js
    │  │  │      gl.js
    │  │  │      gu.js
    │  │  │      he.js
    │  │  │      hi.js
    │  │  │      hr.js
    │  │  │      hu.js
    │  │  │      is.js
    │  │  │      it.js
    │  │  │      ja.js
    │  │  │      ka.js
    │  │  │      km.js
    │  │  │      ko.js
    │  │  │      lt.js
    │  │  │      lv.js
    │  │  │      mn.js
    │  │  │      ms.js
    │  │  │      nb.js
    │  │  │      nl.js
    │  │  │      no.js
    │  │  │      pl.js
    │  │  │      pt-br.js
    │  │  │      pt.js
    │  │  │      ro.js
    │  │  │      ru.js
    │  │  │      sk.js
    │  │  │      sl.js
    │  │  │      sr-latn.js
    │  │  │      sr.js
    │  │  │      sv.js
    │  │  │      th.js
    │  │  │      tr.js
    │  │  │      uk.js
    │  │  │      vi.js
    │  │  │      zh-cn.js
    │  │  │      zh.js
    │  │  │      _languages.js
    │  │  │      _translationstatus.txt
    │  │  │      
    │  │  ├─plugins
    │  │  │  ├─a11yhelp
    │  │  │  │  ├─dialogs
    │  │  │  │  │      a11yhelp.js
    │  │  │  │  │      
    │  │  │  │  └─lang
    │  │  │  │          en.js
    │  │  │  │          he.js
    │  │  │  │          
    │  │  │  ├─about
    │  │  │  │  └─dialogs
    │  │  │  │          about.js
    │  │  │  │          logo_ckeditor.png
    │  │  │  │          
    │  │  │  ├─adobeair
    │  │  │  │      plugin.js
    │  │  │  │      
    │  │  │  ├─ajax
    │  │  │  │      plugin.js
    │  │  │  │      
    │  │  │  ├─autogrow
    │  │  │  │      plugin.js
    │  │  │  │      
    │  │  │  ├─bbcode
    │  │  │  │      plugin.js
    │  │  │  │      
    │  │  │  ├─clipboard
    │  │  │  │  └─dialogs
    │  │  │  │          paste.js
    │  │  │  │          
    │  │  │  ├─colordialog
    │  │  │  │  └─dialogs
    │  │  │  │          colordialog.js
    │  │  │  │          
    │  │  │  ├─devtools
    │  │  │  │  │  plugin.js
    │  │  │  │  │  
    │  │  │  │  └─lang
    │  │  │  │          en.js
    │  │  │  │          
    │  │  │  ├─dialog
    │  │  │  │      dialogDefinition.js
    │  │  │  │      
    │  │  │  ├─div
    │  │  │  │  └─dialogs
    │  │  │  │          div.js
    │  │  │  │          
    │  │  │  ├─docprops
    │  │  │  │  │  plugin.js
    │  │  │  │  │  
    │  │  │  │  └─dialogs
    │  │  │  │          docprops.js
    │  │  │  │          
    │  │  │  ├─find
    │  │  │  │  └─dialogs
    │  │  │  │          find.js
    │  │  │  │          
    │  │  │  ├─flash
    │  │  │  │  ├─dialogs
    │  │  │  │  │      flash.js
    │  │  │  │  │      
    │  │  │  │  └─images
    │  │  │  │          placeholder.png
    │  │  │  │          
    │  │  │  ├─forms
    │  │  │  │  ├─dialogs
    │  │  │  │  │      button.js
    │  │  │  │  │      checkbox.js
    │  │  │  │  │      form.js
    │  │  │  │  │      hiddenfield.js
    │  │  │  │  │      radio.js
    │  │  │  │  │      select.js
    │  │  │  │  │      textarea.js
    │  │  │  │  │      textfield.js
    │  │  │  │  │      
    │  │  │  │  └─images
    │  │  │  │          hiddenfield.gif
    │  │  │  │          
    │  │  │  ├─iframe
    │  │  │  │  ├─dialogs
    │  │  │  │  │      iframe.js
    │  │  │  │  │      
    │  │  │  │  └─images
    │  │  │  │          placeholder.png
    │  │  │  │          
    │  │  │  ├─iframedialog
    │  │  │  │      plugin.js
    │  │  │  │      
    │  │  │  ├─image
    │  │  │  │  └─dialogs
    │  │  │  │          image.js
    │  │  │  │          
    │  │  │  ├─link
    │  │  │  │  ├─dialogs
    │  │  │  │  │      anchor.js
    │  │  │  │  │      link.js
    │  │  │  │  │      
    │  │  │  │  └─images
    │  │  │  │          anchor.gif
    │  │  │  │          
    │  │  │  ├─liststyle
    │  │  │  │  └─dialogs
    │  │  │  │          liststyle.js
    │  │  │  │          
    │  │  │  ├─pagebreak
    │  │  │  │  └─images
    │  │  │  │          pagebreak.gif
    │  │  │  │          
    │  │  │  ├─pastefromword
    │  │  │  │  └─filter
    │  │  │  │          default.js
    │  │  │  │          
    │  │  │  ├─pastetext
    │  │  │  │  └─dialogs
    │  │  │  │          pastetext.js
    │  │  │  │          
    │  │  │  ├─placeholder
    │  │  │  │  │  placeholder.gif
    │  │  │  │  │  plugin.js
    │  │  │  │  │  
    │  │  │  │  ├─dialogs
    │  │  │  │  │      placeholder.js
    │  │  │  │  │      
    │  │  │  │  └─lang
    │  │  │  │          en.js
    │  │  │  │          he.js
    │  │  │  │          
    │  │  │  ├─scayt
    │  │  │  │  └─dialogs
    │  │  │  │          options.js
    │  │  │  │          toolbar.css
    │  │  │  │          
    │  │  │  ├─showblocks
    │  │  │  │  └─images
    │  │  │  │          block_address.png
    │  │  │  │          block_blockquote.png
    │  │  │  │          block_div.png
    │  │  │  │          block_h1.png
    │  │  │  │          block_h2.png
    │  │  │  │          block_h3.png
    │  │  │  │          block_h4.png
    │  │  │  │          block_h5.png
    │  │  │  │          block_h6.png
    │  │  │  │          block_p.png
    │  │  │  │          block_pre.png
    │  │  │  │          
    │  │  │  ├─smiley
    │  │  │  │  ├─dialogs
    │  │  │  │  │      smiley.js
    │  │  │  │  │      
    │  │  │  │  └─images
    │  │  │  │          angel_smile.gif
    │  │  │  │          angry_smile.gif
    │  │  │  │          broken_heart.gif
    │  │  │  │          confused_smile.gif
    │  │  │  │          cry_smile.gif
    │  │  │  │          devil_smile.gif
    │  │  │  │          embaressed_smile.gif
    │  │  │  │          envelope.gif
    │  │  │  │          heart.gif
    │  │  │  │          kiss.gif
    │  │  │  │          lightbulb.gif
    │  │  │  │          omg_smile.gif
    │  │  │  │          regular_smile.gif
    │  │  │  │          sad_smile.gif
    │  │  │  │          shades_smile.gif
    │  │  │  │          teeth_smile.gif
    │  │  │  │          thumbs_down.gif
    │  │  │  │          thumbs_up.gif
    │  │  │  │          tounge_smile.gif
    │  │  │  │          whatchutalkingabout_smile.gif
    │  │  │  │          wink_smile.gif
    │  │  │  │          
    │  │  │  ├─specialchar
    │  │  │  │  ├─dialogs
    │  │  │  │  │      specialchar.js
    │  │  │  │  │      
    │  │  │  │  └─lang
    │  │  │  │          en.js
    │  │  │  │          
    │  │  │  ├─styles
    │  │  │  │  └─styles
    │  │  │  │          default.js
    │  │  │  │          
    │  │  │  ├─stylesheetparser
    │  │  │  │      plugin.js
    │  │  │  │      
    │  │  │  ├─table
    │  │  │  │  └─dialogs
    │  │  │  │          table.js
    │  │  │  │          
    │  │  │  ├─tableresize
    │  │  │  │      plugin.js
    │  │  │  │      
    │  │  │  ├─tabletools
    │  │  │  │  └─dialogs
    │  │  │  │          tableCell.js
    │  │  │  │          
    │  │  │  ├─templates
    │  │  │  │  ├─dialogs
    │  │  │  │  │      templates.js
    │  │  │  │  │      
    │  │  │  │  └─templates
    │  │  │  │      │  default.js
    │  │  │  │      │  
    │  │  │  │      └─images
    │  │  │  │              template1.gif
    │  │  │  │              template2.gif
    │  │  │  │              template3.gif
    │  │  │  │              
    │  │  │  ├─uicolor
    │  │  │  │  │  plugin.js
    │  │  │  │  │  uicolor.gif
    │  │  │  │  │  
    │  │  │  │  ├─dialogs
    │  │  │  │  │      uicolor.js
    │  │  │  │  │      
    │  │  │  │  ├─lang
    │  │  │  │  │      en.js
    │  │  │  │  │      he.js
    │  │  │  │  │      
    │  │  │  │  └─yui
    │  │  │  │      │  yui.js
    │  │  │  │      │  
    │  │  │  │      └─assets
    │  │  │  │              hue_bg.png
    │  │  │  │              hue_thumb.png
    │  │  │  │              picker_mask.png
    │  │  │  │              picker_thumb.png
    │  │  │  │              yui.css
    │  │  │  │              
    │  │  │  ├─wsc
    │  │  │  │  └─dialogs
    │  │  │  │          ciframe.html
    │  │  │  │          tmpFrameset.html
    │  │  │  │          wsc.css
    │  │  │  │          wsc.js
    │  │  │  │          
    │  │  │  └─xml
    │  │  │          plugin.js
    │  │  │          
    │  │  ├─skins
    │  │  │  ├─kama
    │  │  │  │  │  dialog.css
    │  │  │  │  │  editor.css
    │  │  │  │  │  icons.png
    │  │  │  │  │  icons_rtl.png
    │  │  │  │  │  skin.js
    │  │  │  │  │  templates.css
    │  │  │  │  │  
    │  │  │  │  └─images
    │  │  │  │          dialog_sides.gif
    │  │  │  │          dialog_sides.png
    │  │  │  │          dialog_sides_rtl.png
    │  │  │  │          mini.gif
    │  │  │  │          noimage.png
    │  │  │  │          sprites.png
    │  │  │  │          sprites_ie6.png
    │  │  │  │          toolbar_start.gif
    │  │  │  │          
    │  │  │  ├─office2003
    │  │  │  │  │  dialog.css
    │  │  │  │  │  editor.css
    │  │  │  │  │  icons.png
    │  │  │  │  │  icons_rtl.png
    │  │  │  │  │  skin.js
    │  │  │  │  │  templates.css
    │  │  │  │  │  
    │  │  │  │  └─images
    │  │  │  │          dialog_sides.gif
    │  │  │  │          dialog_sides.png
    │  │  │  │          dialog_sides_rtl.png
    │  │  │  │          mini.gif
    │  │  │  │          noimage.png
    │  │  │  │          sprites.png
    │  │  │  │          sprites_ie6.png
    │  │  │  │          
    │  │  │  └─v2
    │  │  │      │  dialog.css
    │  │  │      │  editor.css
    │  │  │      │  icons.png
    │  │  │      │  icons_rtl.png
    │  │  │      │  skin.js
    │  │  │      │  templates.css
    │  │  │      │  
    │  │  │      └─images
    │  │  │              dialog_sides.gif
    │  │  │              dialog_sides.png
    │  │  │              dialog_sides_rtl.png
    │  │  │              mini.gif
    │  │  │              noimage.png
    │  │  │              sprites.png
    │  │  │              sprites_ie6.png
    │  │  │              toolbar_start.gif
    │  │  │              
    │  │  ├─themes
    │  │  │  └─default
    │  │  │          theme.js
    │  │  │          
    │  │  ├─_samples
    │  │  │  │  ajax.html
    │  │  │  │  api.html
    │  │  │  │  api_dialog.html
    │  │  │  │  autogrow.html
    │  │  │  │  bbcode.html
    │  │  │  │  devtools.html
    │  │  │  │  divreplace.html
    │  │  │  │  enterkey.html
    │  │  │  │  fullpage.html
    │  │  │  │  index.html
    │  │  │  │  jqueryadapter.html
    │  │  │  │  output_for_flash.html
    │  │  │  │  output_html.html
    │  │  │  │  output_xhtml.html
    │  │  │  │  placeholder.html
    │  │  │  │  readonly.html
    │  │  │  │  replacebyclass.html
    │  │  │  │  replacebycode.html
    │  │  │  │  sample.css
    │  │  │  │  sample.js
    │  │  │  │  sample_posteddata.php
    │  │  │  │  sharedspaces.html
    │  │  │  │  skins.html
    │  │  │  │  stylesheetparser.html
    │  │  │  │  tableresize.html
    │  │  │  │  ui_color.html
    │  │  │  │  ui_languages.html
    │  │  │  │  
    │  │  │  ├─adobeair
    │  │  │  │      application.xml
    │  │  │  │      run.bat
    │  │  │  │      run.sh
    │  │  │  │      sample.html
    │  │  │  │      
    │  │  │  ├─api_dialog
    │  │  │  │      my_dialog.js
    │  │  │  │      
    │  │  │  ├─asp
    │  │  │  │      advanced.asp
    │  │  │  │      events.asp
    │  │  │  │      index.html
    │  │  │  │      replace.asp
    │  │  │  │      replaceall.asp
    │  │  │  │      sample_posteddata.asp
    │  │  │  │      standalone.asp
    │  │  │  │      
    │  │  │  ├─assets
    │  │  │  │      output_for_flash.fla
    │  │  │  │      output_for_flash.swf
    │  │  │  │      output_xhtml.css
    │  │  │  │      parsesample.css
    │  │  │  │      swfobject.js
    │  │  │  │      _posteddata.php
    │  │  │  │      
    │  │  │  └─php
    │  │  │          advanced.php
    │  │  │          events.php
    │  │  │          index.html
    │  │  │          replace.php
    │  │  │          replaceall.php
    │  │  │          standalone.php
    │  │  │          
    │  │  └─_source
    │  │      ├─adapters
    │  │      │      jquery.js
    │  │      │      
    │  │      ├─core
    │  │      │  │  ckeditor.js
    │  │      │  │  ckeditor_base.js
    │  │      │  │  ckeditor_basic.js
    │  │      │  │  command.js
    │  │      │  │  commanddefinition.js
    │  │      │  │  config.js
    │  │      │  │  dataprocessor.js
    │  │      │  │  dom.js
    │  │      │  │  dtd.js
    │  │      │  │  editor.js
    │  │      │  │  editor_basic.js
    │  │      │  │  env.js
    │  │      │  │  event.js
    │  │      │  │  eventInfo.js
    │  │      │  │  focusmanager.js
    │  │      │  │  htmlparser.js
    │  │      │  │  lang.js
    │  │      │  │  loader.js
    │  │      │  │  plugindefinition.js
    │  │      │  │  plugins.js
    │  │      │  │  resourcemanager.js
    │  │      │  │  scriptloader.js
    │  │      │  │  skins.js
    │  │      │  │  themes.js
    │  │      │  │  tools.js
    │  │      │  │  ui.js
    │  │      │  │  _bootstrap.js
    │  │      │  │  
    │  │      │  ├─dom
    │  │      │  │      comment.js
    │  │      │  │      document.js
    │  │      │  │      documentfragment.js
    │  │      │  │      domobject.js
    │  │      │  │      element.js
    │  │      │  │      elementpath.js
    │  │      │  │      event.js
    │  │      │  │      node.js
    │  │      │  │      nodelist.js
    │  │      │  │      range.js
    │  │      │  │      rangelist.js
    │  │      │  │      text.js
    │  │      │  │      walker.js
    │  │      │  │      window.js
    │  │      │  │      
    │  │      │  └─htmlparser
    │  │      │          basicwriter.js
    │  │      │          cdata.js
    │  │      │          comment.js
    │  │      │          element.js
    │  │      │          filter.js
    │  │      │          fragment.js
    │  │      │          text.js
    │  │      │          
    │  │      ├─lang
    │  │      │      af.js
    │  │      │      ar.js
    │  │      │      bg.js
    │  │      │      bn.js
    │  │      │      bs.js
    │  │      │      ca.js
    │  │      │      cs.js
    │  │      │      cy.js
    │  │      │      da.js
    │  │      │      de.js
    │  │      │      el.js
    │  │      │      en-au.js
    │  │      │      en-ca.js
    │  │      │      en-gb.js
    │  │      │      en.js
    │  │      │      eo.js
    │  │      │      es.js
    │  │      │      et.js
    │  │      │      eu.js
    │  │      │      fa.js
    │  │      │      fi.js
    │  │      │      fo.js
    │  │      │      fr-ca.js
    │  │      │      fr.js
    │  │      │      gl.js
    │  │      │      gu.js
    │  │      │      he.js
    │  │      │      hi.js
    │  │      │      hr.js
    │  │      │      hu.js
    │  │      │      is.js
    │  │      │      it.js
    │  │      │      ja.js
    │  │      │      ka.js
    │  │      │      km.js
    │  │      │      ko.js
    │  │      │      lt.js
    │  │      │      lv.js
    │  │      │      mn.js
    │  │      │      ms.js
    │  │      │      nb.js
    │  │      │      nl.js
    │  │      │      no.js
    │  │      │      pl.js
    │  │      │      pt-br.js
    │  │      │      pt.js
    │  │      │      ro.js
    │  │      │      ru.js
    │  │      │      sk.js
    │  │      │      sl.js
    │  │      │      sr-latn.js
    │  │      │      sr.js
    │  │      │      sv.js
    │  │      │      th.js
    │  │      │      tr.js
    │  │      │      uk.js
    │  │      │      vi.js
    │  │      │      zh-cn.js
    │  │      │      zh.js
    │  │      │      _languages.js
    │  │      │      _translationstatus.txt
    │  │      │      
    │  │      ├─plugins
    │  │      │  ├─a11yhelp
    │  │      │  │  │  plugin.js
    │  │      │  │  │  
    │  │      │  │  ├─dialogs
    │  │      │  │  │      a11yhelp.js
    │  │      │  │  │      
    │  │      │  │  └─lang
    │  │      │  │          en.js
    │  │      │  │          he.js
    │  │      │  │          
    │  │      │  ├─about
    │  │      │  │  │  plugin.js
    │  │      │  │  │  
    │  │      │  │  └─dialogs
    │  │      │  │          about.js
    │  │      │  │          logo_ckeditor.png
    │  │      │  │          
    │  │      │  ├─adobeair
    │  │      │  │      plugin.js
    │  │      │  │      
    │  │      │  ├─ajax
    │  │      │  │      plugin.js
    │  │      │  │      
    │  │      │  ├─autogrow
    │  │      │  │      plugin.js
    │  │      │  │      
    │  │      │  ├─basicstyles
    │  │      │  │      plugin.js
    │  │      │  │      
    │  │      │  ├─bbcode
    │  │      │  │      plugin.js
    │  │      │  │      
    │  │      │  ├─bidi
    │  │      │  │      plugin.js
    │  │      │  │      
    │  │      │  ├─blockquote
    │  │      │  │      plugin.js
    │  │      │  │      
    │  │      │  ├─button
    │  │      │  │      plugin.js
    │  │      │  │      
    │  │      │  ├─clipboard
    │  │      │  │  │  plugin.js
    │  │      │  │  │  
    │  │      │  │  └─dialogs
    │  │      │  │          paste.js
    │  │      │  │          
    │  │      │  ├─colorbutton
    │  │      │  │      plugin.js
    │  │      │  │      
    │  │      │  ├─colordialog
    │  │      │  │  │  plugin.js
    │  │      │  │  │  
    │  │      │  │  └─dialogs
    │  │      │  │          colordialog.js
    │  │      │  │          
    │  │      │  ├─contextmenu
    │  │      │  │      plugin.js
    │  │      │  │      
    │  │      │  ├─devtools
    │  │      │  │  │  plugin.js
    │  │      │  │  │  
    │  │      │  │  └─lang
    │  │      │  │          en.js
    │  │      │  │          
    │  │      │  ├─dialog
    │  │      │  │      dialogDefinition.js
    │  │      │  │      plugin.js
    │  │      │  │      
    │  │      │  ├─dialogadvtab
    │  │      │  │      plugin.js
    │  │      │  │      
    │  │      │  ├─dialogui
    │  │      │  │      plugin.js
    │  │      │  │      
    │  │      │  ├─div
    │  │      │  │  │  plugin.js
    │  │      │  │  │  
    │  │      │  │  └─dialogs
    │  │      │  │          div.js
    │  │      │  │          
    │  │      │  ├─docprops
    │  │      │  │  │  plugin.js
    │  │      │  │  │  
    │  │      │  │  └─dialogs
    │  │      │  │          docprops.js
    │  │      │  │          
    │  │      │  ├─domiterator
    │  │      │  │      plugin.js
    │  │      │  │      
    │  │      │  ├─editingblock
    │  │      │  │      plugin.js
    │  │      │  │      
    │  │      │  ├─elementspath
    │  │      │  │      plugin.js
    │  │      │  │      
    │  │      │  ├─enterkey
    │  │      │  │      plugin.js
    │  │      │  │      
    │  │      │  ├─entities
    │  │      │  │      plugin.js
    │  │      │  │      
    │  │      │  ├─fakeobjects
    │  │      │  │      plugin.js
    │  │      │  │      
    │  │      │  ├─filebrowser
    │  │      │  │      plugin.js
    │  │      │  │      
    │  │      │  ├─find
    │  │      │  │  │  plugin.js
    │  │      │  │  │  
    │  │      │  │  └─dialogs
    │  │      │  │          find.js
    │  │      │  │          
    │  │      │  ├─flash
    │  │      │  │  │  plugin.js
    │  │      │  │  │  
    │  │      │  │  ├─dialogs
    │  │      │  │  │      flash.js
    │  │      │  │  │      
    │  │      │  │  └─images
    │  │      │  │          placeholder.png
    │  │      │  │          
    │  │      │  ├─floatpanel
    │  │      │  │      plugin.js
    │  │      │  │      
    │  │      │  ├─font
    │  │      │  │      plugin.js
    │  │      │  │      
    │  │      │  ├─format
    │  │      │  │      plugin.js
    │  │      │  │      
    │  │      │  ├─forms
    │  │      │  │  │  plugin.js
    │  │      │  │  │  
    │  │      │  │  ├─dialogs
    │  │      │  │  │      button.js
    │  │      │  │  │      checkbox.js
    │  │      │  │  │      form.js
    │  │      │  │  │      hiddenfield.js
    │  │      │  │  │      radio.js
    │  │      │  │  │      select.js
    │  │      │  │  │      textarea.js
    │  │      │  │  │      textfield.js
    │  │      │  │  │      
    │  │      │  │  └─images
    │  │      │  │          hiddenfield.gif
    │  │      │  │          
    │  │      │  ├─horizontalrule
    │  │      │  │      plugin.js
    │  │      │  │      
    │  │      │  ├─htmldataprocessor
    │  │      │  │      plugin.js
    │  │      │  │      
    │  │      │  ├─htmlwriter
    │  │      │  │      plugin.js
    │  │      │  │      
    │  │      │  ├─iframe
    │  │      │  │  │  plugin.js
    │  │      │  │  │  
    │  │      │  │  ├─dialogs
    │  │      │  │  │      iframe.js
    │  │      │  │  │      
    │  │      │  │  └─images
    │  │      │  │          placeholder.png
    │  │      │  │          
    │  │      │  ├─iframedialog
    │  │      │  │      plugin.js
    │  │      │  │      
    │  │      │  ├─image
    │  │      │  │  │  plugin.js
    │  │      │  │  │  
    │  │      │  │  └─dialogs
    │  │      │  │          image.js
    │  │      │  │          
    │  │      │  ├─indent
    │  │      │  │      plugin.js
    │  │      │  │      
    │  │      │  ├─justify
    │  │      │  │      plugin.js
    │  │      │  │      
    │  │      │  ├─keystrokes
    │  │      │  │      plugin.js
    │  │      │  │      
    │  │      │  ├─link
    │  │      │  │  │  plugin.js
    │  │      │  │  │  
    │  │      │  │  ├─dialogs
    │  │      │  │  │      anchor.js
    │  │      │  │  │      link.js
    │  │      │  │  │      
    │  │      │  │  └─images
    │  │      │  │          anchor.gif
    │  │      │  │          
    │  │      │  ├─list
    │  │      │  │      plugin.js
    │  │      │  │      
    │  │      │  ├─listblock
    │  │      │  │      plugin.js
    │  │      │  │      
    │  │      │  ├─liststyle
    │  │      │  │  │  plugin.js
    │  │      │  │  │  
    │  │      │  │  └─dialogs
    │  │      │  │          liststyle.js
    │  │      │  │          
    │  │      │  ├─maximize
    │  │      │  │      plugin.js
    │  │      │  │      
    │  │      │  ├─menu
    │  │      │  │      plugin.js
    │  │      │  │      
    │  │      │  ├─menubutton
    │  │      │  │      plugin.js
    │  │      │  │      
    │  │      │  ├─newpage
    │  │      │  │      plugin.js
    │  │      │  │      
    │  │      │  ├─pagebreak
    │  │      │  │  │  plugin.js
    │  │      │  │  │  
    │  │      │  │  └─images
    │  │      │  │          pagebreak.gif
    │  │      │  │          
    │  │      │  ├─panel
    │  │      │  │      plugin.js
    │  │      │  │      
    │  │      │  ├─panelbutton
    │  │      │  │      plugin.js
    │  │      │  │      
    │  │      │  ├─pastefromword
    │  │      │  │  │  plugin.js
    │  │      │  │  │  
    │  │      │  │  └─filter
    │  │      │  │          default.js
    │  │      │  │          
    │  │      │  ├─pastetext
    │  │      │  │  │  plugin.js
    │  │      │  │  │  
    │  │      │  │  └─dialogs
    │  │      │  │          pastetext.js
    │  │      │  │          
    │  │      │  ├─placeholder
    │  │      │  │  │  placeholder.gif
    │  │      │  │  │  plugin.js
    │  │      │  │  │  
    │  │      │  │  ├─dialogs
    │  │      │  │  │      placeholder.js
    │  │      │  │  │      
    │  │      │  │  └─lang
    │  │      │  │          en.js
    │  │      │  │          he.js
    │  │      │  │          
    │  │      │  ├─popup
    │  │      │  │      plugin.js
    │  │      │  │      
    │  │      │  ├─preview
    │  │      │  │      plugin.js
    │  │      │  │      
    │  │      │  ├─print
    │  │      │  │      plugin.js
    │  │      │  │      
    │  │      │  ├─removeformat
    │  │      │  │      plugin.js
    │  │      │  │      
    │  │      │  ├─resize
    │  │      │  │      plugin.js
    │  │      │  │      
    │  │      │  ├─richcombo
    │  │      │  │      plugin.js
    │  │      │  │      
    │  │      │  ├─save
    │  │      │  │      plugin.js
    │  │      │  │      
    │  │      │  ├─scayt
    │  │      │  │  │  plugin.js
    │  │      │  │  │  
    │  │      │  │  └─dialogs
    │  │      │  │          options.js
    │  │      │  │          toolbar.css
    │  │      │  │          
    │  │      │  ├─selection
    │  │      │  │      plugin.js
    │  │      │  │      
    │  │      │  ├─showblocks
    │  │      │  │  │  plugin.js
    │  │      │  │  │  
    │  │      │  │  └─images
    │  │      │  │          block_address.png
    │  │      │  │          block_blockquote.png
    │  │      │  │          block_div.png
    │  │      │  │          block_h1.png
    │  │      │  │          block_h2.png
    │  │      │  │          block_h3.png
    │  │      │  │          block_h4.png
    │  │      │  │          block_h5.png
    │  │      │  │          block_h6.png
    │  │      │  │          block_p.png
    │  │      │  │          block_pre.png
    │  │      │  │          
    │  │      │  ├─showborders
    │  │      │  │      plugin.js
    │  │      │  │      
    │  │      │  ├─smiley
    │  │      │  │  │  plugin.js
    │  │      │  │  │  
    │  │      │  │  ├─dialogs
    │  │      │  │  │      smiley.js
    │  │      │  │  │      
    │  │      │  │  └─images
    │  │      │  │          angel_smile.gif
    │  │      │  │          angry_smile.gif
    │  │      │  │          broken_heart.gif
    │  │      │  │          confused_smile.gif
    │  │      │  │          cry_smile.gif
    │  │      │  │          devil_smile.gif
    │  │      │  │          embaressed_smile.gif
    │  │      │  │          envelope.gif
    │  │      │  │          heart.gif
    │  │      │  │          kiss.gif
    │  │      │  │          lightbulb.gif
    │  │      │  │          omg_smile.gif
    │  │      │  │          regular_smile.gif
    │  │      │  │          sad_smile.gif
    │  │      │  │          shades_smile.gif
    │  │      │  │          teeth_smile.gif
    │  │      │  │          thumbs_down.gif
    │  │      │  │          thumbs_up.gif
    │  │      │  │          tounge_smile.gif
    │  │      │  │          whatchutalkingabout_smile.gif
    │  │      │  │          wink_smile.gif
    │  │      │  │          
    │  │      │  ├─sourcearea
    │  │      │  │      plugin.js
    │  │      │  │      
    │  │      │  ├─specialchar
    │  │      │  │  │  plugin.js
    │  │      │  │  │  
    │  │      │  │  ├─dialogs
    │  │      │  │  │      specialchar.js
    │  │      │  │  │      
    │  │      │  │  └─lang
    │  │      │  │          en.js
    │  │      │  │          
    │  │      │  ├─styles
    │  │      │  │  │  plugin.js
    │  │      │  │  │  
    │  │      │  │  └─styles
    │  │      │  │          default.js
    │  │      │  │          
    │  │      │  ├─stylescombo
    │  │      │  │      plugin.js
    │  │      │  │      
    │  │      │  ├─stylesheetparser
    │  │      │  │      plugin.js
    │  │      │  │      
    │  │      │  ├─tab
    │  │      │  │      plugin.js
    │  │      │  │      
    │  │      │  ├─table
    │  │      │  │  │  plugin.js
    │  │      │  │  │  
    │  │      │  │  └─dialogs
    │  │      │  │          table.js
    │  │      │  │          
    │  │      │  ├─tableresize
    │  │      │  │      plugin.js
    │  │      │  │      
    │  │      │  ├─tabletools
    │  │      │  │  │  plugin.js
    │  │      │  │  │  
    │  │      │  │  └─dialogs
    │  │      │  │          tableCell.js
    │  │      │  │          
    │  │      │  ├─templates
    │  │      │  │  │  plugin.js
    │  │      │  │  │  
    │  │      │  │  ├─dialogs
    │  │      │  │  │      templates.js
    │  │      │  │  │      
    │  │      │  │  └─templates
    │  │      │  │      │  default.js
    │  │      │  │      │  
    │  │      │  │      └─images
    │  │      │  │              template1.gif
    │  │      │  │              template2.gif
    │  │      │  │              template3.gif
    │  │      │  │              
    │  │      │  ├─toolbar
    │  │      │  │      plugin.js
    │  │      │  │      
    │  │      │  ├─uicolor
    │  │      │  │  │  plugin.js
    │  │      │  │  │  uicolor.gif
    │  │      │  │  │  
    │  │      │  │  ├─dialogs
    │  │      │  │  │      uicolor.js
    │  │      │  │  │      
    │  │      │  │  ├─lang
    │  │      │  │  │      en.js
    │  │      │  │  │      he.js
    │  │      │  │  │      
    │  │      │  │  └─yui
    │  │      │  │      │  yui.js
    │  │      │  │      │  
    │  │      │  │      └─assets
    │  │      │  │              hue_bg.png
    │  │      │  │              hue_thumb.png
    │  │      │  │              picker_mask.png
    │  │      │  │              picker_thumb.png
    │  │      │  │              yui.css
    │  │      │  │              
    │  │      │  ├─undo
    │  │      │  │      plugin.js
    │  │      │  │      
    │  │      │  ├─wsc
    │  │      │  │  │  plugin.js
    │  │      │  │  │  
    │  │      │  │  └─dialogs
    │  │      │  │          ciframe.html
    │  │      │  │          tmpFrameset.html
    │  │      │  │          wsc.css
    │  │      │  │          wsc.js
    │  │      │  │          
    │  │      │  ├─wysiwygarea
    │  │      │  │      plugin.js
    │  │      │  │      
    │  │      │  └─xml
    │  │      │          plugin.js
    │  │      │          
    │  │      ├─skins
    │  │      │  ├─kama
    │  │      │  │  │  dialog.css
    │  │      │  │  │  editor.css
    │  │      │  │  │  elementspath.css
    │  │      │  │  │  icons.css
    │  │      │  │  │  icons.png
    │  │      │  │  │  icons_rtl.png
    │  │      │  │  │  mainui.css
    │  │      │  │  │  menu.css
    │  │      │  │  │  panel.css
    │  │      │  │  │  presets.css
    │  │      │  │  │  reset.css
    │  │      │  │  │  richcombo.css
    │  │      │  │  │  skin.js
    │  │      │  │  │  templates.css
    │  │      │  │  │  toolbar.css
    │  │      │  │  │  
    │  │      │  │  └─images
    │  │      │  │          dialog_sides.gif
    │  │      │  │          dialog_sides.png
    │  │      │  │          dialog_sides_rtl.png
    │  │      │  │          mini.gif
    │  │      │  │          noimage.png
    │  │      │  │          sprites.png
    │  │      │  │          sprites_ie6.png
    │  │      │  │          toolbar_start.gif
    │  │      │  │          
    │  │      │  ├─office2003
    │  │      │  │  │  dialog.css
    │  │      │  │  │  editor.css
    │  │      │  │  │  elementspath.css
    │  │      │  │  │  icons.css
    │  │      │  │  │  icons.png
    │  │      │  │  │  icons_rtl.png
    │  │      │  │  │  mainui.css
    │  │      │  │  │  menu.css
    │  │      │  │  │  panel.css
    │  │      │  │  │  presets.css
    │  │      │  │  │  reset.css
    │  │      │  │  │  richcombo.css
    │  │      │  │  │  skin.js
    │  │      │  │  │  templates.css
    │  │      │  │  │  toolbar.css
    │  │      │  │  │  
    │  │      │  │  └─images
    │  │      │  │          dialog_sides.gif
    │  │      │  │          dialog_sides.png
    │  │      │  │          dialog_sides_rtl.png
    │  │      │  │          mini.gif
    │  │      │  │          noimage.png
    │  │      │  │          sprites.png
    │  │      │  │          sprites_ie6.png
    │  │      │  │          
    │  │      │  └─v2
    │  │      │      │  dialog.css
    │  │      │      │  editor.css
    │  │      │      │  elementspath.css
    │  │      │      │  icons.css
    │  │      │      │  icons.png
    │  │      │      │  icons_rtl.png
    │  │      │      │  mainui.css
    │  │      │      │  menu.css
    │  │      │      │  panel.css
    │  │      │      │  presets.css
    │  │      │      │  reset.css
    │  │      │      │  richcombo.css
    │  │      │      │  skin.js
    │  │      │      │  templates.css
    │  │      │      │  toolbar.css
    │  │      │      │  
    │  │      │      └─images
    │  │      │              dialog_sides.gif
    │  │      │              dialog_sides.png
    │  │      │              dialog_sides_rtl.png
    │  │      │              mini.gif
    │  │      │              noimage.png
    │  │      │              sprites.png
    │  │      │              sprites_ie6.png
    │  │      │              toolbar_start.gif
    │  │      │              
    │  │      └─themes
    │  │          └─default
    │  │                  theme.js
    │  │                  
    │  ├─css
    │  │      default.css
    │  │      invalid.css
    │  │      reset.css
    │  │      style.css
    │  │      
    │  ├─datePicker
    │  │  │  calendar.js
    │  │  │  config.js
    │  │  │  My97DatePicker.htm
    │  │  │  WdatePicker.js
    │  │  │  
    │  │  ├─lang
    │  │  │      en.js
    │  │  │      zh-cn.js
    │  │  │      zh-tw.js
    │  │  │      
    │  │  └─skin
    │  │      │  datePicker.gif
    │  │      │  WdatePicker.css
    │  │      │  
    │  │      ├─default
    │  │      │      datepicker.css
    │  │      │      img.gif
    │  │      │      
    │  │      └─whyGreen
    │  │              bg.jpg
    │  │              datepicker.css
    │  │              img.gif
    │  │              
    │  ├─images
    │  │  │  b.png
    │  │  │  bg-body.gif
    │  │  │  bg-button-green.gif
    │  │  │  bg-content-box.gif
    │  │  │  bg-form-field.gif
    │  │  │  bg-login-top.png
    │  │  │  bg-login.gif
    │  │  │  bg-menu-item-current.gif
    │  │  │  bg-menu-item-green.gif
    │  │  │  bg-radial-gradient.gif
    │  │  │  bg-sidebar.gif
    │  │  │  bl.png
    │  │  │  br.png
    │  │  │  img01.jpg
    │  │  │  img02.gif
    │  │  │  img03.jpg
    │  │  │  img04.jpg
    │  │  │  logo.png
    │  │  │  menu-current-arrow.gif
    │  │  │  shortcut-button-bg.gif
    │  │  │  tl.png
    │  │  │  tr.png
    │  │  │  
    │  │  └─icons
    │  │          bullet_black.png
    │  │          clock_48.png
    │  │          comment_48.png
    │  │          cross.png
    │  │          cross_circle.png
    │  │          cross_grey_small.png
    │  │          exclamation.png
    │  │          hammer_screwdriver.png
    │  │          image_add_48.png
    │  │          information.png
    │  │          jquery.wysiwyg.gif
    │  │          paper_content_pencil_48.png
    │  │          pencil.png
    │  │          pencil_48.png
    │  │          tick_circle.png
    │  │          
    │  └─scripts
    │          facebox.js
    │          iframe-auto.js
    │          jquery-1.3.2.min.js
    │          jquery.date.js
    │          jquery.datePicker.js
    │          jquery.wysiwyg.js
    │          simpla.jquery.configuration.js
    │          
    ├─数据库sql
    │      php_blog.sql
    │      
    └─运行截图
            1.jpg
            10.jpg
            2.jpg
            3.jpg
            4.jpg
            5.jpg
            6.jpg
            7.jpg
            8.jpg
            9.jpg
            

目  录
1 背景与实现    6
1.1 系统开发背景    6
.2 系统开发意义    6
1.3 系统开发技术    6
1.3.1  PHP技术    6
1.3.2 数据库技术    7
1.3.3  Apache技术    8
2 系统分析    8
2.1 系统可行性分析    8
2.1.1 技术可行性分析    8
2.1.2 经济可行性分析    9
2.1.3 操作可行性分析    9
2.2 需求分析    9
2.2.1 系统需求分析    9
2.2.3 系统流程图    10
3 个人博客博客管理系统设计    10
3.1 系统总体结构设计应遵循以下原则    11
3.1.1 分解协调原则    11
3.1.2 信息隐蔽、抽象的原则    11
3.1.3 自顶向下的原则    11
3.1.4 一致性原则    11
3.1 5 面向用户的原则    11
3.2 系统总体结构设计    11
3.3 数据库设计    12
3.3.1 数据库分析    12
3.3.2 数据库E-R图    12
3.3.3数据表设计    13
3.3.4 数据库连接    14
3.3.5运行环境    14
4 博客管理系统的实现    14
4.1 首页面及主要页面设计    14
4.2 功能模块的实现    15
4.2.1 首页模块的实现    15
4.2.2 用户管理模块的实现    15
4.2.3日志管理模块的实现    16
4.2.6管理员模块的实现    19
4.2.6评论模块的实现    19
5 系统测试与运行结果    20
5.1系统测试内容    20
5.2系统运行结果    21
6  工作总结和展望    21
6.1 本文总结    21
6.2 通过博客系统对PHP的总结和展望    21
6.3 进一步研究方向    22
结束语    22
参考文献    24
致谢    25

标签:个人博客,Blog平台,博客网站

  • 专注毕业设计源码作品
  • 毕业设计源码论文全套
  • 每件作品均测试后上线
  • 提供所有教程和软件下载

Copyright © 2008-2024 jsjbysjw.com . All Rights Reserved. 备案号:苏ICP备2021056683号-4

  • 联系QQ:81677093
  • 微信:bysj1950