我们知道asm是以au为分配单元,默认一个au为1m,那么diskheader位于第一个au的第一个数据块上,而asmblock编号是从0开始下面通过kfed工具来了解asmdiskheader内容[root@localhost~]#kfedread/dev/asm-diskb
kfbh.endian:1;0x000:0x01
kfbh.hard:130;0x001:0x82
kfbh.type:1;0x0..
分类:
数据库 时间:
2014-11-11 23:04:26
阅读次数:
406
问题描述:
Given a triangle, find the minimum path sum from top to bottom. Each step you may move to adjacent numbers on the row below.
For example, given the following triangle
[
[2],
[3,4...
分类:
其他好文 时间:
2014-11-11 21:09:06
阅读次数:
207
/*
*Author : DavidLin
*Date : 2014-11-11pm
*Email : linpeng1577@163.com or linpeng1577@gmail.com
*world : the city of SZ, in China
*Ver : 000.000.001
*history : editor...
分类:
系统相关 时间:
2014-11-11 21:08:37
阅读次数:
294
1. realloc失败的时候,返回NULL2. realloc失败的时候,原来的内存不改变,也就是不free或不move,(这个地方很容易出错)3. 假如原来的内存后面还有足够多剩余内存的话,realloc的内存=原来的内存+剩余内存,realloc还是返回原来内存的地址; 假如原来的内存后面没有...
分类:
其他好文 时间:
2014-11-11 16:29:18
阅读次数:
181
准备一张两边可循环连接的图,使用下面代码即可实现~HelloWorld::bd(0, 0, 98);HelloWorld::bd(0, 2130, 99);this->schedule(schedule_selector(HelloWorld::move));void HelloWorld::bd(...
分类:
其他好文 时间:
2014-11-11 07:03:19
阅读次数:
368
Given a triangle, find the minimum path sum from top to bottom. Each step you may move to adjacent numbers on the row below.For example, given the fol...
分类:
其他好文 时间:
2014-11-09 13:54:18
阅读次数:
155
通过下面sql查询参数文件在ASM磁盘中的AU分布SELECTx1.file_number,
x1.name,
x2.GROUP_KFFXP,
x2.DISK_KFFXP,
x2.AU_KFFXP,
x3.path
FROM(SELECT*
FROM(SELECTt1.GROUP_NUMBER,t1.FILE_NUMBER,t2.NAME,rownumASrn
FROMv$asm_filet1
LEFTJOINv$asm_aliast2
ONt1.FILE_NUMBER=t2..
分类:
其他好文 时间:
2014-11-09 06:25:42
阅读次数:
190
Given a triangle, find the minimum path sum from top to bottom. Each step you may move to adjacent numbers on the row below. For example, given the fo...
分类:
其他好文 时间:
2014-11-08 09:15:14
阅读次数:
187
第三部分请点这里这里来实现Obstacle类。其实flappybird的本质就是小鸟原地掉,然后几根柱子在走。这也是在Game类里,用obs.move()来实现游戏逻辑的原因。我们首先必须确定几个数据。0、柱子之间的间隙1、柱子的最小值和最大值2、柱子之间的间距3、柱子的宽度在屏幕高度确定的情况下,...
分类:
移动开发 时间:
2014-11-07 22:01:11
阅读次数:
250
全文搭建RAC分为3步骤 《--安装操作系统RHEL4.6》 《--配置ASM+裸设备》 《--安装集群软件》 《--安装数据库软件》 《--维护RAC》虚拟磁盘布局情况:建安装目录添加硬盘第二块硬盘叫做VOTING-DISK.vmdk增加网络适配器全部设置:接着配置虚拟机的一些个问题。...
分类:
Web程序 时间:
2014-11-07 18:54:26
阅读次数:
335