码迷,mamicode.com
首页 >  
搜索关键字:hard disk    ( 4451个结果
VMware安装虚拟系统问题
问题1:我装了vmware 6.5.2,用它来安装深度的 GhostXP 时,在分区之后重启出现Invalid system disk,Replace the disk and then press any key 之后就不提示什么了! 我之前用VMware ACE 版装过,都可以,后面我把目标盘格...
分类:其他好文   时间:2014-07-19 20:34:38    阅读次数:213
"this" in javascript
In Javascript, the key work "this" is a hard point to understand, in this artical, I will try to explain ittalking about "this", we have to talk about...
分类:编程语言   时间:2014-07-18 20:14:34    阅读次数:223
Share single RDM between multiple VM's in ESX
1.Create a VM01 on esx01,Create a VM02 on esx02 2.Create the RDM on your VM01 (using the virtual, not physical)3.Add new disk to VM02 (select existing...
分类:其他好文   时间:2014-07-16 16:46:24    阅读次数:203
常见的RAID级别及其特性
常见的RAID级别及其特性raid0:被称为条带,无容错能力,故障率高,但读写性能好,磁盘的可用空间是n*disk(单盘容量),至少需要2块硬盘组成raid0raid1:被称为镜像,有容错能力,由于数据在存储到磁盘前要分割成chunk,所以性能略微下降,读性能和raid0接近,性能是提升的,空间..
分类:其他好文   时间:2014-07-16 16:24:23    阅读次数:254
iphone手机连接USB时出现需要Mobile device setup disk上的usbaapl.sys文件
iphone手机连接USB时出现需要Mobile device setup disk上的usbaapl.sys文件...
分类:移动开发   时间:2014-07-16 13:52:54    阅读次数:299
linux下如何查看disk space硬盘应用情况
主要是运用 df 指令,df是disk filesystem的缩写 其后面还可以加很多有用的tag df -h...
分类:系统相关   时间:2014-07-15 10:25:01    阅读次数:382
QEMU KVM Libvirt手册(10): KVM的各种限制
Overcommits KVM allows for both memory and disk space overcommit. However, hard errors resulting from exceeding available resources will result in gue...
分类:其他好文   时间:2014-07-14 23:36:34    阅读次数:385
Maste Note for OCR / Vote disk Maintenance Operations (ADD/REMOVE/REPLACE/MOVE)
Doc ID 428681.1Applies to: Oracle Database - Enterprise Edition - Version 10.2.0.1 to 11.2.0.1.0 [Release 10.2 to 11.2]Information in this document applies to any platform.GoalThe goal of this note i...
分类:其他好文   时间:2014-07-14 18:12:01    阅读次数:343
经典SQL语句大全一
基础1、说明:创建数据库CREATE DATABASE database-name 2、说明:删除数据库drop database dbname3、说明:备份sql server--- 创建 备份数据的 deviceUSE masterEXEC sp_addumpdevice 'disk', 'testBack', 'c:\mssql7backup\MyNwind_1.dat'--- 开始 备份B...
分类:数据库   时间:2014-07-12 19:56:29    阅读次数:297
P、NP、NP-Complete、NP-hard问题
Table of Contents1 遇到难题怎么办?2 什么是P、NP、NP-Complete和NP-hard3 P = NP ????4 参考1遇到难题怎么办?遇到一个问题,通常我们思考的是如何解它。于是就有了贪心、分治、动态规划等等算法;但也有一些问题,挠破了头也想不到高效的算法。怎么办?假如...
分类:其他好文   时间:2014-07-12 15:51:21    阅读次数:220
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!