因为设置参数OPTIMIZER_MODE=FIRST_ROWS_N的BUG导致ASH无法生成...
分类:
其他好文 时间:
2014-08-02 20:56:34
阅读次数:
275
1、开机狂按shift键,进入grub页面,用上下键移到第二行的恢复模式,按e(注意不是回车) 即Ubuntu,With Linux 3.2.0-23-generic(recovery mode)? 2、把ro recovery nomodeset 改成rw single init=/bin/bash ...
分类:
其他好文 时间:
2014-08-02 18:34:04
阅读次数:
263
linux kernel/user mode data struct learning
分类:
系统相关 时间:
2014-08-02 12:33:23
阅读次数:
564
大家都知道在node中ReadableStream有两种模式:flowing mode和non-flowing mode。对于flowing mode的ReadableStream, 我们是没法控制它何时去读数据读多少的,它会去尽快的去消耗data,并emit出来。1 // in lib/_stre...
设定hbase的数据目录,修改conf/hbase-site.xml hbase.cluster.distributed true The mode the clusterwill be in. Possible values are ...
分类:
其他好文 时间:
2014-08-01 18:30:52
阅读次数:
202
linux下多进程的调试:
(1)follow-fork-mode
set follow-fork-mode [parent | child] ———— fork之后选择调试父进程还是子进程
(parent: fork之后继续调试父进程;child: fork之后调试父进程。默认的是fork之后调试父进程)
set detach...
分类:
系统相关 时间:
2014-08-01 13:49:31
阅读次数:
245
今天项目要上线,在Archive时报错:ARC forbids explicit message send of 'release''release' is unavailable: not available in automatic reference counting mode 项目中有几个....
分类:
移动开发 时间:
2014-08-01 10:47:51
阅读次数:
277
startActivityForResult不返回结果,请检查AndroidManifest中的描述,是否对该Activity设置了:launchMode="singleTask",
查看文档:
For example, if the activity you are launching uses the singleTask launch mode,
it will not run in...
分类:
其他好文 时间:
2014-07-31 20:50:27
阅读次数:
175
首先是Run Loop的部分概念,它的作用就是循环、处理事件。具体来说有两个方面: 1. 定时启动任务(一般用和Timer协作);2. 处理事件。
在单线程的app中,不需要注意Run Loop,但不代表没有。程序启动时,系统已经在主线程中加入了Run Loop。它保证了我们的主线程在运行起来后,就处于一种“等待”的状态(而不像一些命令行程序一样运行一次就结束了),这个时候如果有接收到的事件(T...
分类:
其他好文 时间:
2014-07-31 17:02:28
阅读次数:
397
一、代码布局一键规范1、快速打开(Command + Shift + O)CTCardCell.m,记得进入Dev Mode(Command .)2、看下 CTCardCell.m 顶部凌乱的属性列表@property(weak,nonatomic)IBOutletUILabel*locationL...
分类:
其他好文 时间:
2014-07-31 16:41:56
阅读次数:
195