快递代拿系统,使用idea+mysql完成的,能够实现快递代拿,客户下单,管理员接单,客户可完成线上支付,有需要的同学可以下载,管理员可以管理订单,实现增删查改。是用idea+数据库写的。
2020-01-04 03:13:09 25.23MB 源代码 运行结果
1
Mysql数据库是工作中常用的数据仓库,开发使用方便,轻量级事务安全性数据库
2020-01-03 11:43:31 83.23MB mysql DB数据库 Mysql数据库 数据库下载
1
2018全国行政区划表,自己整理出来的; 包括台湾地区(市级),香港,澳门特别行政区; 不知道是否全面,已经满足自身项目需求; 可直接导入mysql数据库表(表结构按文档表头自行建设)
2020-01-03 11:43:06 321KB 数据库 mysql sql server
1
数据库网上书店+java实现+连接数据库(mysql、sqlsever都有)
2019-12-26 03:03:38 3.43MB 数据库 java 连接数据库 mysql
1
国家标准行业分类,2017年的数据,有几千条数据,人工在前端添加基本不现实,一般是通过数据库的方式调取,分享给各位猿友。 部分内容展示 -- ---------------------------- -- Table structure for `industrys` -- ---------------------------- DROP TABLE IF EXISTS `industrys`; CREATE TABLE `industrys` ( `id` int(11) NOT NULL AUTO_INCREMENT, `name` varchar(300) NOT NULL DEFAULT '' COMMENT '行业名称', `parent_id` int(11) NOT NULL DEFAULT '0' COMMENT '父id', `created_at` int(11) DEFAULT NULL, `updated_at` int(11) DEFAULT NULL, `deleted_at` int(11) DEFAULT NULL, PRIMARY KEY (`id`) ) ENGINE=InnoDB AUTO_INCREMENT=1046694 DEFAULT CHARSET=utf8 COMMENT='行业表'; -- ---------------------------- -- Records of industrys -- ---------------------------- INSERT INTO `industrys` VALUES ('1', '农业', '0', null, null, null); INSERT INTO `industrys` VALUES ('2', '食品、饮料', '0', null, null, null); INSERT INTO `industrys` VALUES ('3', '服装', '0', null, null, null); INSERT INTO `industrys` VALUES ('4', '纺织、皮革', '0', null, null, null); INSERT INTO `industrys` VALUES ('5', '电工电气', '0', null, null, null); INSERT INTO `industrys` VALUES ('6', '家用电器', '0', null, null, null); INSERT INTO `industrys` VALUES ('7', '数码、电脑', '0', null, null, null); INSERT INTO `industrys` VALUES ('8', '化工', '0', null, null, null); INSERT INTO `industrys` VALUES ('9', '冶金矿产', '0', null, null, null); INSERT INTO `industrys` VALUES ('10', '能源', '0', null, null, null); INSERT INTO `industrys` VALUES ('11', '环保', '0', null, null, null); INSERT INTO `industrys` VALUES ('12', '交通运输', '0', null, null, null);
2019-12-21 22:18:05 101KB 行业分类 mysql 国民经济
1
基于spring+springMVC+Mybatis框架技术。用maven搭建工程,数据库采用mysql。符合企业实际开发,使用了接口加密技术,非常实用!
2019-12-21 22:09:23 160KB 秒杀 抢购 springMVC ssm
1
该资源能为广大爱好java语言开发图书管理系统提供最新的友情帮助。
2019-12-21 22:07:48 2.82MB 数据库MYSQL 借阅
1
Java ssm 完整项目(包括数据库)。 ssm完整项目,包括mysql数据库,可以直接用的。 ssm
2019-12-21 22:04:58 11.9MB ssm Java 数据库 mysql
1
15K英文单词数据库mysql版,包含各种时态。 做单词查询可用。
2019-12-21 22:03:04 1.47MB mysql 英文 单词 英语
1
实现连接mysql数据库,android的登录注册,包括源代码和mysql数据文件。亲测可用, 谢谢支持。
2019-12-21 21:59:02 1.3MB mysqlandroid
1