逻辑思维(Logical thinking),人们在认识事物的过程中借助于概念、判断、推理等思维形式能动地反映客观现实的理性认识过程,又称抽象思维。它是作为对认识者的思维及其结构以及起作用的规律的分析而产生和发展起来的。只有经过逻辑思维,人们对事物的认识才能达到对具体对象本质规律的把握,进而认识客观 ...
分类:
其他好文 时间:
2017-09-11 21:06:34
阅读次数:
119
[root@localhost~]#fdisk-l/dev/xvda#查看磁盘分区情况Disk/dev/xvda:536.9GB,536870912000bytes255heads,63sectors/track,65270cylindersUnits=cylindersof16065*512=8225280bytesSectorsize(logical/physical):512bytes/512bytesI/Osize(minimum/optimal):512bytes/512bytesD..
分类:
其他好文 时间:
2017-09-11 18:05:10
阅读次数:
162
A bit is a binary digit, taking a logical value of either 1 or 0 (also referred to as "true" or "false" respectively). And every decimal number has a ...
分类:
其他好文 时间:
2017-09-10 16:38:16
阅读次数:
147
1、 numpy是numerical python的简称,调用时习惯使用import numpy as np 2、 ndarray称为n维数组对象,其中的所有元素必须是相同类型 3、 array函数将序列性对象转化为数组 >>> import numpy as np >>> data=[[1,2,3 ...
分类:
其他好文 时间:
2017-09-09 20:58:35
阅读次数:
191
Overview 基于前面几篇文章的基础之上,我们接下来将要探索OVN中的load balancingz这一特性。但是在开始之前,我们先来回顾一下上一个lab中创建好的拓扑结构。 The lab network The OVN logical network The OVN Load Balance ...
分类:
其他好文 时间:
2017-09-05 15:45:21
阅读次数:
487
A definition of logical conditions used to constrain a search either for a fetch or for in-memory filtering. A definition of logical conditions used t ...
分类:
其他好文 时间:
2017-08-29 20:36:03
阅读次数:
149
一、未添加前磁盘情况[root@agent~]#fdisk-l
Disk/dev/sda:21.5GB,21474836480bytes
255heads,63sectors/track,2610cylinders
Units=cylindersof16065*512=8225280bytes
Sectorsize(logical/physical):512bytes/512bytes
I/Osize(minimum/optimal):512bytes/512bytes
Diskiden..
分类:
系统相关 时间:
2017-08-29 18:57:28
阅读次数:
350
通过Parser将HiveQL转换成AST,通过Semantic Analyzer将AST转换为QB,通过Logical Plan Generator将QB转换成Operator Tree,通过Logical Optimizer对Operator Tree进行优化,通过Physical Plan G ...
分类:
其他好文 时间:
2017-08-27 13:34:21
阅读次数:
266
Date类继承Comparable接口,重写了compareTo方法,此方法形成数据的主键 Date类提供了两种构造方法!接收字符串类型和int型的两周数据类型 package section2; import edu.princeton.cs.algs4.StdOut; public class ... ...
分类:
其他好文 时间:
2017-08-27 01:05:07
阅读次数:
189
一、查看SSD云盘 sudo fdisk -l Disk /dev/vda: 42.9 GB, 42949672960 bytes, 83886080 sectors Units = sectors of 1 * 512 = 512 bytes Sector size (logical/physic ...
分类:
系统相关 时间:
2017-08-26 15:56:58
阅读次数:
244