基本信息
源码名称:java Swing mysql实现简单的购物系统项目(源码+视频+文档+数据库+截图)
源码大小:80.84M
文件格式:.zip
开发语言:Java
更新时间:2021-10-17
   友情提示:(无需注册或充值,赞助后即可获取资源下载链接)

     嘿,亲!知识可是无价之宝呢,但咱这精心整理的资料也耗费了不少心血呀。小小地破费一下,绝对物超所值哦!如有下载和支付问题,请联系我们QQ(微信同号):813200300

本次赞助数额为: 2 元 
   源码介绍

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

16 directories, 154 files