ASM Fast Mirror Resync 在oracle 10g中,如果asm磁盘因为光纤、控制器发生故障而发生failure,asm将无法继续向该磁盘中写入数据。 asm会将发生failure的磁盘变为offline,等从其它冗余组同步完数据后,将该磁盘drop。asm不会再从被offline...
分类:
其他好文 时间:
2015-07-21 23:57:01
阅读次数:
149
ORB算法是将FAST角点检测与BRIEF特征描述结合并进行了改进,是一种快速,较好的特征检测算法。...
分类:
编程语言 时间:
2015-07-21 14:54:36
阅读次数:
7690
快速幂+找规律#include#include#include#include#includeusing namespace std;mapC;const int MOD=2008;int n;int fast_power(int a,int b){ int c=1; while(b!=...
分类:
其他好文 时间:
2015-07-20 12:10:18
阅读次数:
195
环境在笔记本里的虚拟机10.0版本,centos-6.5无线网卡fast-fw300um第一步要查看芯片lsusb当你得到芯片之后接下来查看内核,如果内核已经有芯片模块就不用再装了,如果不支持的话,那么接下来就到芯片官网下载Linux驱动http://www.realtek.com.tw/default.aspx**虽然我的无线网..
分类:
系统相关 时间:
2015-07-19 23:49:24
阅读次数:
205
2042-2247/system_process W/AudioTrack﹕ AUDIO_OUTPUT_FLAG_FAST denied by clientlibzte-ril.so has text relocations.This is wasting memory and prevents s...
分类:
移动开发 时间:
2015-07-19 21:21:55
阅读次数:
294
分支管理策略通常,合并分支时,如果可能,Git会用Fast forward模式,但这种模式下,删除分支后,会丢掉分支信息。如果要强制禁用Fast forward模式,Git就会在merge时生成一个新的commit,这样,从分支历史上就可以看出分支信息。下面我们实战一下--no-ff方式的git m...
分类:
其他好文 时间:
2015-07-19 17:44:25
阅读次数:
112
A Full Hardware Guide to DeepLearningDeep Learning is very computationally intensive, so you will need a fast CPU with many cores, right? Or isit mayb...
分类:
其他好文 时间:
2015-07-16 23:57:15
阅读次数:
132
Lucene提供3种高亮功能:highlighter, fast-vector-highlighter or postings-highlighter. highlighter: 最基本的、默认的高亮器。需要对查询的_source进行二次Reanalyzed,速度在3种高亮器里最慢,但不需要额外存储...
分类:
其他好文 时间:
2015-07-14 13:24:47
阅读次数:
2039
/*2D的转换*/位移 -webkit-transform: translate(10px, 10px) 缩放 -webkit-transform: scale(.5, .5)重置原点 -webkit-tra...
分类:
Web程序 时间:
2015-07-13 21:53:50
阅读次数:
109