在项目中看到了likely、unlikely宏的使用, 一直不是非常清楚它们的作用,所以就深究下。 likely表示被測试的表达式大多数情况下为true, unlikely则表示相反。 两个宏定义: #define likely(x) __builtin_expect(!!(x), 1) #defi ...
分类:
其他好文 时间:
2017-06-29 12:45:49
阅读次数:
142
官方网站 In addition to simply finding the rows to be returned by a query, an index may be able to deliver them in a specific sorted order. This allows a ...
分类:
数据库 时间:
2017-06-28 17:04:02
阅读次数:
322
添加宏: 功能:把NAME(n) 中的n作为字符串返回,eg:BR_NOOP作为字符串返回 BR开头:Binder >IPC BC开头:IPC >Binder 这个函数里面: put_user 前面都加入: 2. IPC数据交互过程 源码下载方法 第一次: git clone https://git ...
分类:
其他好文 时间:
2017-06-28 10:05:00
阅读次数:
195
启动hbase ,验证出错 Master is initializing 查看zk日志,发现Unable to read additional data from client sessionid 0x15c92bd1fca0003, likely client has closed socket ...
分类:
其他好文 时间:
2017-06-10 14:03:55
阅读次数:
1555
1.在启动kibana的时候报一下错误 max file descriptors [4096] for elasticsearch process likely too low, increase to at least [65536]max number of threads [1024] for ...
分类:
其他好文 时间:
2017-06-07 19:51:52
阅读次数:
1398
哈希表这个数据结构想必大多数人都不陌生,而且在很多地方都会利用到hash表来提高查找效率。在Java的Object类中有一个方法: 根据这个方法的声明可知,该方法返回一个int类型的数值,并且是本地方法,因此在Object类中并没有给出具体的实现。 为何Object类需要这样一个方法?它有什么作用呢 ...
分类:
编程语言 时间:
2017-05-29 22:53:08
阅读次数:
310
tunneling socket could not be established, cause=connect ECONNREFUSED 127.0.0.1:56281npm ERR! network This is most likely not a problem with npm itsel ...
分类:
Web程序 时间:
2017-05-27 15:29:19
阅读次数:
500
现象 服务器连不上,kafka报connection refused 测试发现kafka某台node(xx)的问题,登录上去也各种错误,zkServer.sh restart可以完成,但status报连不上。报错比较迷惑人,打开java log看到其他错误: 其实这个错误可以看出来,出现了xx和yy ...
分类:
其他好文 时间:
2017-05-19 16:52:18
阅读次数:
606
Q141. An administrator is unable to upgrade a vCenter Server Appliance from version 5.1 Update 2 to version 6.0.What is a likely reason for this?A. vC ...
分类:
其他好文 时间:
2017-05-17 01:00:46
阅读次数:
260
A solid naming convention makes it less likely to run into naming conflicts and helps establish a semantic pattern that is easier for a team to follow ...
分类:
Web程序 时间:
2017-05-08 01:20:43
阅读次数:
197