【例子介绍】购物系统项目(文档 视频 源码)
【相关图片】
.
├── java Swing mysql实现简单的购物系统项目源码
│ ├── java Swing mysql实现简单的购物系统项目源码.avi
│ ├── java Swing mysql实现简单的购物系统项目源码.doc
│ ├── mysql驱动
│ │ └── mysql-connector-java-3.1.12-bin.jar
│ ├── shopManager
│ │ ├── bin
│ │ │ └── com
│ │ │ ├── dao
│ │ │ │ ├── CustomerUserDao.class
│ │ │ │ ├── ManagerUserDao.class
│ │ │ │ ├── ProductChosenDao.class
│ │ │ │ ├── ProductDao.class
│ │ │ │ └── ProductTypeDao.class
│ │ │ ├── model
│ │ │ │ ├── Customer.class
│ │ │ │ ├── ManagerUser.class
│ │ │ │ ├── Product.class
│ │ │ │ └── ProductType.class
│ │ │ ├── util
│ │ │ │ ├── Dbutil.class
│ │ │ │ └── StringUtil.class
│ │ │ └── view
│ │ │ ├── CustomerAddInterFrm$1.class
│ │ │ ├── CustomerAddInterFrm.class
│ │ │ ├── CustomerAddInterFrm.form
│ │ │ ├── CustomerLogOnFrm$1.class
│ │ │ ├── CustomerLogOnFrm$2.class
│ │ │ ├── CustomerLogOnFrm$3.class
│ │ │ ├── CustomerLogOnFrm.class
│ │ │ ├── CustomerLogOnFrm.form
│ │ │ ├── CustomerLogOnInterFrm$1.class
│ │ │ ├── CustomerLogOnInterFrm$2.class
│ │ │ ├── CustomerLogOnInterFrm$3.class
│ │ │ ├── CustomerLogOnInterFrm.class
│ │ │ ├── FuntionMainFrm$1.class
│ │ │ ├── FuntionMainFrm$2.class
│ │ │ ├── FuntionMainFrm$3.class
│ │ │ ├── FuntionMainFrm$4.class
│ │ │ ├── FuntionMainFrm.class
│ │ │ ├── FuntionMainFrm.form
│ │ │ ├── MainFrm$1.class
│ │ │ ├── MainFrm$2.class
│ │ │ ├── MainFrm$3.class
│ │ │ ├── MainFrm$4.class
│ │ │ ├── MainFrm$5.class
│ │ │ ├── MainFrm$6.class
│ │ │ ├── MainFrm.class
│ │ │ ├── MainFrm.form
│ │ │ ├── ManagerLogOnFrm$1.class
│ │ │ ├── ManagerLogOnFrm$2.class
│ │ │ ├── ManagerLogOnFrm$3.class
│ │ │ ├── ManagerLogOnFrm$4.class
│ │ │ ├── ManagerLogOnFrm.class
│ │ │ ├── ManagerLogOnFrm.form
│ │ │ ├── ProductAddInterFrm$1.class
│ │ │ ├── ProductAddInterFrm$2.class
│ │ │ ├── ProductAddInterFrm.class
│ │ │ ├── ProductAddInterFrm.form
│ │ │ ├── ProductBuyInterFrm$1.class
│ │ │ ├── ProductBuyInterFrm$2.class
│ │ │ ├── ProductBuyInterFrm$3.class
│ │ │ ├── ProductBuyInterFrm$4.class
│ │ │ ├── ProductBuyInterFrm$5.class
│ │ │ ├── ProductBuyInterFrm$6.class
│ │ │ ├── ProductBuyInterFrm$7.class
│ │ │ ├── ProductBuyInterFrm$8.class
│ │ │ ├── ProductBuyInterFrm.class
│ │ │ ├── ProductBuyInterFrm.form
│ │ │ ├── ProductManageInterFrm$1.class
│ │ │ ├── ProductManageInterFrm$2.class
│ │ │ ├── ProductManageInterFrm$3.class
│ │ │ ├── ProductManageInterFrm$4.class
│ │ │ ├── ProductManageInterFrm$5.class
│ │ │ ├── ProductManageInterFrm$6.class
│ │ │ ├── ProductManageInterFrm$7.class
│ │ │ ├── ProductManageInterFrm.class
│ │ │ ├── ProductManageInterFrm.form
│ │ │ ├── ProductTypeInterFrm$1.class
│ │ │ ├── ProductTypeInterFrm$2.class
│ │ │ ├── ProductTypeInterFrm.class
│ │ │ ├── ProductTypeInterFrm.form
│ │ │ ├── ProductTypeManageInterFrm$1.class
│ │ │ ├── ProductTypeManageInterFrm$2.class
│ │ │ ├── ProductTypeManageInterFrm$3.class
│ │ │ ├── ProductTypeManageInterFrm$4.class
│ │ │ ├── ProductTypeManageInterFrm$5.class
│ │ │ ├── ProductTypeManageInterFrm.class
│ │ │ ├── ProductTypeManageInterFrm.form
│ │ │ ├── ViewMainFrm$1.class
│ │ │ ├── ViewMainFrm$2.class
│ │ │ ├── ViewMainFrm$3.class
│ │ │ ├── ViewMainFrm$4.class
│ │ │ ├── ViewMainFrm.class
│ │ │ └── ViewMainFrm.form
│ │ ├── images
│ │ │ ├── about.png
│ │ │ ├── add.png
│ │ │ ├── base.png
│ │ │ ├── bookManager.png
│ │ │ ├── bookTypeManager.png
│ │ │ ├── delete.png
│ │ │ ├── edit.png
│ │ │ ├── exit.png
│ │ │ ├── login.png
│ │ │ ├── logo.png
│ │ │ ├── manager.gif
│ │ │ ├── me.png
│ │ │ ├── modify.gif
│ │ │ ├── money.png
│ │ │ ├── password.png
│ │ │ ├── product manager.gif
│ │ │ ├── reset.png
│ │ │ ├── search.png
│ │ │ ├── shopadd.gif
│ │ │ └── userName.png
│ │ ├── lib
│ │ │ ├── AbsoluteLayout.jar
│ │ │ ├── mysql-connector-java-3.1.12-bin.jar
│ │ │ └── swing-layout-1.0.3.jar
│ │ └── src
│ │ └── com
│ │ ├── dao
│ │ │ ├── CustomerUserDao.java
│ │ │ ├── ManagerUserDao.java
│ │ │ ├── ProductChosenDao.java
│ │ │ ├── ProductDao.java
│ │ │ └── ProductTypeDao.java
│ │ ├── model
│ │ │ ├── Customer.java
│ │ │ ├── ManagerUser.java
│ │ │ ├── Product.java
│ │ │ └── ProductType.java
│ │ ├── util
│ │ │ ├── Dbutil.java
│ │ │ └── StringUtil.java
│ │ └── view
│ │ ├── CustomerAddInterFrm.form
│ │ ├── CustomerAddInterFrm.java
│ │ ├── CustomerLogOnFrm.form
│ │ ├── CustomerLogOnFrm.java
│ │ ├── CustomerLogOnInterFrm.java
│ │ ├── FuntionMainFrm.form
│ │ ├── FuntionMainFrm.java
│ │ ├── MainFrm.form
│ │ ├── MainFrm.java
│ │ ├── ManagerLogOnFrm.form
│ │ ├── ManagerLogOnFrm.java
│ │ ├── ProductAddInterFrm.form
│ │ ├── ProductAddInterFrm.java
│ │ ├── ProductBuyInterFrm.form
│ │ ├── ProductBuyInterFrm.java
│ │ ├── ProductManageInterFrm.form
│ │ ├── ProductManageInterFrm.java
│ │ ├── ProductTypeInterFrm.form
│ │ ├── ProductTypeInterFrm.java
│ │ ├── ProductTypeManageInterFrm.form
│ │ ├── ProductTypeManageInterFrm.java
│ │ ├── ViewMainFrm.form
│ │ └── ViewMainFrm.java
│ ├── 图片1.png
│ ├── 图片10.png
│ ├── 图片2.png
│ ├── 图片3.png
│ ├── 图片4.png
│ ├── 图片5.png
│ ├── 图片6.png
│ ├── 图片7.png
│ ├── 图片8.png
│ ├── 图片9.png
│ └── 购物车系统.sql
└── 5t6t网_购物系统项目(文档 视频 源码).zip
17 directories, 155 files
评论