首页 Java 803基于JSP/Java的快递公司网站的设计与实现
803基于JSP/Java的快递公司网站的设计与实现
作品编号:849
关注人气:2375
文件包括:设计源码+数据库+论文
设计大小:33.15 M
开发语言:Java
开发数据库:MySQL
开发环境:Myeclipse+Tomcat+JDK
原价:900元
现价:90元
下载说明

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

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

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

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

本毕业设计开发的基于Web的快递公司网站包括客户端和服务端,客户端功能包括:1.公告通知模块,2.用户个人信息管理功能,3.产品及服务功能,4.查看“我的”订单功能(a.历史订单,b.订单查询),5.客户服务功能,6.用户评论功能,7.下单和支付功能,8.注册和登录功能。服务端功能包括:1.管理用户信息,2.管理订单信息,3.管理客服信息,4.管理用户评论信息,5.业务介绍管理模块。6.登录功能模块,7.个人信息管理模块,8.公告通知管理模块。

本系统主要针对快递公司对快递业务进行信息化的管理。通过本系统可以使快递信息管理的工作管理更加规范,提高工作效率并减少管理资金的投入。本系统功能如下:

A.前台功能[U1] 

1.注册和登录功能

当顾客想要登录网页,开始使用系统时,必须按照公司的规定,进行注册,填写自己的昵称、密码,将自己的基本信息存入公司的数据库。之后用户可以按照自己注册填写的信息登录公司网站,进行相应的活动。

2.公告通知功能

 在该功能模块,快递公司会将自己的近期和最新的公告张贴在网站上,说明近期的一些业务活动或是业务变更活动以及相应的注意事项,浏览网站的用户可以在第一时间对公告中的通知进行了解。

3.用户个人信息管理模块

在该功能模块里可以查看和更改用户信息,比如密码、昵称,保存后服务端的数据也将被同步改写。

4. 产品及服务介绍

在该功能模块里用户可以对该快递公司所从事的业务范围和推出的相关产品进行了解,以此来判断是否有自己需要的产品和服务。

5. 客户服务

 在该功能模块里客户可以直接与客服直接进行网络沟通,查询或撰写申诉与建议信息,了解用户寄件手续以及相关法律知识。又或是使用静态qq或者电话联系。

6. 用户评论

 在该功能模块里用户可以对本次自己的快递寄送情况进行反馈,对该快递公司的服务状况予以打分,便于他人对该公司的服务有所了解。

7. 下单和支付

 在该功能模块里用户可以选择自己所需的服务类型进行下单,同时按相应的服务要求支付相关的费用。后台设置类型前台选择

8.查看“我的”订单功能

 在该功能模块里分为历史订单和订单查询两大块,用户可以凭用户名和密码登录,对以往自己在该快递公司的订单历史查看,也可以对目前要追踪的订单进行查看,以此来了解自己关注的快递的情况。

 

B.后台功能

1.管理用户信息

管理员可以在后台对所有用户信息进行增、删、改、查,用户信息主要包括用户昵称,密码,图片等等。

