首页 Java 113基于struts的超市会员积分管理系统的设计与实现
113基于struts的超市会员积分管理系统的设计与实现
作品编号:152
关注人气:2394
文件包括:设计源码+数据库+论文
设计大小:18.68 M
开发语言:Java
开发数据库:MySQL
开发环境:Myeclipse+Tomcat+JDK
原价:900元
现价:90元
下载说明

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

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

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

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

对错误请求的处理。操作者在操作的过程中不可避免的会出现一些错误,而这些错误应尽可能的被捕捉到并给予相应的提示和正确的处理。操作错误时系统也应能做出一般性处理。

3.2 系统功能需求

为实现上述系统功能上的目标,会员积分管理系统主要完成的功能有:

(1)  柜员信息的管理:包括对所有柜台柜员信息的各项设置。

(2)  会员信息的管理:包括对所有会员信息的管理设置。

(3)  会员积分管理:包括对会员积分的统计、查询等。

(4)  积分规则设置:对积分规则进行设定、修改等。

(5)  会员等级设置:包括对每个会员等级的范围进行设置管理。

(6)  兑换商品管理:对积分兑换的商品进行修改、兑换等各项管理。

(7)  兑换商品记录:记录柜员对会员每次兑换商品的操作信息。

(8)  兑换积分记录:记录柜员对会员每次兑换积分的操作信息。

3.2.1管理员功能

1)柜员账户列表,实现对柜员账户信息的管理。

2)新增柜员账户,实现添加柜员信息。

3)兑换商品列表,实现对兑换商品信息的查看、修改、删除操作。

4)新增兑换商品,实现添加系统中兑换商品信息。

5)会员类别管理,实现对系统中会员积分等级的设置。

6)积分类别选择,实现对系统中的会员积分兑换规则设置。

7)增加积分记录,实现查看柜员为会员兑换积分的工作记录。

8)兑换积分记录,实现查看柜员为会员兑换商品的工作记录。

3.2.2柜员功能

1)用户列表管理,实现对会员信息的查看、修改、删除操作。

2)新增用户管理,实现添加会员信息。

3)会员积分管理,可以查看会员的积分和级别,并按照会员消费金额兑换积分。

4)兑换商品列表,可以查看兑换商品及所需积分,并可为会员兑换商品。

5增加积分记录,实现查看柜员为会员兑换积分的工作记录

6兑换积分记录,实现查看柜员为会员兑换商品的工作记录


