首页 Java 258基于JSP/Java的个人信息门户网站的设计与实现
258基于JSP/Java的个人信息门户网站的设计与实现
作品编号:291
关注人气:1580
文件包括:设计源码+数据库+论文
设计大小:4.33 M
开发语言:Java
开发数据库:SQL Server
开发环境:Myeclipse+Tomcat+JDK
原价:900元
现价:90元
下载说明

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

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

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

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

计算机网络近来来获得了飞速的发展。二十年前,很少有人接触过网络。而现在计算机网络已经成为我们社会结构的一个基本组成部分。网络被用于工商业的各个方面,包括广告宣传,生产,计划,报价和会计等。结果,绝大多数公司拥有了多个网络。从小学到研究生教育的各级学校都使用计算机网络为教师和学生提供全球范围的联网图书信息的即时检索。从中央到地方的各级政府使用网络,各种军事单位同样如此。简而言之,计算机网络已遍布各个领域。其中,网站的发展更是如火如荼,各种各样的大小商业网站,知识网站,个人网站如雨后春笋般纷纷出现在网络上,数以千万计的人们每天在各样网站中遨游着,新闻,信息,消息等等时时刻刻都在刷新着,知识每天都在累积着,聊天,上网浏览成了年青人最新的时尚话题。随着时间的流程,网络已经成为们生活中不可或缺的。随着Internet的快速普及,上网者已经不再满足于仅仅浏览网页,而是希望更深入地参与到网络中。Internet的开放性使个人建立自己的网站成为可能。拥有自己的个人网站也越来越成为一种时尚。

   现在的所有人都会有自己的个人空间,这也充分说明了网络的重要性。在当今社会中有自己的个人网站是一种时尚,每个人都可以在网上发表自己的文章,述说自己的心情日记,记录自己的个人信息,照片等等。并能通过自己的个人网站进行论坛交流,还可以为自己喜欢的网站留下自己宝贵的意见。

基于以上的需求分析,可将系统划分为以下几个功能:

a)   管理员登录功能:只要有管理员姓名,和密码就可以用管理员身份进行登录。并对其网站进行一系列的操作,如论坛管理,留言板管理,个人信息管理,信息发布管理等操作。

b)   留言板系统功能:用于网站管理员与游客交流的一个渠道,管理员可以随时对留言进行回复和对一些没有必要的留言进行删除。游客同样也可以留言。如果想有自己的留言姓名,就必须注册,这样留言板上将会留下用户的姓名,留言时间,和留言内容。

c)   个人信息管理功能:无论是管理员还是注册后的用户都可以对自己的个人信息进行修改,如姓名,性别,属性,生日,职业等操作。

d)   论坛管理功能:论坛管理功能是一种复杂的应用系统,需要综合应用的数据库、javabean等技术操作。和所有论坛几乎很相似有它特有的发帖,回帖,设置不同用户权限的问题,通过它管理员可以发表自己的任何文章,让所有游客可以进行浏览,。

e)    信息发布及浏览功能:其主要是由管理员发布每天信息的内容,显示每天的最新消息的标题,作者,日期,详细内容等,使管理员能借助该系统对信息发布的增加,修改和删除等功能。随时都能提供给经过本网站的游客浏览

    