2卷 SSD分区 的文件夹 PATH 列表
卷序列号为 0004-1E03
E:\TEST\源码
└─JSP_快递管理
    │  db.sql
    │  read.txt
    │  张忆勇论文20140517.doc
    │  数据库表.doc
    │  
    └─ups
        │  .classpath
        │  .mymetadata
        │  .project
        │  
        ├─.myeclipse
        ├─src
        │  └─com
        │      ├─action
        │      │      AdminServlet.java
        │      │      AfficheServlet.java
        │      │      ComServlet.java
        │      │      GuestBookServlet.java
        │      │      LoginServlet.java
        │      │      MemberManageServlet.java
        │      │      MemberServlet.java
        │      │      NewsServlet.java
        │      │      UploadServlet.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
        │              
        └─WebRoot
            │  down.jsp
            │  error.jsp
            │  guestbook.jsp
            │  index.jsp
            │  jb.jsp
            │  jb2.jsp
            │  jb3.jsp
            │  liandong.jsp
            │  login.jsp
            │  lost.jsp
            │  news.jsp
            │  news2.jsp
            │  newsinfo.jsp
            │  newsinfo2.jsp
            │  personreg.jsp
            │  reg2.jsp
            │  search.jsp
            │  sinfo.jsp
            │  xz.jsp
            │  
            ├─admin
            │  │  default.jsp
            │  │  index.jsp
            │  │  login.jsp
            │  │  
            │  ├─affiche
            │  │      default.jsp
            │  │      edit.jsp
            │  │      index.jsp
            │  │      
            │  ├─dd
            │  │      index.jsp
            │  │      s.jsp
            │  │      sinfo.jsp
            │  │      
            │  ├─fenlei
            │  │      add.jsp
            │  │      index.jsp
            │  │      
            │  ├─guestbook
            │  │      default.jsp
            │  │      index.jsp
            │  │      replay.jsp
            │  │      
            │  ├─iframe
            │  │      default.jsp
            │  │      foot.jsp
            │  │      help.jsp
            │  │      index.jsp
            │  │      left.jsp
            │  │      main.jsp
            │  │      top.jsp
            │  │      
            │  ├─images
            │  │      333.jpg
            │  │      admin_m.swf
            │  │      Admin_Style.css
            │  │      bg.jpg
            │  │      bg1.jpg
            │  │      bt_login.gif
            │  │      bullet.gif
            │  │      calendar.js
            │  │      Common.js
            │  │      date.js
            │  │      default.jsp
            │  │      HardWare.gif
            │  │      img_u.gif
            │  │      index.jsp
            │  │      linkbg1.gif
            │  │      linkbg2.gif
            │  │      MainBg.gif
            │  │      menu.gif
            │  │      qq_22.gif
            │  │      rollpic.swf
            │  │      SearchFluctuation.js
            │  │      selcolor.htm
            │  │      SetFocus.js
            │  │      style.css
            │  │      sys.gif
            │  │      Title.gif
            │  │      topnav_bg.jpg
            │  │      
            │  ├─member
            │  │      person.jsp
            │  │      pminfo.jsp
            │  │      s.jsp
            │  │      sinfo.jsp
            │  │      
            │  ├─news
            │  │      edit.jsp
            │  │      index.jsp
            │  │      pl.jsp
            │  │      
            │  ├─system
            │  │      default.jsp
            │  │      editpwd.jsp
            │  │      index.jsp
            │  │      log.jsp
            │  │      user.jsp
            │  │      
            │  └─xz
            │          index.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
            │      │          
            │      ├─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.avi
            │  │  1.jpg
            │  │  1.swf
            │  │  111.jpg
            │  │  2.jpg
            │  │  3.jpg
            │  │  4.jpg
            │  │  5.jpg
            │  │  ad.jpg
            │  │  ad2.jpg
            │  │  back.gif
            │  │  bar1.gif
            │  │  bg1.jpg
            │  │  boy.gif
            │  │  button.gif
            │  │  calendar.js
            │  │  Common.js
            │  │  css.css
            │  │  default.css
            │  │  first.gif
            │  │  foot.swf
            │  │  frams_143.jpg
            │  │  frams_145.jpg
            │  │  frams_166.jpg
            │  │  frams_191.jpg
            │  │  fzc.jpg
            │  │  girl.gif
            │  │  head1.gif
            │  │  headarrow.gif
            │  │  headbg4.gif
            │  │  headbg5.gif
            │  │  icon.gif
            │  │  index.js
            │  │  inputbg8.gif
            │  │  inputend.gif
            │  │  jblx.js
            │  │  jump.gif
            │  │  Key.gif
            │  │  last.gif
            │  │  MSClass.js
            │  │  MVI_1090.AVI
            │  │  next.gif
            │  │  nobody.gif
            │  │  pre.gif
            │  │  rollpic.swf
            │  │  sub.gif
            │  │  zc.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
            │          
            ├─member
            │  │  default.jsp
            │  │  index.jsp
            │  │  
            │  ├─dd
            │  │      add.jsp
            │  │      df.jsp
            │  │      index.jsp
            │  │      s.jsp
            │  │      sinfo.jsp
            │  │      
            │  ├─iframe
            │  │      default.jsp
            │  │      foot.jsp
            │  │      help.jsp
            │  │      index.jsp
            │  │      left.jsp
            │  │      main.jsp
            │  │      top.jsp
            │  │      
            │  ├─images
            │  │      Admin_Style.css
            │  │      baseset.js
            │  │      bg.jpg
            │  │      bt_login.gif
            │  │      bullet.gif
            │  │      calendar.js
            │  │      city.js
            │  │      Common.js
            │  │      date.js
            │  │      default.jsp
            │  │      first.gif
            │  │      HardWare.gif
            │  │      img_u.gif
            │  │      index.jsp
            │  │      jump.gif
            │  │      last.gif
            │  │      linkbg1.gif
            │  │      linkbg2.gif
            │  │      MainBg.gif
            │  │      menu.gif
            │  │      next.gif
            │  │      pre.gif
            │  │      qq_22.gif
            │  │      SearchFluctuation.js
            │  │      selcolor.htm
            │  │      SetFocus.js
            │  │      style.css
            │  │      sys.gif
            │  │      Title.gif
            │  │      topnav_bg.jpg
            │  │      ufopp.gif
            │  │      
            │  └─info
            │          default.jsp
            │          editpwd.jsp
            │          index.jsp
            │          info.jsp
            │          
            ├─META-INF
            │      MANIFEST.MF
            │      
            ├─upload_file
            │  │  default.jsp
            │  │  index.jsp
            │  │  
            │  └─news
            │          1267962444437damo.jpg
            │          1397118425549good.jpg
            │          default.jsp
            │          
            ├─UserFiles
            │  │  default.jsp
            │  │  index.jsp
            │  │  
            │  ├─Flash
            │  │      default.jsp
            │  │      
            │  └─Image
            │          111.jpg
            │          222.jpg
            │          333.jpg
            │          damo.jpg
            │          default.jsp
            │          
            └─WEB-INF
                │  FCKeditor.tld
                │  web.xml
                │  
                ├─classes
                │  └─com
                │      ├─action
                │      │      AdminServlet.class
                │      │      AfficheServlet.class
                │      │      ComServlet.class
                │      │      GuestBookServlet.class
                │      │      LoginServlet.class
                │      │      MemberManageServlet.class
                │      │      MemberServlet.class
                │      │      NewsServlet.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-fileupload.jar
                        FCKeditor-2.3.jar
                        gnujaxp.jar
                        iText-2.1.5.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
                        swtgraphics2d.jar
                        

