XenCenter在挂载iso文件时候,选择”new?storage?repository”->”iso?library”?->?Windows?File?Sharing(CIFS)?->?“CIFS?ISO?library”?->?“\\192.168.1.118\iso”?->?“Finish”时弹出下列报...
分类:
其他好文 时间:
2014-12-25 18:52:20
阅读次数:
463
2011年的时候,为了开发USB Mass storage -- UASP (USB attached SCSI Protocol)的设备驱动程序,从米国买了两个USB2.0的调试小设备(如下图,每个似乎80美刀,贼贵的东西)。
主要是用来替代串口115200波特率的响应速度慢,以便解决调试效率的问题。
当时,根据WINDBG的HELP文档,而且也GOOGLE了一些网上的相关参考内容,...
分类:
数据库 时间:
2014-12-24 11:49:38
阅读次数:
610
单用check_snmp_storage.pl监控服务器空间脚本下载check_snmp_storage.plhttp://nagios-snmp.cvs.sourceforge.net/viewvc/nagios-snmp/plugins说明:被监控端需安装snmpd脚本1:#!/bin/bashDate=`date+%m%d%y`Server="10.0.1.210.0.1.310.0.1.4"forServerin$ServerdoSpace=`/us..
分类:
其他好文 时间:
2014-12-22 19:54:28
阅读次数:
191
FATAL org.apache.hadoop.hdfs.server.datanode.DataNode: Initialization failed for block pool Block pool BP-336454126-127.0.0.1-1419216478581 (storage i...
分类:
其他好文 时间:
2014-12-22 12:38:22
阅读次数:
183
http://msdn.microsoft.com/en-us/library/azure/gg433132.aspxTo initialize the storage emulatorClick theStartbutton or press theWindowskey. Begin typing...
分类:
其他好文 时间:
2014-12-22 12:36:22
阅读次数:
132
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