文件夹 PATH 列表
卷序列号为 362C-227F
D:\TEST\源码
└─087JSP基于JSP的个人信息门户网站的设计与实现sqlserver
    └─JSP262 基于JSP的个人信息门户网站的设计与实现sqlserver
        │  grmh_Data.MDF
        │  grmh_Log.LDF
        │  基于JSP的个人信息门户网站的设计与实现.ppt
        │  基于JSP的个人信息门户网站的设计与实现开题任务书.xls
        │  论文.doc
        │  说明.txt
        │  
        ├─grmh
        │  │  .classpath
        │  │  .mymetadata
        │  │  .project
        │  │  
        │  ├─.myeclipse
        │  ├─src
        │  │  └─com
        │  │      ├─action
        │  │      │      AdminServlet.java
        │  │      │      AfficheServlet.java
        │  │      │      BaseServlet.java
        │  │      │      GuestBookServlet.java
        │  │      │      LoginServlet.java
        │  │      │      MemberManageServlet.java
        │  │      │      MemberServlet.java
        │  │      │      NewsServlet.java
        │  │      │      SystemServlet.java
        │  │      │      UploadServlet.java
        │  │      │      
        │  │      ├─bean
        │  │      │      AdminBean.java
        │  │      │      AfficheBean.java
        │  │      │      BaseBean.java
        │  │      │      GuestBookBean.java
        │  │      │      MemberBean.java
        │  │      │      MemberManageBean.java
        │  │      │      NewsBean.java
        │  │      │      SystemBean.java
        │  │      │      
        │  │      └─util
        │  │              CheckCode.java
        │  │              Common.java
        │  │              Constant.java
        │  │              DBO.java
        │  │              Filter.java
        │  │              Log.java
        │  │              MD5.java
        │  │              SmartFile.java
        │  │              SmartFiles.java
        │  │              SmartRequest.java
        │  │              SmartUpload.java
        │  │              SmartUploadException.java
        │  │              
        │  └─WebRoot
        │      │  error.jsp
        │      │  fenlei.jsp
        │      │  fnews.jsp
        │      │  guestbook.jsp
        │      │  index.jsp
        │      │  login.jsp
        │      │  lost.jsp
        │      │  music.jsp
        │      │  musicinfo.jsp
        │      │  news.jsp
        │      │  newsinfo.jsp
        │      │  personreg.jsp
        │      │  photo.jsp
        │      │  photoinfo.jsp
        │      │  reg.jsp
        │      │  reg2.jsp
        │      │  search.jsp
        │      │  sinfo.jsp
        │      │  
        │      ├─admin
        │      │  │  default.jsp
        │      │  │  index.jsp
        │      │  │  login.jsp
        │      │  │  
        │      │  ├─affiche
        │      │  │      default.jsp
        │      │  │      edit.jsp
        │      │  │      index.jsp
        │      │  │      
        │      │  ├─fenlei
        │      │  │      add.jsp
        │      │  │      index.jsp
        │      │  │      
        │      │  ├─guestbook
        │      │  │      default.jsp
        │      │  │      index.jsp
        │      │  │      replay.jsp
        │      │  │      
        │      │  ├─iframe
        │      │  │      default.jsp
        │      │  │      foot.jsp
        │      │  │      help.jsp
        │      │  │      index.jsp
        │      │  │      left.jsp
        │      │  │      main.jsp
        │      │  │      top.jsp
        │      │  │      
        │      │  ├─images
        │      │  │      admin_m.swf
        │      │  │      Admin_Style.css
        │      │  │      bg.jpg
        │      │  │      bt_login.gif
        │      │  │      bullet.gif
        │      │  │      calendar.js
        │      │  │      Common.js
        │      │  │      date.js
        │      │  │      default.jsp
        │      │  │      HardWare.gif
        │      │  │      img_u.gif
        │      │  │      index.jsp
        │      │  │      linkbg1.gif
        │      │  │      linkbg2.gif
        │      │  │      MainBg.gif
        │      │  │      menu.gif
        │      │  │      qq_22.gif
        │      │  │      rollpic.swf
        │      │  │      SearchFluctuation.js
        │      │  │      selcolor.htm
        │      │  │      SetFocus.js
        │      │  │      style.css
        │      │  │      sys.gif
        │      │  │      Title.gif
        │      │  │      topnav_bg.jpg
        │      │  │      
        │      │  ├─member
        │      │  │      person.jsp
        │      │  │      pminfo.jsp
        │      │  │      
        │      │  ├─music
        │      │  │      add.jsp
        │      │  │      index.jsp
        │      │  │      
        │      │  ├─news
        │      │  │      edit.jsp
        │      │  │      index.jsp
        │      │  │      pl.jsp
        │      │  │      
        │      │  ├─photo
        │      │  │      add.jsp
        │      │  │      index.jsp
        │      │  │      
        │      │  └─system
        │      │          default.jsp
        │      │          editpwd.jsp
        │      │          index.jsp
        │      │          log.jsp
        │      │          user.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
        │      │                  
        │      ├─iframe
        │      │      foot.jsp
        │      │      head.jsp
        │      │      
        │      ├─images
        │      │  │  1.jpg
        │      │  │  2.jpg
        │      │  │  3.jpg
        │      │  │  4.jpg
        │      │  │  5.jpg
        │      │  │  ad.jpg
        │      │  │  ad2.jpg
        │      │  │  back.gif
        │      │  │  bar1.gif
        │      │  │  bg1.jpg
        │      │  │  boy.gif
        │      │  │  button.gif
        │      │  │  calendar.js
        │      │  │  Common.js
        │      │  │  css.css
        │      │  │  default.css
        │      │  │  first.gif
        │      │  │  foot.swf
        │      │  │  frams_143.jpg
        │      │  │  frams_145.jpg
        │      │  │  frams_166.jpg
        │      │  │  frams_191.jpg
        │      │  │  girl.gif
        │      │  │  head1.gif
        │      │  │  headarrow.gif
        │      │  │  headbg4.gif
        │      │  │  headbg5.gif
        │      │  │  icon.gif
        │      │  │  index.js
        │      │  │  inputbg8.gif
        │      │  │  inputend.gif
        │      │  │  jump.gif
        │      │  │  Key.gif
        │      │  │  last.gif
        │      │  │  logo.gif
        │      │  │  next.gif
        │      │  │  nobody.gif
        │      │  │  pre.gif
        │      │  │  rollpic.swf
        │      │  │  sub.gif
        │      │  │  Thumbs.db
        │      │  │  zhuce.gif
        │      │  │  
        │      │  └─face
        │      │          1.gif
        │      │          10.gif
        │      │          11.gif
        │      │          12.gif
        │      │          13.gif
        │      │          14.gif
        │      │          2.gif
        │      │          3.gif
        │      │          4.gif
        │      │          5.gif
        │      │          6.gif
        │      │          7.gif
        │      │          8.gif
        │      │          9.gif
        │      │          email.gif
        │      │          home.gif
        │      │          ie.gif
        │      │          ip.gif
        │      │          qq.gif
        │      │          Thumbs.db
        │      │          
        │      ├─member
        │      │  │  default.jsp
        │      │  │  index.jsp
        │      │  │  
        │      │  ├─iframe
        │      │  │      default.jsp
        │      │  │      foot.jsp
        │      │  │      help.jsp
        │      │  │      index.jsp
        │      │  │      left.jsp
        │      │  │      main.jsp
        │      │  │      top.jsp
        │      │  │      
        │      │  ├─images
        │      │  │      Admin_Style.css
        │      │  │      baseset.js
        │      │  │      bg.jpg
        │      │  │      bt_login.gif
        │      │  │      bullet.gif
        │      │  │      calendar.js
        │      │  │      city.js
        │      │  │      Common.js
        │      │  │      date.js
        │      │  │      default.jsp
        │      │  │      first.gif
        │      │  │      HardWare.gif
        │      │  │      img_u.gif
        │      │  │      index.jsp
        │      │  │      jump.gif
        │      │  │      last.gif
        │      │  │      linkbg1.gif
        │      │  │      linkbg2.gif
        │      │  │      MainBg.gif
        │      │  │      menu.gif
        │      │  │      next.gif
        │      │  │      pre.gif
        │      │  │      qq_22.gif
        │      │  │      SearchFluctuation.js
        │      │  │      selcolor.htm
        │      │  │      SetFocus.js
        │      │  │      style.css
        │      │  │      sys.gif
        │      │  │      Title.gif
        │      │  │      topnav_bg.jpg
        │      │  │      ufopp.gif
        │      │  │      
        │      │  └─info
        │      │          coinfo.jsp
        │      │          default.jsp
        │      │          editpwd.jsp
        │      │          index.jsp
        │      │          info.jsp
        │      │          
        │      ├─META-INF
        │      │      MANIFEST.MF
        │      │      
        │      ├─upload_file
        │      │  │  default.jsp
        │      │  │  index.jsp
        │      │  │  
        │      │  └─news
        │      │          1.jpg
        │      │          default.jsp
        │      │          
        │      ├─UserFiles
        │      │  │  default.jsp
        │      │  │  index.jsp
        │      │  │  
        │      │  ├─Flash
        │      │  │      default.jsp
        │      │  │      
        │      │  └─Image
        │      │          damo.jpg
        │      │          default.jsp
        │      │          
        │      └─WEB-INF
        │          │  FCKeditor.tld
        │          │  web.xml
        │          │  
        │          ├─classes
        │          │  └─com
        │          │      ├─action
        │          │      │      AdminServlet.class
        │          │      │      AfficheServlet.class
        │          │      │      BaseServlet.class
        │          │      │      GuestBookServlet.class
        │          │      │      LoginServlet.class
        │          │      │      MemberManageServlet.class
        │          │      │      MemberServlet.class
        │          │      │      NewsServlet.class
        │          │      │      SystemServlet.class
        │          │      │      UploadServlet.class
        │          │      │      
        │          │      ├─bean
        │          │      │      AdminBean.class
        │          │      │      AfficheBean.class
        │          │      │      BaseBean.class
        │          │      │      GuestBookBean.class
        │          │      │      MemberBean.class
        │          │      │      MemberManageBean.class
        │          │      │      NewsBean.class
        │          │      │      SystemBean.class
        │          │      │      
        │          │      └─util
        │          │              CheckCode.class
        │          │              Common.class
        │          │              Constant.class
        │          │              DBO.class
        │          │              Filter.class
        │          │              Log.class
        │          │              MD5.class
        │          │              SmartFile.class
        │          │              SmartFiles.class
        │          │              SmartRequest.class
        │          │              SmartUpload.class
        │          │              SmartUploadException.class
        │          │              
        │          └─lib
        │                  commons-fileupload.jar
        │                  FCKeditor-2.3.jar
        │                  sqljdbc4.jar
        │                  
        └─基于JSP的个人信息门户网站图
                在线交流.jpg
                日记搜索.jpg
                日记管理.jpg
                注册会员.jpg
                管理员登陆.jpg
                首页.jpg
                

