Disk Directory
Disk Directory包含了磁盘组中所有的磁盘信息。Disk Directory信息比PST更为详细。磁盘组中的每一块盘都有一个条目以数字为索引。Disk Directory的文件号在每个磁盘组中都是2号(F2)。
Disk Directory中的字段如下:
n  Disk name
n  Failure group name
n  Disk size...
                            
                            
                                分类:
数据库   时间:
2014-06-05 07:05:04   
                                阅读次数:
326
                             
                    
                        
                            
                            
                                1. / – RootEvery single file and directory 
starts from the root directory.Only root user has write privilege under this 
directory.Please note that /ro...
                            
                            
                                分类:
系统相关   时间:
2014-06-04 20:04:22   
                                阅读次数:
416
                             
                    
                        
                            
                            
                                生产环境:源数据库:RHEL + Oracle 11.2.0.3目标数据库:HP-UX + 
Oracle 10.2.0.4需求:迁移部分表 11.2.0.3-->10.2.0.4,若迁移范围内的有些表在目标库已经存在,则替换。本次迁移数据量 
create or replace directory j...
                            
                            
                                分类:
数据库   时间:
2014-05-30 21:12:11   
                                阅读次数:
559
                             
                    
                        
                            
                            
                                Design and implement a data structure for Least 
Recently Used (LRU) cache. It should support the following 
operations:getandset.get(key)- Get the valu...
                            
                            
                                分类:
其他好文   时间:
2014-05-30 15:09:06   
                                阅读次数:
223
                             
                    
                        
                            
                            
                                SAPCAR 是 SAP 公司使用的压缩解压软件,从 SAP 
网站下载的补丁包和小型软件基本都是扩展名为 car 或 sar 的,它们都可以用 SAPCAR 来解压。下面是它的使用说明:用法:创建新档案:SAPCAR 
-c[vir][f archive] [-P] [-C directory] [-...
                            
                            
                                分类:
其他好文   时间:
2014-05-30 09:41:12   
                                阅读次数:
437
                             
                    
                        
                            
                            
                                错误提示:E: Could not get lock /var/lib/dpkg/lock - 
open (11: Resource temporarily unavailable) E: Unable to lock the administration 
directory (/var/lib/d...
                            
                            
                                分类:
其他好文   时间:
2014-05-30 03:01:41   
                                阅读次数:
234
                             
                    
                        
                            
                            
                                IO用到的命名空间:using 
System.IO;文件和目录的管理!File类FileInfo类Directory类DirectoryInfo类操作文件的类!FileStream{Seek(偏移的位置,参考位置);CopyTo(流对象); 
等}StreamWriteStreamReaderBina...
                            
                            
                                分类:
其他好文   时间:
2014-05-30 02:48:15   
                                阅读次数:
224
                             
                    
                        
                            
                            
                                Original link: How to check if Directory 
already Exists in MFC(VC++)?MSDN Links:CreateDirectory functionGetFileAttributes 
functionGetLastError functio...
                            
                            
                                分类:
其他好文   时间:
2014-05-29 17:49:25   
                                阅读次数:
371
                             
                    
                        
                            
                            
                                目录0x1:目录穿越攻击0x2:远程文件引入攻击0x3:防范的方法目录穿越攻击目录穿越(Directory 
Traversal)攻击是黑客能够在Web应用程序所在的根目录以外的文件夹上,任意地存取被限制的文件夹、执行命令或查找数据。目录穿越攻击,也有人称为Path 
Traversal攻击。为了避免使...
                            
                            
                                分类:
其他好文   时间:
2014-05-29 09:38:19   
                                阅读次数:
344
                             
                    
                        
                            
                            
                                iOS 
支持多个层次的多线程编程,层次越高的抽象程度越高,使用起来也越方便,也是苹果最推荐使用的方法。下面根据抽象层次从低到高依次列出iOS所支持的多线程编程范式:1, 
Thread;2, Cocoa operations;3, Grand Central Dispatch (GCD) (iOS4 ...
                            
                            
                                分类:
移动开发   时间:
2014-05-28 10:14:44   
                                阅读次数:
297