首页 Java 084基于JSP/Java的心理健康网站的设计与实现
084基于JSP/Java的心理健康网站的设计与实现
作品编号:121
关注人气:1776
文件包括:设计源码+数据库+论文
设计大小:15.13 M
开发语言:Java
开发数据库:MySQL
开发环境:Myeclipse+Tomcat+JDK
原价:900元
现价:90元
下载说明

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

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

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

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

伴随着信息行业的蓬勃发展和人们办公自动化意识的增强,心理健康部门的的工作也越来越繁重,原来的心理健康网已经不能完全满足相关人员使用的需要。为了协助信息行业开展心理健康工作,提高工作效率,充分利用信息行业的现有资源,开发更好的心理健康网势在必行。

心理健康网是将IT技术用于心理健康信息的管理, 它能够收集与存储患者信息,提供更新与检索的接口;协助信息行业开展心理健康工作提高工作效率。

心理健康网采用B/S结构、结合网络数据库开发技术来设计本系统。开发语言采用JSP,数据库使用Mysql数据库。完成以下基本功能:

本系统是一个独立的系统,用来解决心理健康信息的管理问题。采用JSP技术构建了一个有效而且实用的心理健康信息管理平台,目的是为高效地完成对心理健康信息的管理。

前台功能:

1.  新闻动态:主要是提供新闻,发布最近的活动(最好有图片,有文字的)

2.  心理测评:主要是在网站上提供心理测评的试题

3.  专题辅导:可以情绪心理、恋爱心理、学习心理、社交心理几方面的内容

4.  心理咨询:主要是用户进行留言,管理员看到后对此进行回复。

5.  文章下载:主要是在提供的文章中,看到感兴趣的文章可以进行下载

6.  信息搜索:在文本框中输入信息,就可以查到网站内相对应的状况

