CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 其它 书籍源码

文件名称:03

  • 所属分类:
  • 标签属性:
  • 上传时间:
    2014-03-17
  • 文件大小:
    2.52mb
  • 已下载:
    0次
  • 提 供 者:
  • 相关连接:
  • 下载说明:
    别用迅雷下载,失败请重下,重下不扣分!

介绍说明--下载内容来自于网络,使用问题请自行百度

系统介绍

如今是网络化的电子信息时代,在广阔的Internet网络中有各种各样的电子商城,它们可以使客户通过网络购物、浏览商品、查询订单和销售排行。通过对电子商务网站订购环境以及购物过程的调查研究,要求系统具有以下功能:

   展示网站最新的商品信息。

   展示网站特价的商品信息。

   为用户提供修改个人资料和查看在网站操作情况的平台。

   提供用户在网站上购物的平台。

   展示网站发布的公告信息。

   展示商品的销量排行。

   展示网站的友情链接信息。

   对商品详细信息以及分类信息进行管理。

   对用户基本资料、交易制度、消费情况及留言信息进行管理。

   对用户提交的订单进行管理。

   对管理员信息、网站公告信息、商业资讯信息及友情链接信息进行管理。

   系统运行稳定,具有强大的数据处理能力。

操作注意事项

(1)本系统的用户名为:tsoft,密码为:111

(2)tsoft管理员的信息不能删除。

-System Introduction

Today is a network of electronic information age, there is a wide variety of electronic mall in the vast Internet network, which allows customers through online shopping , browsing merchandise, check orders and sales ranking. Through research on e-commerce sites and shopping environment ordering process , requiring the system has the following features :

 showcase the latest product information website .

 show special product information site .

 provide users modify personal information and view the operation of the platform site .

 provides users on the online shopping platform.

 display of notices published information website .

 show sales ranking of commodities.

 Show Link information website.

 For more information on the product as well as classified information management.

 basic information to the user , transaction systems , consumption and message management.

 the ord
(系统自动生成,下载前可以参看下载内容)

下载文件列表

