首页 Java 031基于JSP/Java的个人博客系统的设计与实现
031基于JSP/Java的个人博客系统的设计与实现
作品编号:68
关注人气:1741
文件包括:设计源码+数据库+论文+开题+PPT
设计大小:4.12 M
开发语言:Java
开发数据库:SQL Server
开发环境:Myeclipse+Tomcat+JDK
原价:900元
现价:90元
下载说明

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

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

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

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

博客的精神是:自由表达,开放宽容,个性张扬,专业精神。

在没有自己的博客之前,人们会经常进出于论坛发表贴子或者通过即时通信软件聊天,来表达自已的想法,可是这些都是零散的和杂乱的。博客的出现,让人们可以不断的把自己以前的和每天激发的一些想法或者感受整理放在自己的博客上,每次在写文章的时候,可能又会产生新的想法。虽然一些想法一些思考只是皮毛,没有什么深度,但是当下笔去写的时候每次都会对某个小小的问题有了更多的一点点思考,再写博客的时候就感觉到了一种满足感,一种想法得以释放思考得以延伸的满足感。生活中每天的一个小小的事情都会引起人们的思考,甚至是和朋友的聊天中一个小小的火花迸发。督促自己努力、把一时的想法变成观点,争取在生命中的每天里留下点什么,这也是人们写博客的目的之一。这样就能督促自己每一天不要浑浑噩噩,时光流逝无痕无声无息,写博客也是在自己的每一天上留下了一道浅浅的思考和划痕。

不仅如此,通过写博客、记录自己的想法可以帮助实现如下这些目的:

(1)记录生活,在自己的每一天上留下思考的划痕。

(2)整理思路,固化知识,获得更多更好的想法。

(3)分享,将自己的想法、经验与人分享。

(4)交流、提高,通过交流产生更多的思维火花,相互提高。

(5)交友,互相鼓励,一路同行。

如果说博客网站是一个舞台,那么所有的博客都是其中的舞者,把自己有价值的真实的一面展示在网络世界中,相互交流沟通;如果博客仅仅为了写日志,那么博客是一面镜子,镜子中展现的是真实的自己;如果博客是一个自由媒体,可以把自身感觉有价值的信息通过博客这个工具发布,与网友共享。

博客信息管理系统分为面向网络用户的前台及面向个人博客维护管理的后台,依据博客网站中所要实现的基本功能的设定,将所有功能分解为如下四个主要的功能模块来加以实现。用户以合法的用户名及密码登录,系统即可按该登录用户的权限分配操作模块。

3.5.1博客注册登录管理模块

博客注册登录管理模块用于建立博客网站固定的客户群体,通过记录对应的博客档案,实现对博客信息的后台维护及管理,同时也便于通过博客档案库将网站最新动态及相关企业的信息方便地传达给每一位潜在的客户。

该功能模块实现了以下几个子功能。

(1)新博客在线注册。

(2)博客登录管理。

(3)跳转到博客主页。

只有进行登录并通过身份验证的用户,才可以在个人博客页面发表日志,并借助个人设置实现对个人博客相关信息的管理维护。对于没有经过身份验证的网络用户不允许在博客页面中发表日志,更不允许对博客页面信息进行管理维护。

该模块实现新博客的注册及登录验证功能。其中,注册新博客时会对用户输入的注册信息进行有效性验证,包括基本数据格式的有效性以及逻辑有效性,例如,用户名被占用时将及时给出提示。注册成功的博客登录时,会随时根据博客输入的登录信息进行提示,如用户名错误或者密码错误。

3.5.2博客及文章检索查询模块

博客及文章检索查询模块为网络用户提供便捷的搜索,以及日志阅读浏览等功能,同时对日志的评论信息、博客推荐也能够及时反馈给网络用户。

该功能模块实现了以下几个子功能。

(1)热门博客页面推荐。

(2)最新博客日志推荐。

(3)日志信息关键字搜索。

