You are using an Automatic Storage Management (ASM) instance to m
anage the files of your production database. You have two disk groups
, DG1and DG2 with one device each. In the parameter file of th...
分类:
数据库 时间:
2014-12-21 19:31:13
阅读次数:
266
ALTER TABLESPACE XH_DM DROP DATAFILE 'F:\DEV\ORACLE-DATA\ORCL\XH_DM_1.DBF';SQL> ALTER TABLESPACE XH_DM 2 DROP DATAFILE 'F:\DEV\ORACLE-DATA\ORCL\XH_D.....
分类:
数据库 时间:
2014-12-21 09:13:08
阅读次数:
214
Redis的某一个key的value被swap到文件上的时候,该key的value指向的RedisObject将会改变成VMPointer,VMPointer保存了该value在磁盘文件上的信息,包括起始页面的偏移和连续的页面数等。
typedef struct redisObject {
unsigned type:4;
unsigned storage:2;...
分类:
其他好文 时间:
2014-12-21 00:42:59
阅读次数:
231
TRUNCATE TABLE [schema.] table [ {PRESERVE | PURGE} MATERIALIZED VIEW LOG ] [ {DROP [ ALL ] | REUSE} STORAGE ] ;STORAGE ClausesTheSTORAGEclauses let y...
分类:
其他好文 时间:
2014-12-20 15:27:15
阅读次数:
193
In which scenarios would you rebuild an index? (Choose all that a
pply.)
A. when you need to disable the index usage
B. when you need to change storage options
C. when you ne...
分类:
数据库 时间:
2014-12-19 23:31:28
阅读次数:
367
传说中的谷歌三篇论文
MapReduce: Simpli?ed Data Processing on Large Clusters
The Google file system
Bigtable: A Distributed Storage System for Structured Data
谷歌学术立搜可下。...
分类:
其他好文 时间:
2014-12-17 22:41:42
阅读次数:
261
1.离线缓存为HTML5开发移动应用提供了基础HTML5 Web Storage API可以看做是加强版的cookie,不受数据大小限制,有更好的弹性以及架构,可以将数据写入到本机的ROM中,还可以在关闭浏览器后再次打开时恢复数据,以减少网络流量。同时,这个功能算得上是另一个方向的后台“操作记录”,...
分类:
移动开发 时间:
2014-12-17 22:37:07
阅读次数:
342
/多级目录文件创建 /storage/sdcard0/security/upadte/new.apk
File file = new File(filePath);
//createFolderandFile(file);
//创建多级文件夹
File Folder = new File(filePath.substring(0,filePath.last...
分类:
其他好文 时间:
2014-12-17 09:09:11
阅读次数:
195
一、理论1、App的各种数据在WP哪里的?下图很好介绍了这个问题。有InstalltionFolder, knownFolder, SD Card...2、一个App的数据存储概览主要分两大部分,InstallationFolder和App Data Folder3、Windows.Storage....
分类:
移动开发 时间:
2014-12-17 00:15:48
阅读次数:
249
在使用mysqldump导出一份建库脚本是,发生了下面的错误:当执行 desc table_name; 时也报错:tag为表名,show index from tag;倒是可以执行。其实真正的错误原因是:Couldn't execute 'show fileds from table' 不能查看表的...
分类:
数据库 时间:
2014-12-17 00:12:39
阅读次数:
233