UDEV SCSI Rules Configuration for ASM in Oracle Linux 5 and 6
For Oracle Automatic Storage Manager (ASM) to use disks, it needs to be able to identify the devices consistently and for them to have th...
分类:
数据库 时间:
2014-10-09 17:47:07
阅读次数:
306
html5中的Web Storage包括了两种存储方式:sessionStorage和localStorage。 sessionStorage用于本地存储一个会话(session)中的数据,这些数据只有在同一个会话中的页面才能访问并且当会话结束后数据也随之销毁。...
分类:
Web程序 时间:
2014-10-09 17:17:08
阅读次数:
174
Description
There is a straight highway with N storages alongside it labeled by 1,2,3,...,N. Bob asks you to paint all storages with two colors: red and blue. Each storage will be painted with exac...
分类:
其他好文 时间:
2014-10-09 17:15:48
阅读次数:
193
1 查看默认及支持的存储引擎mysql->show engines;2 查看mysql当前默认的存储引擎mysql->show variables like '%storage_engine%';3 查看test数据库buyer表的存储引擎mysql->show table status from ...
分类:
数据库 时间:
2014-10-08 13:12:55
阅读次数:
220
Android设备有两种文件存储区域: 内部存储和外部存储 ("internal" and "external" storage)。 这名字来自早期Android,那时大多数Android设备提供两种存储方式:内置的非易失的内存(内部存储)和可移动的存储例如micro SD卡...
分类:
移动开发 时间:
2014-10-07 01:56:52
阅读次数:
276
zookeeper一般用于distributed locking,并不适合用于distributed storage,因为zookeeper的每个node,也叫做znode的存储容量限制是1M。
zookeeper里的角色主要有client,leader和learner,其中learner也包括observer和follower。
client为请求的发起方,follower为...
分类:
其他好文 时间:
2014-10-03 12:25:44
阅读次数:
357
Spark SQL源码分析之如何查询cache后的table...
分类:
数据库 时间:
2014-10-02 14:51:33
阅读次数:
491
Java中把存储区分为6类。分别为寄存器(register)、栈(stack)、堆(heap)、静态存储区(static storage)、常量存储区(constant storage)以及非随机存取存储区(Non-RAM)。1. 寄存器(register).寄存器与其他的存储区不同,它位于CPU中...
分类:
编程语言 时间:
2014-09-30 14:52:19
阅读次数:
175
ASM安全这个小节主要描写叙述与ASM相关的各种安全配置话题,像配置ASM须要的userids、groupids;ASM权限如SYSOPER,SYSDBA和新的SYSASM权限,最后还有ASM使用的ORACLEpassword文件,orapwd。一个ASM实例多个UNIX Userids假设使用一个...
分类:
数据库 时间:
2014-09-30 12:51:02
阅读次数:
324