7.  附加功能:用户登录窗口,友情链接、热门文章推荐等等(这部分可以放在网站左右边的

 

 

用户:

1.进行注册和登录;对用户的信息进行修改

2.浏览新闻动态,了解最新时事

3.进行心理测试,通过登陆后,选择感兴趣的试题,进行心理测验,提交后,得出相对应的结果。同时,可以对结果进行打分,为以后同学进行心理测试提供参考价值。

4.进行心理咨询。当碰到心理问题,需要提问后,可以在网站上进行留言。

5.对感兴趣的文章进行下载

6.可以搜索感兴趣的信息

注意:3,4需要用户进行注册登录后,才可以进行操作

 

 

后台(管理员):

1.  进行登录;修改密码;增加管理员

2.  对新闻动态和专题辅导中的信息进行增加、修改、删除

3.  增加、修改、删除心理测评的试题

4.  增加、修改、删除友情链接,热门推荐的内容

5.  增加、修改、删除心里下载中的文章

6.  管理心理咨询中的内容:修改,删除等

7.  文件夹 PATH 列表
卷序列号为 362C-227F
D:\TEST\源码
│  luxiang.exe
│  mental.sql
│  论文.doc
│  
└─mental
    │  .classpath
    │  .mymetadata
    │  .project
    │  
    ├─.myeclipse
    ├─src
    │  └─com
    │      ├─action
    │      │      AdminAction.java
    │      │      AfficheAction.java
    │      │      CommonAction.java
    │      │      ComServlet.java
    │      │      GuestBookAction.java
    │      │      HzpAction.java
    │      │      LoginAction.java
    │      │      MemberAction.java
    │      │      MemberManageAction.java
    │      │      NewsAction.java
    │      │      NewsServlet.java
    │      │      UpServlet.java
    │      │      
    │      ├─bean
    │      │      AdminBean.java
    │      │      AfficheBean.java
    │      │      ComBean.java
    │      │      FriendLinkBean.java
    │      │      GuestBookBean.java
    │      │      HzpBean.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
        │  down.jsp
        │  dt.jsp
        │  error.jsp
        │  guestbook.jsp
        │  index.jsp
        │  jg.jsp
        │  login.jsp
        │  lost.jsp
        │  news.jsp
        │  ninfo.jsp
        │  pc.jsp
        │  personreg.jsp
        │  pf2.jsp
        │  qy.jsp
        │  reg.jsp
        │  reg2.jsp
        │  rmzt.jsp
        │  search.jsp
        │  searchinfo.jsp
        │  zt.jsp
        │  ztinfo.jsp
        │  
        ├─admin
        │  │  index.jsp
        │  │  login.jsp
        │  │  
        │  ├─affiche
        │  │      edit.jsp
        │  │      index.jsp
        │  │      
        │  ├─guestbook
        │  │      index.jsp
        │  │      replay.jsp
        │  │      
        │  ├─hzp
        │  │      add.jsp
        │  │      index.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
        │  │  │  Thumbs.db
        │  │  │  Title.gif
        │  │  │  topnav_bg.jpg
        │  │  │  
        │  │  └─UserFiles
        │  │      │  default.jsp
        │  │      │  index.jsp
        │  │      │  
        │  │      ├─Flash
        │  │      └─Image
        │  │              1(1).jpg
        │  │              1.jpg
        │  │              2.jpg
        │  │              200864104847114.jpg
        │  │              4I`$S1~SPBQOL`V(5%WBVAO(1).jpg
        │  │              4I`$S1~SPBQOL`V(5%WBVAO.jpg
        │  │              
        │  ├─link
        │  │      add.jsp
        │  │      index.jsp
        │  │      
        │  ├─member
        │  │      person.jsp
        │  │      pminfo.jsp
        │  │      
        │  ├─qy
        │  │      add.jsp
        │  │      index.jsp
        │  │      
        │  ├─system
        │  │      editpwd.jsp
        │  │      user.jsp
        │  │      
        │  └─xk
        │          index.jsp
        │          lr.jsp
        │          st.jsp
        │          upst.jsp
        │          xkinfo.jsp
        │          
        ├─bank
        │      1a.jpg
        │      2a.jpg
        │      3a.jpg
        │      4a.jpg
        │      5a.jpg
        │      6a.jpg
        │      7a.jpg
        │      8a.jpg
        │      
        ├─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_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
        │  │  5.jpg
        │  │  a11.gif
        │  │  a22.gif
        │  │  aaa.jpg
        │  │  abc.gif
        │  │  abcd.gif
        │  │  ad2.jpg
        │  │  back.gif
        │  │  bar1.gif
        │  │  bbb.jpg
        │  │  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
        │  │  next.gif
        │  │  nobody.gif
        │  │  pre.gif
        │  │  rollpic.swf
        │  │  s.jpg
        │  │  sub.gif
        │  │  Thumbs.db
        │  │  xh.gif
        │  │  xh.jpg
        │  │  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
        │  │      Thumbs.db
        │  │      Title.gif
        │  │      topnav_bg.jpg
        │  │      ufopp.gif
        │  │      
        │  └─info
        │          editpwd.jsp
        │          info.jsp
        │          
        ├─META-INF
        │      MANIFEST.MF
        │      
        ├─pic
        │      1331286730328a11.gif
        │      1331286829953a11.gif
        │      a22.gif
        │      MyJsp.jsp
        │      
        ├─upload_file
        │  ├─news
        │  │      1303447846765damo.jpg
        │  │      1303447869078damo.jpg
        │  │      1303448021078a.jpg
        │  │      1303448078031a.jpg
        │  │      1303452756312a.jpg
        │  │      MyJsp.jsp
        │  │      
        │  └─sale
        │          1.jpg
        │          10.jpg
        │          13312851686561.jpg
        │          1331536039968zhengshu.jpg
        │          2.jpg
        │          3.jpg
        │          4.jpg
        │          5.jpg
        │          6.jpg
        │          7.jpg
        │          8.jpg
        │          9.jpg
        │          R61i.jpg
        │          
        ├─UserFiles
        │  │  default.jsp
        │  │  index.jsp
        │  │  
        │  ├─Flash
        │  └─Image
        │          1(1).jpg
        │          1(2).jpg
        │          1.jpg
        │          111.jpg
        │          1111.jpg
        │          2.jpg
        │          200864104847114.jpg
        │          2222.jpg
        │          4I`$S1~SPBQOL`V(5%WBVAO(1).jpg
        │          4I`$S1~SPBQOL`V(5%WBVAO.jpg
        │          gongsi(1).jpg
        │          gongsi.jpg
        │          zhengshu.jpg
        │          
        └─WEB-INF
            │  FCKeditor.tld
            │  struts-bean.tld
            │  struts-config.xml
            │  struts-html.tld
            │  struts-logic.tld
            │  struts-nested.tld
            │  struts-template.tld
            │  struts-tiles.tld
            │  validator-rules.xml
            │  web.xml
            │  
            ├─classes
            │  └─com
            │      ├─action
            │      │      AdminAction.class
            │      │      AfficheAction.class
            │      │      CommonAction.class
            │      │      ComServlet.class
            │      │      GuestBookAction.class
            │      │      HzpAction.class
            │      │      LoginAction.class
            │      │      MemberAction.class
            │      │      MemberManageAction.class
            │      │      NewsAction.class
            │      │      NewsServlet.class
            │      │      UpServlet.class
            │      │      
            │      ├─bean
            │      │      AdminBean.class
            │      │      AfficheBean.class
            │      │      ComBean.class
            │      │      FriendLinkBean.class
            │      │      GuestBookBean.class
            │      │      HzpBean.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-beanutils.jar
                    commons-collections.jar
                    commons-digester.jar
                    commons-fileupload.jar
                    commons-lang.jar
                    commons-logging.jar
                    commons-validator.jar
                    FCKeditor-2.3.jar
                    jakarta-oro.jar
                    msbase.jar
                    mssqlserver.jar
                    msutil.jar
                    mysql-connector-java-5.0.8-bin.jar
                    struts-legacy.jar
                    struts.jar
                    

目 录
1、引言    4
1.1 研究现状    4
1.2 主要研究的目的及内容    5
1.3 研究方法及设计思路    5
1.3.1 研究方法    5
1.3.2 设计思路    6
2、应用需求分析与可行性分析    6
2.1 应用需求分析    7
2.2 运行需求分析    8
2.3 其他需求分析    8
2.4 可行性分析    8
2.4.1经济可行性    8
2.4.2技术可行性    9
2.4.3 运行可行性    9
2.4.4 时间可行性    9
2.4.5 法律可行性:    9
2.5 系统开发步骤    10
3、相关技术简介    10
3.1 JSP技术简介    10
3.2 Mysql数据库    11
3.3 JDBC    13
3.4 B/S模式分析    14
4、系统分析    16
4.1 系统实现目标    16
4.2 系统体系结构    17
4.3 主控流程图    17
4.4 系统ER图    19
5、系统设计    19
5.1 概要设计    20
5.2 系统结构设计    20
5.3 详细设计    20
5.3.1 管理员登录界面    20
5.3.2 心理健康信息管理    21
5.3.3 心理测试模块    21
5.3.4 心理咨询模块    22
6、系统调试与测试    22
6.1 程序调试    22
6.2 程序的测试    22
6.2.1 测试的重要性及目的    22
6.2.2 测试的步骤    24
6.2.3 测试的主要内容    24
结束语    27
致谢    29
参考文献    30


标签:心理健康网站,心理咨询网站,心理测试

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

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

  • 联系QQ:81677093
  • 微信:bysj1950