首页 课程资源 数据库     /    数据库课设,java课设都可用,小型超市商品管理系统

数据库课设,java课设都可用,小型超市商品管理系统

上传者: qq_32127759 | 上传时间:2024/8/2 18:32:54 | 文件大小:47.69MB | 文件类型:rar
数据库课设,java课设都可用,小型超市商品管理系统
下载后文件根目录下有两个GIF图,分别描述管理员操作和顾客操作大概使用说明:1、数据库使用MySQL2、图形界面使用java的JFrame3、导入数据看:将supermarketdb.sql文件导入数据库中后4、修改项目根目录下的c3p0-config.xml的配置文件:com.mysql.jdbc.Driverjdbc:mysql://localhost:3306/supermarketdbroot123第一个参数:为修改连接数据库的驱动,MySQL的驱动包是这个,不用修改第二个参数:只用修改数据库的名字,如果是MySQL的数据库的话,本项目使用supermarketdb这个数据库,即导入的那个.sql文件第三个参数:数据库的用户名,根据自己情况修改第四个参数:数据库连接的密码,根据自己情况修改比较适合初学java的新手和练习数据库的同学

文件下载

资源详情

[{"title":"(43个子文件47.69MB)数据库课设,java课设都可用,小型超市商品管理系统","children":[{"title":"顾客操作.gif <span style='color:#111;'>31.61MB</span>","children":null,"spread":false},{"title":"使用说明.txt <span style='color:#111;'>661B</span>","children":null,"spread":false},{"title":"管理员操作.gif <span style='color:#111;'>34.25MB</span>","children":null,"spread":false},{"title":"ShopManager","children":[{"title":".project <span style='color:#111;'>387B</span>","children":null,"spread":false},{"title":"bin","children":[{"title":"c3p0-config.xml <span style='color:#111;'>544B</span>","children":null,"spread":false},{"title":"com","children":[{"title":"hrk","children":[{"title":"shopmanager","children":[{"title":"Main$1.class <span style='color:#111;'>589B</span>","children":null,"spread":false},{"title":"utils","children":[{"title":"C3P0Util.class <span style='color:#111;'>1.50KB</span>","children":null,"spread":false}],"spread":true},{"title":"dao","children":[{"title":"MerchDao.class <span style='color:#111;'>3.20KB</span>","children":null,"spread":false},{"title":"CartDao.class <span style='color:#111;'>2.54KB</span>","children":null,"spread":false},{"title":"UserDao.class <span style='color:#111;'>1.42KB</span>","children":null,"spread":false}],"spread":true},{"title":"domain","children":[{"title":"Cart.class <span style='color:#111;'>1.61KB</span>","children":null,"spread":false},{"title":"User.class <span style='color:#111;'>1.16KB</span>","children":null,"spread":false},{"title":"Merch.class <span style='color:#111;'>1.61KB</span>","children":null,"spread":false}],"spread":true},{"title":"ui","children":[{"title":"AddMerchDialog.class <span style='color:#111;'>3.78KB</span>","children":null,"spread":false},{"title":"ManagerFrame.class <span style='color:#111;'>7.20KB</span>","children":null,"spread":false},{"title":"LoginFrame.class <span style='color:#111;'>3.61KB</span>","children":null,"spread":false},{"title":"LoginFrame$1.class <span style='color:#111;'>1.56KB</span>","children":null,"spread":false},{"title":"TouristFrame.class <span style='color:#111;'>6.72KB</span>","children":null,"spread":false},{"title":"CartDiaolog.class <span style='color:#111;'>6.23KB</span>","children":null,"spread":false},{"title":"ModifyMerchDialog.class <span style='color:#111;'>4.20KB</span>","children":null,"spread":false},{"title":"LoginFrame$2.class <span style='color:#111;'>1.60KB</span>","children":null,"spread":false}],"spread":false},{"title":"Main.class <span style='color:#111;'>1.96KB</span>","children":null,"spread":false}],"spread":true}],"spread":true}],"spread":true}],"spread":true},{"title":".settings","children":[{"title":"org.eclipse.jdt.core.prefs <span style='color:#111;'>629B</span>","children":null,"spread":false}],"spread":true},{"title":"src","children":[{"title":"c3p0-config.xml <span style='color:#111;'>544B</span>","children":null,"spread":false},{"title":"com","children":[{"title":"hrk","children":[{"title":"shopmanager","children":[{"title":"utils","children":[{"title":"C3P0Util.java <span style='color:#111;'>1.16KB</span>","children":null,"spread":false}],"spread":true},{"title":"dao","children":[{"title":"UserDao.java <span style='color:#111;'>855B</span>","children":null,"spread":false},{"title":"MerchDao.java <span style='color:#111;'>2.39KB</span>","children":null,"spread":false},{"title":"CartDao.java <span style='color:#111;'>1.57KB</span>","children":null,"spread":false}],"spread":true},{"title":"Main.java <span style='color:#111;'>1.49KB</span>","children":null,"spread":false},{"title":"domain","children":[{"title":"User.java <span style='color:#111;'>675B</span>","children":null,"spread":false},{"title":"Merch.java <span style='color:#111;'>901B</span>","children":null,"spread":false},{"title":"Cart.java <span style='color:#111;'>913B</span>","children":null,"spread":false}],"spread":false},{"title":"ui","children":[{"title":"AddMerchDialog.java <span style='color:#111;'>2.96KB</span>","children":null,"spread":false},{"title":"ModifyMerchDialog.java <span style='color:#111;'>3.23KB</span>","children":null,"spread":false},{"title":"LoginFrame.java <span style='color:#111;'>5.47KB</span>","children":null,"spread":false},{"title":"TouristFrame.java <span style='color:#111;'>6.02KB</span>","children":null,"spread":false},{"title":"ManagerFrame.java <span style='color:#111;'>6.71KB</span>","children":null,"spread":false},{"title":"CartDiaolog.java <span style='color:#111;'>5.56KB</span>","children":null,"spread":false}],"spread":false}],"spread":true}],"spread":true}],"spread":true}],"spread":true},{"title":".classpath <span style='color:#111;'>500B</span>","children":null,"spread":false},{"title":"lib","children":[{"title":"commons-dbutils-1.4.jar <span style='color:#111;'>48.41KB</span>","children":null,"spread":false},{"title":"c3p0-0.9.1.2.jar <span style='color:#111;'>596.47KB</span>","children":null,"spread":false},{"title":"mysql-connector-java-5.0.8-bin.jar <span style='color:#111;'>528.18KB</span>","children":null,"spread":false}],"spread":true}],"spread":true},{"title":"supermarketdb.sql <span style='color:#111;'>6.94KB</span>","children":null,"spread":false}],"spread":true}]

评论信息

  • qq_35911940:
    很好的资源。2018-04-28
  • qq_35911940:
    很好的资源。2018-04-28

免责申明

【好快吧下载】的资源来自网友分享,仅供学习研究,请务必在下载后24小时内给予删除,不得用于其他任何用途,否则后果自负。基于互联网的特殊性,【好快吧下载】 无法对用户传输的作品、信息、内容的权属或合法性、合规性、真实性、科学性、完整权、有效性等进行实质审查;无论 【好快吧下载】 经营者是否已进行审查,用户均应自行承担因其传输的作品、信息、内容而可能或已经产生的侵权或权属纠纷等法律责任。
本站所有资源不代表本站的观点或立场,基于网友分享,根据中国法律《信息网络传播权保护条例》第二十二条之规定,若资源存在侵权或相关问题请联系本站客服人员,8686821#qq.com,请把#换成@,本站将给予最大的支持与配合,做到及时反馈和处理。关于更多版权及免责申明参见 版权及免责申明