03/.classpath
03/.project
03/.settings/.jsdtscope
03/.settings/org.eclipse.jdt.core.prefs
03/.settings/org.eclipse.wst.common.component
03/.settings/org.eclipse.wst.common.project.facet.core.xml
03/.settings/org.eclipse.wst.jsdt.ui.superType.container
03/.settings/org.eclipse.wst.jsdt.ui.superType.name
03/build/classes/com/wy/dao/AfficheDao.class
03/build/classes/com/wy/dao/BigTypeDao.class
03/build/classes/com/wy/dao/GoodsDao.class
03/build/classes/com/wy/dao/LinkDao.class
03/build/classes/com/wy/dao/ManagerDao.class
03/build/classes/com/wy/dao/MemberDao.class
03/build/classes/com/wy/dao/OrderDao.class
03/build/classes/com/wy/dao/OrderDetailDao.class
03/build/classes/com/wy/dao/SmallTypeDao.class
03/build/classes/com/wy/domain/AfficheForm.class
03/build/classes/com/wy/domain/BigTypeForm.class
03/build/classes/com/wy/domain/GoodsForm.class
03/build/classes/com/wy/domain/LinkForm.class
03/build/classes/com/wy/domain/ManagerForm.class
03/build/classes/com/wy/domain/MemberForm.class
03/build/classes/com/wy/domain/OrderDetailForm.class
03/build/classes/com/wy/domain/OrderForm.class
03/build/classes/com/wy/domain/SellGoodsForm.class
03/build/classes/com/wy/domain/SmallTypeForm.class
03/build/classes/com/wy/tool/CountTime.class
03/build/classes/com/wy/tool/JDBConnection.class
03/build/classes/com/wy/tool/SelfRequestProcessor.class
03/build/classes/com/wy/tool/UploadFile.class
03/build/classes/com/wy/webtier/AfficheAction.class
03/build/classes/com/wy/webtier/BigTypeAction.class
03/build/classes/com/wy/webtier/GoodsAction.class
03/build/classes/com/wy/webtier/LinkAction.class
03/build/classes/com/wy/webtier/ManagerAction.class
03/build/classes/com/wy/webtier/MemberAction.class
03/build/classes/com/wy/webtier/OrderAction.class
03/build/classes/com/wy/webtier/SmallTypeAction.class
03/Database/db_shopping_Data.MDF
03/Database/db_shopping_Log.LDF
03/readme.doc
03/src/com/wy/dao/AfficheDao.java
03/src/com/wy/dao/BigTypeDao.java
03/src/com/wy/dao/GoodsDao.java
03/src/com/wy/dao/LinkDao.java
03/src/com/wy/dao/ManagerDao.java
03/src/com/wy/dao/MemberDao.java
03/src/com/wy/dao/OrderDao.java
03/src/com/wy/dao/OrderDetailDao.java
03/src/com/wy/dao/SmallTypeDao.java
03/src/com/wy/domain/AfficheForm.java
03/src/com/wy/domain/BigTypeForm.java
03/src/com/wy/domain/GoodsForm.java
03/src/com/wy/domain/LinkForm.java
03/src/com/wy/domain/ManagerForm.java
03/src/com/wy/domain/MemberForm.java
03/src/com/wy/domain/OrderDetailForm.java
03/src/com/wy/domain/OrderForm.java
03/src/com/wy/domain/SellGoodsForm.java
03/src/com/wy/domain/SmallTypeForm.java
03/src/com/wy/tool/CountTime.java
03/src/com/wy/tool/JDBConnection.java
03/src/com/wy/tool/SelfRequestProcessor.java
03/src/com/wy/tool/UploadFile.java
03/src/com/wy/webtier/AfficheAction.java
03/src/com/wy/webtier/BigTypeAction.java
03/src/com/wy/webtier/GoodsAction.java
03/src/com/wy/webtier/LinkAction.java
03/src/com/wy/webtier/ManagerAction.java
03/src/com/wy/webtier/MemberAction.java
03/src/com/wy/webtier/OrderAction.java
03/src/com/wy/webtier/SmallTypeAction.java
03/WebContent/bg-afficheContent.jsp
03/WebContent/bg-afficheInsert.jsp
03/WebContent/bg-afficheSelect.jsp
03/WebContent/bg-afficheUpdate.jsp
03/WebContent/bg-bigTypeInsert.jsp
03/WebContent/bg-bigTypeResult.jsp
03/WebContent/bg-bigTypeSelect.jsp
03/WebContent/bg-checkMemberResult.jsp
03/WebContent/bg-down.jsp
03/WebContent/bg-goodInsert.jsp
03/WebContent/bg-goodSelect.jsp
03/WebContent/bg-goodSelectBig.jsp
03/WebContent/bg-goodSelectContent.jsp
03/WebContent/bg-goodSelectSmall.jsp
03/WebContent/bg-goodsFreePirce.jsp
03/WebContent/bg-goodsMarkSelect.jsp
03/WebContent/bg-goodsResult.jsp
03/WebContent/bg-land.jsp
03/WebContent/bg-landResult.jsp
03/WebContent/bg-left.jsp
03/WebContent/bg-linkInsert.jsp
03/WebContent/bg-linkSelect.jsp
03/WebContent/bg-managerInsert.jsp
03/WebContent/bg-managerSelect.jsp
03/WebContent/bg-managerUpdatePassword.jsp
03/WebContent/bg-memberSuccess.jsp
03/WebContent/bg-orderContent.jsp
03/WebContent/bg-orderSelect.jsp
03/WebContent/bg-resultMember.jsp
03/WebContent/bg-resultTen.jsp
03/WebContent/bg-selectContent.jsp
03/WebContent/bg-selectMember.jsp
03/WebContent/bg-sellResult.jsp
03/WebContent/bg-smallTypeInsert.jsp
03/WebContent/bg-smallTypeResult.jsp
03/WebContent/bg-smallTypeSelect.jsp
03/WebContent/bg-up.jsp
03/WebContent/cart_add.jsp
03/WebContent/cart_checkOut.jsp
03/WebContent/cart_checkOutOrder.jsp
03/WebContent/cart_clear.jsp
03/WebContent/cart_detail.jsp
03/WebContent/cart_modify.jsp
03/WebContent/cart_see.jsp
03/WebContent/connection.jsp
03/WebContent/css/css.css
03/WebContent/fg-afficheSelect.jsp
03/WebContent/fg-checkMemberResult.jsp
03/WebContent/fg-down.jsp
03/WebContent/fg-four.jsp
03/WebContent/fg-goodSelectOne.jsp
03/WebContent/fg-goodSorts.jsp
03/WebContent/fg-left.jsp
03/WebContent/fg-memberRegister.jsp
03/WebContent/fg-One.jsp
03/WebContent/fg-selectBigGoods.jsp
03/WebContent/fg-selectFreeGoods.jsp
03/WebContent/fg-selectNewGoods.jsp
03/WebContent/fg-three.jsp
03/WebContent/fg-top.jsp
03/WebContent/fg-Two.jsp
03/WebContent/fg-updateMember.jsp
03/WebContent/goodsPicture/1195000722234.jpg
03/WebContent

相关说明

  • 本站资源为会员上传分享交流与学习,如有侵犯您的权益,请联系我们删除.
  • 搜珍网是交换下载平台,只提供交流渠道,下载内容来自于网络,除下载问题外,其它问题请自行百度。更多...
  • 本站已设置防盗链,请勿用迅雷、QQ旋风等下载软件下载资源,下载后用WinRAR最新版进行解压.
  • 如果您发现内容无法下载,请稍后再次尝试;或换浏览器;或者到消费记录里找到下载记录反馈给我们.
  • 下载后发现下载的内容跟说明不相乎,请到消费记录里找到下载记录反馈给我们,经确认后退回积分.
  • 如下载前有疑问,可以通过点击"提供者"的名字,查看对方的联系方式,联系对方咨询.

相关评论

暂无评论内容.

发表评论

*快速评论: 推荐 一般 有密码 和说明不符 不是源码或资料 文件不全 不能解压 纯粹是垃圾
*内  容:
*验 证 码:
搜珍网 www.dssz.com