该模块能够在网页中随时提供在线的最新日志信息。该信息需要定期更新,网络用户可以随时获得最新日志以及最热门的博客推荐。在客户选择了某个博客或者某个感兴趣的日志后,可以方便地跳转到对应博客页面进行日志的阅读,并和博客进行交流互动。

为了使网络用户尽快定位到所需的博客资料及日志信息,本模块提供了搜索功能,用户可以对所关注的日志信息按照标题进行关键字搜索,以避免用户浏览多个页面来寻找所需的日志信息。

3.5.3博客页面显示模块

当网络用户进入某个人博客主页后,在该页面中将提供博客日志列表的显示,同时为了方便用户浏览,在该模块中提供根据分类名进行日志列表的显示,也提供日志评论的浏览,此外还允许用户在博客页面中发表评论及留言。

该功能模块实现了如下几个子功能。

(1)用户可以分页查看对应的日志内容及评论信息。

(2)用户可以针对日志内容发表评论。

(3)用户可以针对博客进行留言。

(4)用户可以分类查看日志内容。

在该模块中还提供了博客页面统计信息,日志、评论及留言信息分页显示等方便用户的显示效果。

3.5.4文件夹 PATH 列表
卷序列号为 362C-227F
D:\TEST\源码
│  blog.ppt
│  博客信息管理系统的设计与实现开题报告.doc
│  博客信息管理系统的设计与实现论文.doc
│  
├─blog
│  │  .classpath
│  │  .mymetadata
│  │  .project
│  │  
│  ├─.myeclipse
│  ├─.settings
│  │      .jsdtscope
│  │      org.eclipse.wst.jsdt.ui.superType.container
│  │      org.eclipse.wst.jsdt.ui.superType.name
│  │      
│  ├─src
│  │  ├─bean
│  │  │      AdminListBean.java
│  │  │      AllBean.java
│  │  │      InsertUpdateDelBean.java
│  │  │      SelectBean.java
│  │  │      
│  │  ├─servlet
│  │  │      AdminLoginServlet.java
│  │  │      ClickServlet.java
│  │  │      DelServlet.java
│  │  │      LeavewordServlet.java
│  │  │      ModifyAdminServlet.java
│  │  │      ModifyUserServlet.java
│  │  │      NewsServlet.java
│  │  │      PicServlet.java
│  │  │      PostServlet.java
│  │  │      RegServlet.java
│  │  │      RemoveServlet.java
│  │  │      RestoresServlet.java
│  │  │      UploadServlet.java
│  │  │      UserLoginServlet.java
│  │  │      
│  │  └─util
│  │      │  DBConn.java
│  │      │  Validate.java
│  │      │  
│  │      └─upload
│  │              SmartFile.java
│  │              SmartFiles.java
│  │              SmartRequest.java
│  │              SmartUpload.java
│  │              SmartUploadException.java
│  │              
│  └─WebRoot
│      │  index.jsp
│      │  
│      ├─admin
│      │      addadmin.jsp
│      │      adduser.jsp
│      │      adminadd.jsp
│      │      adminlist.jsp
│      │      bottom.jsp
│      │      index.jsp
│      │      leaveword.jsp
│      │      modifyname.jsp
│      │      modifypwd.jsp
│      │      post.jsp
│      │      postedit.jsp
│      │      top.jsp
│      │      userlist.jsp
│      │      usernews.jsp
│      │      userpic.jsp
│      │      users.jsp
│      │      
│      ├─FCKeditor
│      │  │  default.jsp
│      │  │  fckconfig.js
│      │  │  fckeditor.js
│      │  │  fckstyles.xml
│      │  │  fcktemplates.xml
│      │  │  index.jsp
│      │  │  
│      │  └─editor
│      │      │  fckdebug.html
│      │      │  fckdialog.html
│      │      │  fckeditor.html
│      │      │  fckeditor.original.html
│      │      │  
│      │      ├─css
│      │      │  │  fck_editorarea.css
│      │      │  │  fck_internal.css
│      │      │  │  fck_showtableborders_gecko.css
│      │      │  │  
│      │      │  ├─behaviors
│      │      │  │      disablehandles.htc
│      │      │  │      showtableborders.htc
│      │      │  │      
│      │      │  └─images
│      │      │          fck_anchor.gif
│      │      │          fck_flashlogo.gif
│      │      │          fck_hiddenfield.gif
│      │      │          fck_pagebreak.gif
│      │      │          Thumbs.db
│      │      │          
│      │      ├─dialog
│      │      │  │  fck_about.html
│      │      │  │  fck_anchor.html
│      │      │  │  fck_button.html
│      │      │  │  fck_checkbox.html
│      │      │  │  fck_colorselector.html
│      │      │  │  fck_docprops.html
│      │      │  │  fck_find.html
│      │      │  │  fck_flash.html
│      │      │  │  fck_form.html
│      │      │  │  fck_hiddenfield.html
│      │      │  │  fck_image.html
│      │      │  │  fck_link.html
│      │      │  │  fck_listprop.html
│      │      │  │  fck_paste.html
│      │      │  │  fck_radiobutton.html
│      │      │  │  fck_replace.html
│      │      │  │  fck_select.html
│      │      │  │  fck_smiley.html
│      │      │  │  fck_source.html
│      │      │  │  fck_specialchar.html
│      │      │  │  fck_spellerpages.html
│      │      │  │  fck_table.html
│      │      │  │  fck_tablecell.html
│      │      │  │  fck_template.html
│      │      │  │  fck_textarea.html
│      │      │  │  fck_textfield.html
│      │      │  │  
│      │      │  ├─common
│      │      │  │  │  fcknumericfield.htc
│      │      │  │  │  fck_dialog_common.css
│      │      │  │  │  fck_dialog_common.js
│      │      │  │  │  moz-bindings.xml
│      │      │  │  │  
│      │      │  │  └─images
│      │      │  │          locked.gif
│      │      │  │          reset.gif
│      │      │  │          unlocked.gif
│      │      │  │          
│      │      │  ├─fck_about
│      │      │  │      logo_fckeditor.gif
│      │      │  │      logo_fredck.gif
│      │      │  │      
│      │      │  ├─fck_docprops
│      │      │  │      fck_document_preview.html
│      │      │  │      
│      │      │  ├─fck_flash
│      │      │  │      fck_flash.js
│      │      │  │      fck_flash_preview.html
│      │      │  │      
│      │      │  ├─fck_image
│      │      │  │      fck_image.js
│      │      │  │      fck_image_preview.html
│      │      │  │      
│      │      │  ├─fck_link
│      │      │  │      fck_link.js
│      │      │  │      
│      │      │  ├─fck_select
│      │      │  │      fck_select.js
│      │      │  │      
│      │      │  ├─fck_spellerpages
│      │      │  │  └─spellerpages
│      │      │  │      │  blank.html
│      │      │  │      │  controls.html
│      │      │  │      │  controlWindow.js
│      │      │  │      │  spellchecker.html
│      │      │  │      │  spellChecker.js
│      │      │  │      │  spellerStyle.css
│      │      │  │      │  wordWindow.js
│      │      │  │      │  
│      │      │  │      └─server-scripts
│      │      │  │              spellchecker.cfm
│      │      │  │              spellchecker.php
│      │      │  │              spellchecker.pl
│      │      │  │              
│      │      │  └─fck_template
│      │      │      └─images
│      │      │              template1.gif
│      │      │              template2.gif
│      │      │              template3.gif
│      │      │              
│      │      ├─filemanager
│      │      │  ├─browser
│      │      │  │  └─default
│      │      │  │      │  browser.css
│      │      │  │      │  browser.html
│      │      │  │      │  frmactualfolder.html
│      │      │  │      │  frmcreatefolder.html
│      │      │  │      │  frmfolders.html
│      │      │  │      │  frmresourceslist.html
│      │      │  │      │  frmresourcetype.html
│      │      │  │      │  frmupload.html
│      │      │  │      │  
│      │      │  │      ├─connectors
│      │      │  │      │  │  test.html
│      │      │  │      │  │  
│      │      │  │      │  ├─asp
│      │      │  │      │  │      basexml.asp
│      │      │  │      │  │      class_upload.asp
│      │      │  │      │  │      commands.asp
│      │      │  │      │  │      config.asp
│      │      │  │      │  │      connector.asp
│      │      │  │      │  │      io.asp
│      │      │  │      │  │      util.asp
│      │      │  │      │  │      
│      │      │  │      │  ├─aspx
│      │      │  │      │  │      connector.aspx
│      │      │  │      │  │      
│      │      │  │      │  ├─cfm
│      │      │  │      │  │      config.cfm
│      │      │  │      │  │      connector.cfm
│      │      │  │      │  │      
│      │      │  │      │  ├─lasso
│      │      │  │      │  │      config.lasso
│      │      │  │      │  │      connector.lasso
│      │      │  │      │  │      
│      │      │  │      │  ├─perl
│      │      │  │      │  │      basexml.pl
│      │      │  │      │  │      commands.pl
│      │      │  │      │  │      connector.cgi
│      │      │  │      │  │      io.pl
│      │      │  │      │  │      upload_fck.pl
│      │      │  │      │  │      util.pl
│      │      │  │      │  │      
│      │      │  │      │  ├─php
│      │      │  │      │  │      basexml.php
│      │      │  │      │  │      commands.php
│      │      │  │      │  │      config.php
│      │      │  │      │  │      connector.php
│      │      │  │      │  │      io.php
│      │      │  │      │  │      util.php
│      │      │  │      │  │      
│      │      │  │      │  └─py
│      │      │  │      │          connector.py
│      │      │  │      │          
│      │      │  │      ├─images
│      │      │  │      │  │  ButtonArrow.gif
│      │      │  │      │  │  Folder.gif
│      │      │  │      │  │  Folder32.gif
│      │      │  │      │  │  FolderOpened.gif
│      │      │  │      │  │  FolderOpened32.gif
│      │      │  │      │  │  FolderUp.gif
│      │      │  │      │  │  spacer.gif
│      │      │  │      │  │  
│      │      │  │      │  └─icons
│      │      │  │      │      │  ai.gif
│      │      │  │      │      │  avi.gif
│      │      │  │      │      │  bmp.gif
│      │      │  │      │      │  cs.gif
│      │      │  │      │      │  default.icon.gif
│      │      │  │      │      │  dll.gif
│      │      │  │      │      │  doc.gif
│      │      │  │      │      │  exe.gif
│      │      │  │      │      │  fla.gif
│      │      │  │      │      │  gif.gif
│      │      │  │      │      │  htm.gif
│      │      │  │      │      │  html.gif
│      │      │  │      │      │  jpg.gif
│      │      │  │      │      │  js.gif
│      │      │  │      │      │  mdb.gif
│      │      │  │      │      │  mp3.gif
│      │      │  │      │      │  pdf.gif
│      │      │  │      │      │  png.gif
│      │      │  │      │      │  ppt.gif
│      │      │  │      │      │  rdp.gif
│      │      │  │      │      │  swf.gif
│      │      │  │      │      │  swt.gif
│      │      │  │      │      │  txt.gif
│      │      │  │      │      │  vsd.gif
│      │      │  │      │      │  xls.gif
│      │      │  │      │      │  xml.gif
│      │      │  │      │      │  zip.gif
│      │      │  │      │      │  
│      │      │  │      │      └─32
│      │      │  │      │              ai.gif
│      │      │  │      │              avi.gif
│      │      │  │      │              bmp.gif
│      │      │  │      │              cs.gif
│      │      │  │      │              default.icon.gif
│      │      │  │      │              dll.gif
│      │      │  │      │              doc.gif
│      │      │  │      │              exe.gif
│      │      │  │      │              fla.gif
│      │      │  │      │              gif.gif
│      │      │  │      │              htm.gif
│      │      │  │      │              html.gif
│      │      │  │      │              jpg.gif
│      │      │  │      │              js.gif
│      │      │  │      │              mdb.gif
│      │      │  │      │              mp3.gif
│      │      │  │      │              pdf.gif
│      │      │  │      │              png.gif
│      │      │  │      │              ppt.gif
│      │      │  │      │              rdp.gif
│      │      │  │      │              swf.gif
│      │      │  │      │              swt.gif
│      │      │  │      │              txt.gif
│      │      │  │      │              vsd.gif
│      │      │  │      │              xls.gif
│      │      │  │      │              xml.gif
│      │      │  │      │              zip.gif
│      │      │  │      │              
│      │      │  │      └─js
│      │      │  │              common.js
│      │      │  │              fckxml.js
│      │      │  │              
│      │      │  └─upload
│      │      │      │  test.html
│      │      │      │  
│      │      │      ├─asp
│      │      │      │      class_upload.asp
│      │      │      │      config.asp
│      │      │      │      io.asp
│      │      │      │      upload.asp
│      │      │      │      
│      │      │      ├─aspx
│      │      │      │      upload.aspx
│      │      │      │      
│      │      │      ├─cfm
│      │      │      │      config.cfm
│      │      │      │      upload.cfm
│      │      │      │      
│      │      │      ├─lasso
│      │      │      │      config.lasso
│      │      │      │      upload.lasso
│      │      │      │      
│      │      │      └─php
│      │      │              config.php
│      │      │              upload.php
│      │      │              util.php
│      │      │              
│      │      ├─images
│      │      │  │  anchor.gif
│      │      │  │  arrow_ltr.gif
│      │      │  │  arrow_rtl.gif
│      │      │  │  spacer.gif
│      │      │  │  
│      │      │  └─smiley
│      │      │      └─msn
│      │      │              angel_smile.gif
│      │      │              angry_smile.gif
│      │      │              broken_heart.gif
│      │      │              cake.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
│      │      │              
│      │      ├─js
│      │      │      fckeditorcode_gecko.js
│      │      │      fckeditorcode_ie.js
│      │      │      
│      │      ├─lang
│      │      │      af.js
│      │      │      ar.js
│      │      │      bg.js
│      │      │      bn.js
│      │      │      bs.js
│      │      │      ca.js
│      │      │      cs.js
│      │      │      da.js
│      │      │      de.js
│      │      │      el.js
│      │      │      en-au.js
│      │      │      en-ca.js
│      │      │      en-uk.js
│      │      │      en.js
│      │      │      eo.js
│      │      │      es.js
│      │      │      et.js
│      │      │      eu.js
│      │      │      fa.js
│      │      │      fi.js
│      │      │      fo.js
│      │      │      fr.js
│      │      │      gl.js
│      │      │      he.js
│      │      │      hi.js
│      │      │      hr.js
│      │      │      hu.js
│      │      │      it.js
│      │      │      ja.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
│      │      │      _getfontformat.html
│      │      │      _translationstatus.txt
│      │      │      
│      │      ├─plugins
│      │      │  ├─autogrow
│      │      │  │      fckplugin.js
│      │      │  │      
│      │      │  ├─placeholder
│      │      │  │  │  fckplugin.js
│      │      │  │  │  fck_placeholder.html
│      │      │  │  │  placeholder.gif
│      │      │  │  │  
│      │      │  │  └─lang
│      │      │  │          de.js
│      │      │  │          en.js
│      │      │  │          fr.js
│      │      │  │          it.js
│      │      │  │          pl.js
│      │      │  │          
│      │      │  ├─simplecommands
│      │      │  │      fckplugin.js
│      │      │  │      
│      │      │  └─tablecommands
│      │      │          fckplugin.js
│      │      │          
│      │      ├─skins
│      │      │  │  _fckviewstrips.html
│      │      │  │  
│      │      │  ├─default
│      │      │  │  │  fck_dialog.css
│      │      │  │  │  fck_editor.css
│      │      │  │  │  fck_strip.gif
│      │      │  │  │  
│      │      │  │  └─images
│      │      │  │          toolbar.arrowright.gif
│      │      │  │          toolbar.buttonarrow.gif
│      │      │  │          toolbar.collapse.gif
│      │      │  │          toolbar.end.gif
│      │      │  │          toolbar.expand.gif
│      │      │  │          toolbar.separator.gif
│      │      │  │          toolbar.start.gif
│      │      │  │          
│      │      │  ├─office2003
│      │      │  │  │  fck_dialog.css
│      │      │  │  │  fck_editor.css
│      │      │  │  │  fck_strip.gif
│      │      │  │  │  
│      │      │  │  └─images
│      │      │  │          toolbar.arrowright.gif
│      │      │  │          toolbar.bg.gif
│      │      │  │          toolbar.buttonarrow.gif
│      │      │  │          toolbar.collapse.gif
│      │      │  │          toolbar.end.gif
│      │      │  │          toolbar.expand.gif
│      │      │  │          toolbar.separator.gif
│      │      │  │          toolbar.start.gif
│      │      │  │          
│      │      │  └─silver
│      │      │      │  fck_dialog.css
│      │      │      │  fck_editor.css
│      │      │      │  fck_strip.gif
│      │      │      │  
│      │      │      └─images
│      │      │              toolbar.arrowright.gif
│      │      │              toolbar.buttonarrow.gif
│      │      │              toolbar.buttonbg.gif
│      │      │              toolbar.collapse.gif
│      │      │              toolbar.end.gif
│      │      │              toolbar.expand.gif
│      │      │              toolbar.separator.gif
│      │      │              toolbar.start.gif
│      │      │              
│      │      └─_source
│      │          │  fckconstants.js
│      │          │  fckeditorapi.js
│      │          │  fckjscoreextensions.js
│      │          │  fckscriptloader.js
│      │          │  
│      │          ├─classes
│      │          │      fckcontextmenu.js
│      │          │      fckdocumentfragment_gecko.js
│      │          │      fckdocumentfragment_ie.js
│      │          │      fckdomrange.js
│      │          │      fckdomrange_gecko.js
│      │          │      fckdomrange_ie.js
│      │          │      fckeditingarea.js
│      │          │      fckelementpath.js
│      │          │      fckenterkey.js
│      │          │      fckevents.js
│      │          │      fckicon.js
│      │          │      fckiecleanup.js
│      │          │      fckimagepreloader.js
│      │          │      fckkeystrokehandler.js
│      │          │      fckmenublock.js
│      │          │      fckmenublockpanel.js
│      │          │      fckmenuitem.js
│      │          │      fckpanel.js
│      │          │      fckplugin.js
│      │          │      fckspecialcombo.js
│      │          │      fckstyledef.js
│      │          │      fckstyledef_gecko.js
│      │          │      fckstyledef_ie.js
│      │          │      fckstylesloader.js
│      │          │      fcktoolbar.js
│      │          │      fcktoolbarbreak_gecko.js
│      │          │      fcktoolbarbreak_ie.js
│      │          │      fcktoolbarbutton.js
│      │          │      fcktoolbarbuttonui.js
│      │          │      fcktoolbarfontformatcombo.js
│      │          │      fcktoolbarfontscombo.js
│      │          │      fcktoolbarfontsizecombo.js
│      │          │      fcktoolbarpanelbutton.js
│      │          │      fcktoolbarspecialcombo.js
│      │          │      fcktoolbarstylecombo.js
│      │          │      fckw3crange.js
│      │          │      fckxml_gecko.js
│      │          │      fckxml_ie.js
│      │          │      
│      │          ├─commandclasses
│      │          │      fckfitwindow.js
│      │          │      fcknamedcommand.js
│      │          │      fckpasteplaintextcommand.js
│      │          │      fckpastewordcommand.js
│      │          │      fckspellcheckcommand_gecko.js
│      │          │      fckspellcheckcommand_ie.js
│      │          │      fckstylecommand.js
│      │          │      fcktablecommand.js
│      │          │      fcktextcolorcommand.js
│      │          │      fck_othercommands.js
│      │          │      
│      │          └─internals
│      │                  fck.js
│      │                  fckbrowserinfo.js
│      │                  fckcodeformatter.js
│      │                  fckcommands.js
│      │                  fckconfig.js
│      │                  fckdebug.js
│      │                  fckdialog.js
│      │                  fckdialog_gecko.js
│      │                  fckdialog_ie.js
│      │                  fckdocumentprocessor.js
│      │                  fckdomtools.js
│      │                  fcklanguagemanager.js
│      │                  fcklisthandler.js
│      │                  fcklistslib.js
│      │                  fckplugins.js
│      │                  fckregexlib.js
│      │                  fckselection.js
│      │                  fckselection_gecko.js
│      │                  fckselection_ie.js
│      │                  fcktablehandler.js
│      │                  fcktablehandler_gecko.js
│      │                  fcktablehandler_ie.js
│      │                  fcktoolbaritems.js
│      │                  fcktoolbarset.js
│      │                  fcktools.js
│      │                  fcktools_gecko.js
│      │                  fcktools_ie.js
│      │                  fckundo_gecko.js
│      │                  fckundo_ie.js
│      │                  fckurlparams.js
│      │                  fckxhtml.js
│      │                  fckxhtmlentities.js
│      │                  fckxhtml_gecko.js
│      │                  fckxhtml_ie.js
│      │                  fck_contextmenu.js
│      │                  fck_gecko.js
│      │                  fck_ie.js
│      │                  
│      ├─img
│      │      1111.gif
│      │      117367.jpg
│      │      css.css
│      │      menu1.gif
│      │      menu10.gif
│      │      menu11.gif
│      │      menu12.gif
│      │      menu13.gif
│      │      menu14.gif
│      │      menu15.gif
│      │      menu16.gif
│      │      menu17.gif
│      │      menu18.gif
│      │      menu19.gif
│      │      menu2.gif
│      │      menu3.gif
│      │      menu4.gif
│      │      menu5.gif
│      │      menu6.gif
│      │      menu7.gif
│      │      menu8.gif
│      │      menu9.gif
│      │      
│      ├─META-INF
│      │      MANIFEST.MF
│      │      
│      ├─pic
│      │      1.jpg
│      │      2.gif
│      │      3.jpg
│      │      4.jpg
│      │      face140.gif
│      │      
│      ├─upload_file
│      │  │  default.jsp
│      │  │  index.jsp
│      │  │  
│      │  ├─File
│      │  │      default.jsp
│      │  │      index.jsp
│      │  │      
│      │  ├─Flash
│      │  │      default.jsp
│      │  │      index.jsp
│      │  │      
│      │  └─Image
│      │          default.jsp
│      │          index.jsp
│      │          
│      ├─UserFiles
│      │  │  default.jsp
│      │  │  index.jsp
│      │  │  
│      │  ├─File
│      │  │      default.jsp
│      │  │      index.jsp
│      │  │      
│      │  ├─Flash
│      │  │      default.jsp
│      │  │      index.jsp
│      │  │      
│      │  └─Image
│      │          default.jsp
│      │          index.jsp
│      │          
│      ├─users
│      │      album.jsp
│      │      bottom.jsp
│      │      index.jsp
│      │      login.jsp
│      │      newblog.jsp
│      │      newblogtext.jsp
│      │      news.jsp
│      │      picedit.jsp
│      │      pictext.jsp
│      │      post.jsp
│      │      reg.jsp
│      │      restores.jsp
│      │      search.jsp
│      │      splendid.jsp
│      │      text.jsp
│      │      top.jsp
│      │      upfile.jsp
│      │      userleav.jsp
│      │      usernews.jsp
│      │      userpass.jsp
│      │      userpic.jsp
│      │      users.jsp
│      │      usertext.jsp
│      │      
│      └─WEB-INF
│          │  FCKeditor.tld
│          │  web.xml
│          │  
│          ├─classes
│          │  ├─bean
│          │  │      AdminListBean.class
│          │  │      AllBean.class
│          │  │      InsertUpdateDelBean.class
│          │  │      SelectBean.class
│          │  │      
│          │  ├─servlet
│          │  │      AdminLoginServlet.class
│          │  │      ClickServlet.class
│          │  │      DelServlet.class
│          │  │      LeavewordServlet.class
│          │  │      ModifyAdminServlet.class
│          │  │      ModifyUserServlet.class
│          │  │      NewsServlet.class
│          │  │      PicServlet.class
│          │  │      PostServlet.class
│          │  │      RegServlet.class
│          │  │      RemoveServlet.class
│          │  │      RestoresServlet.class
│          │  │      UploadServlet.class
│          │  │      UserLoginServlet.class
│          │  │      
│          │  └─util
│          │      │  DBConn.class
│          │      │  Validate.class
│          │      │  
│          │      └─upload
│          │              SmartFile.class
│          │              SmartFiles.class
│          │              SmartRequest.class
│          │              SmartUpload.class
│          │              SmartUploadException.class
│          │              
│          └─lib
│                  commons-fileupload.jar
│                  FCKeditor-2.3.jar
│                  msbase.jar
│                  mssqlserver.jar
│                  msutil.jar
│                  mysql-connector-java-5.0.8-bin.jar
│                  
└─database
        blog_Data.MDF
        blog_Log.LDF
        