文件夹 PATH 列表
卷序列号为 362C-227F
D:\TEST\源码
└─超市会员积分管理系统
    │  jf.sql
    │  会员积分管理系统论文.doc
    │  说明.txt
    │  超市会员积分管理系统演示录像.exe
    │  
    └─jf
        │  .classpath
        │  .mymetadata
        │  .project
        │  
        ├─.myeclipse
        ├─.settings
        │      .jsdtscope
        │      org.eclipse.jdt.core.prefs
        │      org.eclipse.jst.ws.cxf.core.prefs
        │      org.eclipse.wst.common.component
        │      org.eclipse.wst.common.project.facet.core.xml
        │      org.eclipse.wst.jsdt.ui.superType.container
        │      org.eclipse.wst.jsdt.ui.superType.name
        │      
        ├─src
        │  └─com
        │      ├─action
        │      │      AdminAction.java
        │      │      AfficheAction.java
        │      │      CommonAction.java
        │      │      ComServlet.java
        │      │      GuestBookAction.java
        │      │      LoginAction.java
        │      │      MemberAction.java
        │      │      MemberManageAction.java
        │      │      NewsServlet.java
        │      │      UpServlet.java
        │      │      
        │      ├─bean
        │      │      AdminBean.java
        │      │      AfficheBean.java
        │      │      ComBean.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
        │              
        ├─WebContent
        │  ├─META-INF
        │  │      MANIFEST.MF
        │  │      
        │  └─WEB-INF
        │      └─lib
        └─WebRoot
            │  guestbook.jsp
            │  index.jsp
            │  login.jsp
            │  lost.jsp
            │  personreg.jsp
            │  reg.jsp
            │  reg2.jsp
            │  
            ├─admin
            │  │  index.jsp
            │  │  login.jsp
            │  │  
            │  ├─guestbook
            │  │      index.jsp
            │  │      replay.jsp
            │  │      
            │  ├─hy
            │  │      add.jsp
            │  │      c.jsp
            │  │      cinfo.jsp
            │  │      index.jsp
            │  │      
            │  ├─hyk
            │  │      add.jsp
            │  │      c.jsp
            │  │      cinfo.jsp
            │  │      cz.jsp
            │  │      czjl.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
            │  │              
            │  ├─jf
            │  │      dh.jsp
            │  │      dhc.jsp
            │  │      dhcinfo.jsp
            │  │      dhinfo.jsp
            │  │      dhsp.jsp
            │  │      dhspadd.jsp
            │  │      index.jsp
            │  │      jfc.jsp
            │  │      jfcinfo.jsp
            │  │      xfjl.jsp
            │  │      
            │  ├─member
            │  │      person.jsp
            │  │      pminfo.jsp
            │  │      
            │  ├─sp
            │  │      add.jsp
            │  │      index.jsp
            │  │      
            │  ├─system
            │  │      editpwd.jsp
            │  │      user.jsp
            │  │      
            │  ├─tj
            │  │      index.jsp
            │  │      
            │  └─xs
            │          add.jsp
            │          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
            │  │  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
            │  │  login.jpg
            │  │  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
            │  │  jl.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
            │      1332949079421damo.jpg
            │      1332949116250damo.jpg
            │      1332949325203damo.jpg
            │      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
                │      │      LoginAction.class
                │      │      MemberAction.class
                │      │      MemberManageAction.class
                │      │      NewsServlet.class
                │      │      UpServlet.class
                │      │      
                │      ├─bean
                │      │      AdminBean.class
                │      │      AfficheBean.class
                │      │      ComBean.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-beanutils.jar
                        commons-collections.jar
                        commons-digester.jar
                        commons-fileupload.jar
                        commons-lang.jar
                        commons-logging.jar
                        commons-validator.jar
                        FCKeditor-2.3.jar
                        gnujaxp.jar
                        iText-2.1.5.jar
                        jakarta-oro.jar
                        jcommon-1.0.17.jar
                        jfreechart-1.0.14-experimental.jar
                        jfreechart-1.0.14-swt.jar
                        jfreechart-1.0.14.jar
                        junit.jar
                        msbase.jar
                        mssqlserver.jar
                        msutil.jar
                        mysql-connector-java-5.0.8-bin.jar
                        servlet.jar
                        struts-legacy.jar
                        struts.jar
                        swtgraphics2d.jar
                        


目  录
摘  要    1
Abstract    2
引    言    1
1 第一章 绪论    2
1.1 课题研究背景    2
1.2 系统实现意义    2
1.3 本文主要工作及总体结构    3
2 第二章 系统开发环境及相关技术    4
2.1环境技术概述    4
2.1.1 B/S结构    4
2.1.2 JSP    5
2.1.3 JavaBean    6
3 第三章 系统需求分析    7
3.1 系统具体实现目标    7
3.1.1系统的完整性    7
3.1.2 系统的安全性    7
3.1.3 对错误操作的处理    7
3.2 系统功能需求    7
3.2.1 管理员功能    8
3.2.2 柜员功能    8
3.3 系统非功能需求描述    8
4第四章 系统设计    9
4.1 实体E-R图    9
4.2 实体管理E-R图    13
4.3 会员积分兑换流程    14
5第五章 数据库表结构    15
6第六章 系统安全测试    17
6.1 常用的测试方法    17
6.2 系统的安全性分析    18
6.3 系统的实用性分析    18
结  论    19
附 录 A 外文原文    21
附 录 B 外文译文    24
附 录 C 源代码    27
在 学 取 得 成 果    38
致  谢    39



标签:超市会员管理系统,超市管理系统

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

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

  • 联系QQ:81677093
  • 微信:bysj1950