成语数据MYSQL SQL文件,数据库总共包含31851个成语,包括成语的名字,拼音,内容,出处以及例子。不过出处与例子并不是都有。
2019-12-21 22:08:12 3.5MB sql mysql
1
Sql练习部分,包括建表、查询、插入、删除等操作的SQL源代码
2019-12-21 21:37:48 4KB 华中科技大学 数据库 SQL MySQL
1
考试个人信息系统,方便实用,来看看吧,很好用的,自带数据库
2019-12-21 21:33:39 3.93MB 代码
1
设计数据敏感型应用,对多种存储组件进行分析,可以用于存储组件的技术选型,深入理解各种存储组件的优劣:Data-intensive applications are pushing the boundaries of what is possible by making use of these technological developments. We call an application data-intensive if data is its primary challenge—the quantity of data, the complexity of data, or the speed at Preface Preface | xiii which it is changing—as opposed to compute-intensive, where CPU cycles are the bottleneck. The tools and technologies that help data-intensive applications store and process data have been rapidly adapting to these changes. New types of database systems (“NoSQL”) have been getting lots of attention, but message queues, caches, search indexes, frameworks for batch and stream processing, and related technologies are very important too. Many applications use some combination of these.
2019-12-21 21:13:24 25.8MB SQL MySQL 事务 数据模型
1
行政区域数据表 sql MySQL PHP 行政区域数据表 sql MySQL PHP 行政区域数据表 sql MySQL PHP
2019-12-21 20:39:34 577KB 行政区域sql MySQL PHP
1
2017年 全国省市区行政区域 sql ,mysql 版本 ,结构如下: CREATE TABLE `district` ( `id` smallint(5) NOT NULL, `name` varchar(270) DEFAULT NULL, `parent_id` smallint(5) DEFAULT NULL, `code` char(30) DEFAULT NULL, `order` smallint(2) DEFAULT NULL, PRIMARY KEY (`id`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8;
2019-12-21 18:50:04 255KB 行政区域 sql
1