码迷,mamicode.com
首页 >  
搜索关键字:describe    ( 1114个结果
Accumulator
0001.unsettling: If you describe something as unsettling, you mean that it makes you feel worried or uncertain.0002.dearth: If there is a dearth of so ...
分类:其他好文   时间:2016-12-06 20:04:09    阅读次数:214
Hadoop官方文档翻译—— YARN ResourceManager High Availability 2.7.3
官方文档是程序员最好的学习资料,本篇是Hadoop官方文档中YARN ResourceManager High Availability (2.7.3)篇的翻译,希望能帮助大家更好地学习Hadoop。 ...
分类:其他好文   时间:2016-12-01 13:57:49    阅读次数:218
mysql基本语法
MySql一些基本语法 3.3.5 直接在数据库目录中创建或删除 用上述方法创建数据库,只是MySQL数据目录下面创建一个与数据库同名目录,同样删除数据库是把这个目录删除。 所以,你可以直接这么做,创建或删除数据库,或者给数据库更名。这对备份和恢复备份有一定意义。 3.3.6 用USE选用数据库 句 ...
分类:数据库   时间:2016-11-27 22:32:10    阅读次数:340
communicate with other processes, regardless of where they are running
Advanced Programming in the UNIX Environment Third Edition Advanced Programming in the UNIX Environment Third Edition In the previous chapter, we look ...
分类:其他好文   时间:2016-11-27 07:43:10    阅读次数:142
hive里的HIveQL——查询语言
Hive的操作与传统关系型数据库SQL操作十分类似。 Hive主要支持以下几类操作: DDL 1、DDL:数据定义语句,包括CREATE、ALTER、SHOW、DESCRIBE、DROP等。 详细点,就是 Hive支持大量SQL数据定义语言(Data Definition Language,DDL) ...
分类:编程语言   时间:2016-11-27 06:39:36    阅读次数:304
Merge k Sorted Lists
Merge k Sorted Lists Merge k sorted linked lists and return it as one sorted list. Analyze and describe its complexity. 根据k个已经排好序的链表构造一个排序的链表,采用类似归并排序 ...
分类:其他好文   时间:2016-11-13 22:05:12    阅读次数:200
【HDU 1542】Atlantis 矩形面积并(线段树,扫描法)
【题目】 Atlantis Problem Description There are several ancient Greek texts that contain descriptions of the fabled island Atlantis. Some of these texts e ...
分类:其他好文   时间:2016-11-10 14:15:59    阅读次数:245
网络-->监控-->单位换算
The metric system In some cases when used to describe data transfer rates bits/bytes are calculated as in the metric system as follows: 1 MB = 1,000,0 ...
分类:其他好文   时间:2016-11-09 19:49:44    阅读次数:168
mysql 常用命令
查看show database;show tables;show grants; describe xx[表名];创建create database xx;create table xx();create user xx@localhost identified by 'xx'; 使用数据库 use ...
分类:数据库   时间:2016-11-08 13:28:05    阅读次数:164
关于搭建使用dede模板网站的笔记
2016.9.8公司数据库文件导入步骤:从网站上导出sql文件,利用xshell拉入linux中,进入数据库先创建一个数据库并且进入,setnamesutf8;支持中文source文件路径导入数据库内describe查看表的格式flushprivileges;刷新数据库2016.9.9昨天下午搭建httpd网站,支持php运行,先部署p..
分类:Web程序   时间:2016-11-04 02:56:37    阅读次数:285
1114条   上一页 1 ... 73 74 75 76 77 ... 112 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!