CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 WEB源码 JSP源码/Java

文件名称:shopping-by-java-and-mysql

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

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

电子商务系统

采用ecilpse和mysql编写,实现了客户端登陆和管理员登陆,具备基本的功能,

客户端:查看商品,加入购物车,查看购物车,下订单,查看订单等-E-commerce the system using ecilpse and mysql prepared to achieve the client login and administrator landing, with basic functionality, client: View, Add to Cart, View Cart, place orders, view orders
(系统自动生成,下载前可以参看下载内容)

下载文件列表

shopping by java and mysql/.classpath
shopping by java and mysql/.project
shopping by java and mysql/.settings/org.eclipse.jdt.core.prefs
shopping by java and mysql/bin/com/iotek/ght/app/AdminAPP.class
shopping by java and mysql/bin/com/iotek/ght/app/CustomerAPP.class
shopping by java and mysql/bin/com/iotek/ght/controller/AdminLoginMenuController.class
shopping by java and mysql/bin/com/iotek/ght/controller/AdminMenuController.class
shopping by java and mysql/bin/com/iotek/ght/controller/AdminStartMenuController.class
shopping by java and mysql/bin/com/iotek/ght/controller/CancelProductController.class
shopping by java and mysql/bin/com/iotek/ght/controller/Controller.class
shopping by java and mysql/bin/com/iotek/ght/controller/CustomerBuyController.class
shopping by java and mysql/bin/com/iotek/ght/controller/CustomerEditMessageController.class
shopping by java and mysql/bin/com/iotek/ght/controller/CustomerFunctionController.class
shopping by java and mysql/bin/com/iotek/ght/controller/CustomerLoginMenuController.class
shopping by java and mysql/bin/com/iotek/ght/controller/CustomerRegisterMenuController.class
shopping by java and mysql/bin/com/iotek/ght/controller/CustomerStartMenuController.class
shopping by java and mysql/bin/com/iotek/ght/controller/EditProductNumberController.class
shopping by java and mysql/bin/com/iotek/ght/controller/MakeOrderDBController.class
shopping by java and mysql/bin/com/iotek/ght/controller/ScanAllProductController.class
shopping by java and mysql/bin/com/iotek/ght/controller/ScanCartController.class
shopping by java and mysql/bin/com/iotek/ght/dao/AdminDao.class
shopping by java and mysql/bin/com/iotek/ght/dao/AdminDaoImplement.class
shopping by java and mysql/bin/com/iotek/ght/dao/CustomerDao.class
shopping by java and mysql/bin/com/iotek/ght/dao/CustomerDaoImpement.class
shopping by java and mysql/bin/com/iotek/ght/dao/OrderDao.class
shopping by java and mysql/bin/com/iotek/ght/dao/OrderDaoImplement.class
shopping by java and mysql/bin/com/iotek/ght/dao/ProductDao.class
shopping by java and mysql/bin/com/iotek/ght/dao/ProductDaoImplement.class
shopping by java and mysql/bin/com/iotek/ght/DBManager/DBManager.class
shopping by java and mysql/bin/com/iotek/ght/model/Admin.class
shopping by java and mysql/bin/com/iotek/ght/model/Cart.class
shopping by java and mysql/bin/com/iotek/ght/model/CartOrder.class
shopping by java and mysql/bin/com/iotek/ght/model/Customer.class
shopping by java and mysql/bin/com/iotek/ght/model/Indent.class
shopping by java and mysql/bin/com/iotek/ght/model/IndentOrder.class
shopping by java and mysql/bin/com/iotek/ght/model/Product.class
shopping by java and mysql/bin/com/iotek/ght/view/AdminLoginMenuView.class
shopping by java and mysql/bin/com/iotek/ght/view/AdminMenuView.class
shopping by java and mysql/bin/com/iotek/ght/view/AdminStartMenuView.class
shopping by java and mysql/bin/com/iotek/ght/view/CancelProductView.class
shopping by java and mysql/bin/com/iotek/ght/view/CustomerBuyView.class
shopping by java and mysql/bin/com/iotek/ght/view/CustomerEditMessageView.class
shopping by java and mysql/bin/com/iotek/ght/view/CustomerFunctionView.class
shopping by java and mysql/bin/com/iotek/ght/view/CustomerLoginMenuView.class
shopping by java and mysql/bin/com/iotek/ght/view/CustomerRegisterMenuView.class
shopping by java and mysql/bin/com/iotek/ght/view/CustomerStartMenuView.class
shopping by java and mysql/bin/com/iotek/ght/view/EditProductNumberView.class
shopping by java and mysql/bin/com/iotek/ght/view/MakeOrderDBView.class
shopping by java and mysql/bin/com/iotek/ght/view/ScanAllProductView.class
shopping by java and mysql/bin/com/iotek/ght/view/ScanCartView.class
shopping by java and mysql/bin/com/iotek/ght/view/View.class
shopping by java and mysql/shopping.s
shopping by java and mysql/src/com/iotek/ght/app/AdminAPP.java
shopping by java and mysql/src/com/iotek/ght/app/CustomerAPP.java
shopping by java and mysql/src/com/iotek/ght/controller/AdminLoginMenuController.java
shopping by java and mysql/src/com/iotek/ght/controller/AdminMenuController.java
shopping by java and mysql/src/com/iotek/ght/controller/AdminStartMenuController.java
shopping by java and mysql/src/com/iotek/ght/controller/CancelProductController.java
shopping by java and mysql/src/com/iotek/ght/controller/Controller.java
shopping by java and mysql/src/com/iotek/ght/controller/CustomerBuyController.java
shopping by java and mysql/src/com/iotek/ght/controller/CustomerEditMessageController.java
shopping by java and mysql/src/com/iotek/ght/controller/CustomerFunctionController.java
shopping by java and mysql/src/com/iotek/ght/controller/CustomerLoginMenuController.java
shopping by java and mysql/src/com/iotek/ght/controller/CustomerRegisterMenuController.java
shopping by java and mysql/src/com/iotek/ght/controller/CustomerStartMenuController.java
shopping by java and mysql/src/com/iotek/ght/controller/EditProductNumberController.java
shopping by java and mysql/src/com/iotek/ght/controller/MakeOrderDBController.java
shopping by java and mysql/src/com/iotek/ght/controller/ScanAllProductContro

相关说明

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

相关评论

暂无评论内容.

发表评论

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