目  录
1 引言    2
2 系统分析    3
2.1 功能需求分析    3
2.2 本系统采用的关键技术    4
2.2.1 JSP技术    4
2.2.2 JavaBean技术    4
2.2.3 JDBC技术    5
2.2.4 用JDBC访问数据库    6
2.3 可行性分析    9
2.4 系统运行环境    9
3 系统概要设计    11
3.1 总体功能    11
3.2 E-R图    13
4 系统详细设计    14
4.1 后台数据库设计    14
4.1.1 SQL SERVER 介绍    14
4.1.2 数据库表结构    15
4.2 处理流程设计    17
4.2.1 系统操作流程    17
4.2.2 数据增加流程    18
4.2.3 数据修改流程    18
4.3.4 数据删除流程    19
4.3 系统模块设计    20
4.3.1 管理员登陆    20
4.3.2 新闻管理    22
5 系统调试与测试    26
5.1 程序调试    26
5.2 程序的测试    26
5.2.1 测试的重要性及目的    26
5.2.2 测试的步骤    28
5.2.3 测试的主要内容    28
6 结论    30
6.1 系统评价    30
6.2 安全性问题    30
致谢    32
参考文献    33


标签:个人信息网站,个人门户

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

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

  • 联系QQ:81677093
  • 微信:bysj1950