目  录

第1章  绪论    1
1.1 博客信息系统概述    1
1.2 博客发展趋势    2
1.3 系统开发的背景    2
1.4 技术路线    3
1.5 系统设计目标分析    3
第2章  基本技术方案    4
2.1 JSP中的各种技术    4
2.1.1 JSP概述    4
2.1.2 SERVLET概述    4
2.1.3 JAVABEAN概述    5
2.2 基于B/S的WEB应用体系结构    5
2.2.1 传统的两层体系结构    5
2.2.2 三层体系结构    6
2.2.3 JSP网站开发模式    6
2.3 ECLIPSE简介    7
2.4 TOMCAT简介    7
2.5 SQL SERVER简介    8
2.6 MVC设计模式    8
第3章  系统分析与总体设计    10
3.1 系统需求分析    10
3.1.1 用户需求分析    10
3.2 数据分析    11
3.3 系统流程    11
3.4 功能模块划分    14
3.5 功能模块介绍    15
3.5.1 博客注册登录管理模块    15
3.5.2 博客及文章检索查询模块    15
3.5.3 博客页面显示模块    16
3.5.4 博客个人维护管理模块    16
第4章  系统详细设计    17
4.1 数据库分析    17
4.1.1 数据库设计E-R图    17
4.2 系统数据表设计    20
4.3 数据连接    23
第5章  系统功能的具体实现    24
5.1 系统的主窗口    24
5.2 公共核心类的设计    26
5.2.1 数据库相关    26
5.2.2 编写JAVABEAN类    28
5.2.3 管理类设计    29
5.3 系统主要功能模块详述    31
5.3.1 博客管理员登陆模块    31
5.3.2 日志管理显示模块    32
5.3.3 撰写日志模块    35
5.3.4 删除日志模块    36
5.3.5 修改日志模块    38
5.3.6 日志搜索模块    39
结  论    40
参考文献    41
致  谢    42


标签:博客系统,个人主页

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

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

  • 联系QQ:81677093
  • 微信:bysj1950