java与MySQL做购物系统_java Swing mysql实现简单的购物系统项目源码以及导入教程...

这个项目是一个基于Java Swing界面和MySQL数据库的简单购物系统,包含商品管理、用户系统、购买流程和结账功能。提供项目源码和导入教程,包括商品增删改、管理员和客户账户管理、购物及结账操作。
摘要由CSDN通过智能技术生成

【实例简介】

java Swing mysql实现简单的购物系统项目源码以及导入教程 实现商品的增加 修改 商品类别增加修改 管理员系统 客户账户系统 购买 系统 结账系统

【实例截图】

【核心代码】

javaSwingmysql实现简单的购物系统项目源码以及导入教程

└── 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

│   ├── com.rar

│   ├── 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

├── 图片10.png

├── 图片1.png

├── 图片2.png

├── 图片3.png

├── 图片4.png

├── 图片5.png

├── 图片6.png

├── 图片7.png

├── 图片8.png

├── 图片9.png

└── 购物车系统.sql

17 directories, 155 files

评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值