目    录
目    录    1
第1章 绪论    1
1.1 本课题研究背景    1
1.2 快递公司网站国内外现状研究    1
1.3 本论文的主要研究内容    3
1.4 本课题的意义    3
1.5 本论文的组织结构    3
第2章 相关技术与开发工具    4
2.1 JSP概述    4
2.2 myeclipse概述    5
2.3 mysql概述    5
2.4 mvc概述    6
2.5 JAVA概述    7
2.6 B/S架构    8
第3章 系统总体分析    10
3.1 可行性    10
3.1.1  技术可行性分析    10
3.1.2  经济可行性分析    10
3.1.3  营运可行性分析    10
3.2 系统设计和实现的主要思路    11
3.3 研究方法    11
3.4 需求分析    12
3.4.1 主要功能分析    12
3.4.2 业务流程分析    12
3.4.3 数据分析    12
第4章 系统总体设计    14
4.1 系统的总体结构    14
4.2 系统功能模块设计    16
4.3 数据库设计    19
4.3.1  E-R图    19
4.3.2  数据库表结构    21
第5章 系统实现    25
5.1 系统登录模块    25
5.2 订单信息管理模块    26
5.3 注册用户信息管理模块    27
5.4 首页模块    31
5.5 管理员后台    31
第6章 系统测试    32
6.1 测试用例    32
6.2 程序的测试    32
6.2.1 测试的重要性及目的    32
6.2.2 测试的步骤    33
6.2.3 测试的主要内容    34
第7章 结论    36
7.1 本毕业设计主要完成的工作    36
7.2 系统的特点和优点    36
7.3 系统存在的不足和改进方案    37
7.4 设计收获和心得    37
   致谢    44
   参考文献    45


标签:快递查询,快递公司官方网站,物流网站

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

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

  • 联系QQ:81677093
  • 微信:bysj1950