首页 Java 269基于struts的社区志愿者服务系统的设计与实现
269基于struts的社区志愿者服务系统的设计与实现
作品编号:302
关注人气:1023
文件包括:设计源码+数据库+论文
设计大小:5.02 M
开发语言:Java
开发数据库:SQL Server
开发环境:Myeclipse+Tomcat+JDK
原价:900元
现价:90元
下载说明

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

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

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

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

八十年代后期以来,中国的社会服务领域出现了一系列新的现象、活动、概念和提法,诸如志愿精神、志愿服务、志愿者等等。特别是志愿者,由于中国青年志愿者、社区服务志愿者和其他组织的志愿者的积极努力,志愿者已经成为一个家喻户晓的概念。

社区志愿者组织从属于民政部系统,它的各级组织都与相应的民政部门联系在一起,但是它的最基层是与街道居民委员会联系在一起的,并接受相应组织的领导与指导。街道办事处在行政上属于城市最基层的行政组织,居委会属于城市基层群众性自治组织。根据国家民政部的最新统计数字,目前中国全国社区服务志愿者组织已有6600多个,社区服务志愿者人数达600多万人。目前开展社区服务志愿者活动的地方,大都制定了有关章程和管理办法。如,天津市和平区社区服务志愿者协会管理办法规定:“会员应履行志愿无偿为社区成员服务,每月至少两次,无特殊情况连续三个月不履行会员志愿的即视为自动退会”;上海市南京东路街道办事处社区服务志愿者队伍及服务项目的管理制度规定:“为社区居民提供生活服务,帮助解决突发性问题,做到一般问题及时解决,疑难问题一般不超过三天答复”。志愿者面对老年人、残疾人、优抚对象,提供社会福利服务;面对社区居民,提供便民利民服务;面对社区内企业单位和机构团体提供后勤服务。并帮助有困难的群众解决了许多实际困难问题,上海市在社区服务中为七万多老人解决了就医难的问题。为四千多老人提供搭伙或送饭上门,为二千多独居老人安装了求助电铃,为二千多位社会孤老建立了家庭敬老室。北京市90%以上的居委会成立了志愿者协会,每年为群众提供志愿抚养、康复医疗、心里咨询、家庭服务等各种服务近600万人次。中国城市的社区服务是80年代后期出现的新事物,是在政府的领导下,以街道为主体,以居委会为依托,动员社区居民为本社区内成员的物质生活和精神生活提供各种社会福利和社会服务群众性的服务活动。社区志愿者活动通常被列为改善街道管理的重要工作内容,也被列入社区服务的议事议程,街道管理部门帮助社区志愿者组织制定一系列规章制度。

为了方便对社区的志愿者进行管理,也为了志愿者能够更好地为社区进行服务,一个有效方便的志愿者管理系统正是必不可少的。志愿者在从事志愿活动的过程当中,对于志愿者和被服务的群众来说都需要一个系统的规划和设计,因此才需要这样一个志愿者管理系统。

“社区志愿者服务系统”是基于Web的应用系统,为社区居民和志愿者之间提供一个互助的平台,能够使需要得到帮助的居民特别是社区的老人得到志愿者的真心帮助,让志愿者在社区献出他们的一份爱心,为和谐社区做出一份贡献。系统设置管理员、用户和志愿者三种权限。用户只能对个人在志愿者的预约情况进行查询、取消、修改等操作以实现自己的安排而管理员有对志愿者进行管理的权限。具体实现功能如下:

1),安全管理:提供用户登录,注销及修改密码等功能。

2),用户个人信息管理:每个用户可以对自己的信息进行查看以及修改密码等操作,

还可以查看当前对于志愿者的预订情况和志愿者的时间安排。

3),信息发布:用户可以查看当前最新志愿者的信息。

4),志愿者信息管理:管理员可以对志愿者的信息进行增加及更新操作。

5),志愿者预定管理:管理员可以对志愿者的信息和安排进行修改

  


文件夹 PATH 列表
卷序列号为 362C-227F
D:\TEST\源码
│  JSP773 社区志愿者服务系统的设计与实现 mysql sqlserver 演示录像.exe
│  论文.doc
│  
└─JSP773 社区志愿者服务系统的设计与实现
    │  zyz_Data.MDF
    │  zyz_Log.LDF
    │  论文.doc
    │  说明.txt
    │  
    └─zyz
        │  .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
        │      │      
        │      ├─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
            │  guestbook.jsp
            │  index.jsp
            │  jz.jsp
            │  jzinfo.jsp
            │  login.jsp
            │  lost.jsp
            │  personreg.jsp
            │  reg.jsp
            │  reg2.jsp
            │  sinfo.jsp
            │  zp.jsp
            │  zpinfo.jsp
            │  
            ├─admin
            │  │  index.jsp
            │  │  login.jsp
            │  │  
            │  ├─affiche
            │  │      edit.jsp
            │  │      index.jsp
            │  │      
            │  ├─guestbook
            │  │      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
            │  │      Thumbs.db
            │  │      Title.gif
            │  │      topnav_bg.jpg
            │  │      
            │  ├─jz
            │  │      index.jsp
            │  │      
            │  ├─member
            │  │      person.jsp
            │  │      pminfo.jsp
            │  │      
            │  ├─system
            │  │      editpwd.jsp
            │  │      user.jsp
            │  │      
            │  ├─yj
            │  │      add.jsp
            │  │      index.jsp
            │  │      indo.jsp
            │  │      sd.jsp
            │  │      
            │  └─zp
            │          index.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_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
            │  │  6.jpg
            │  │  7.jpg
            │  │  8.jpg
            │  │  9.jpg
            │  │  a11.gif
            │  │  a22.gif
            │  │  aaa.jpg
            │  │  abc.gif
            │  │  ad2.jpg
            │  │  back.gif
            │  │  bar1.gif
            │  │  bbb.jpg
            │  │  bg.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
            │  │  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
            │  │      
            │  ├─jz
            │  │      add.jsp
            │  │      index.jsp
            │  │      pp.jsp
            │  │      yy.jsp
            │  │      
            │  ├─yj
            │  │      add.jsp
            │  │      index.jsp
            │  │      indo.jsp
            │  │      sd.jsp
            │  │      
            │  └─zp
            │          add.jsp
            │          index.jsp
            │          yy.jsp
            │          
            ├─META-INF
            │      MANIFEST.MF
            │      
            ├─upload_file
            │  ├─news
            │  │      MyJsp.jsp
            │  │      
            │  └─sale
            │          1.doc
            │          1.jpg
            │          1329641614171damo.jpg
            │          1329642208078damo.jpg
            │          1331991065765test.doc
            │          1331991358250test.doc
            │          1331991367359test.doc
            │          1331991626718test.doc
            │          1331991642906test.doc
            │          1331991652093test.doc
            │          1331991660343test.doc
            │          1331991667015test.doc
            │          1331997375265test.doc
            │          1331998416343test.doc
            │          2.jpg
            │          3.jpg
            │          4.jpg
            │          5.jpg
            │          6.jpg
            │          7.jpg
            │          8.jpg
            │          9.jpg
            │          
            ├─UserFiles
            │  │  default.jsp
            │  │  index.jsp
            │  │  
            │  ├─Flash
            │  └─Image
            │          1.jpg
            │          1111.jpg
            │          damo.jpg
            │          
            └─WEB-INF
                │  .struts-config.mex
                │  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
                │      │      
                │      ├─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
                        

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


标签:社区志愿者服务系统,志愿者招募系统

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

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

  • 联系QQ:81677093
  • 微信:bysj1950