数据库网上书店+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
数据库优化高手进阶之路必备,建表规范 、索引规范、查询规范。阿里巴巴Java开发手册
2019-12-21 21:59:01 26KB 数据库 mysql 阿里 索引
1
成语故事数据库,直接在数据库中导入即可,有3967条数据,非常适合教育类学习开发
2019-12-21 21:57:42 2.7MB 成语故事
1
历史上的今天数据库,数据库比较完整,方便程序中直接调用,可直接导入mysql数据库,在一些推荐类信息条中使用比较方便
2019-12-21 21:57:42 5.2MB 历史上的今天
1