实例介绍
【实例简介】购物系统项目(文档 视频 源码)
【实例截图】
【核心代码】
├── 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
└── 好例子网_购物系统项目(文档 视频 源码).zip
17 directories, 155 files
好例子网口号:伸出你的我的手 — 分享!
相关软件
小贴士
感谢您为本站写下的评论,您的评论对其它用户来说具有重要的参考价值,所以请认真填写。
- 类似“顶”、“沙发”之类没有营养的文字,对勤劳贡献的楼主来说是令人沮丧的反馈信息。
- 相信您也不想看到一排文字/表情墙,所以请不要反馈意义不大的重复字符,也请尽量不要纯表情的回复。
- 提问之前请再仔细看一遍楼主的说明,或许是您遗漏了。
- 请勿到处挖坑绊人、招贴广告。既占空间让人厌烦,又没人会搭理,于人于己都无利。
关于好例子网
本站旨在为广大IT学习爱好者提供一个非营利性互相学习交流分享平台。本站所有资源都可以被免费获取学习研究。本站资源来自网友分享,对搜索内容的合法性不具有预见性、识别性、控制性,仅供学习研究,请务必在下载后24小时内给予删除,不得用于其他任何用途,否则后果自负。基于互联网的特殊性,平台无法对用户传输的作品、信息、内容的权属或合法性、安全性、合规性、真实性、科学性、完整权、有效性等进行实质审查;无论平台是否已进行审查,用户均应自行承担因其传输的作品、信息、内容而可能或已经产生的侵权或权属纠纷等法律责任。本站所有资源不代表本站的观点或立场,基于网友分享,根据中国法律《信息网络传播权保护条例》第二十二与二十三条之规定,若资源存在侵权或相关问题请联系本站客服人员,点此联系我们。关于更多版权及免责申明参见 版权及免责申明
网友评论
我要评论