码迷,mamicode.com
首页 >  
搜索关键字:disk    ( 2742个结果
Spring基础
1.Spring的jar包 核心类库:disk\spring.jar 第三方类库:lib\jakarta-commons\commons-logging.jar 如果使用了切面编程(AOP),还需要下列jar文件 lib/aspectj/aspectjwea...
分类:编程语言   时间:2015-05-30 11:59:45    阅读次数:213
windows server 2008镜像制作
windows安装:qemu-imgcreate-fqcow2ws2008-400g-1.qcow2400Gvirt-install--connectqemu:///system\--namews2008-400g-1--ram8192--vcpus2\--networknetwork=default,model=virtio\--diskpath=/tmp/ws2008-400g-1.qcow2,format=qcow2,device=disk,bus=virtio\--cdrom/data/iso/..
分类:Windows程序   时间:2015-05-29 18:25:52    阅读次数:996
vSphere Client 虚拟机报错:There is no more space for virtual disk
故障描述: 开发人员说192.168.xxx.216连接不上了,ping不通。因为这个是物理机虚拟出来的linux虚拟机,通过vsphere client登录,发现操作界面报错如下:There is no more space for virtual disk 192.168.xxx.216 you might be able to continue this session by freei...
分类:其他好文   时间:2015-05-29 11:59:00    阅读次数:298
RMAN冷备份、一致性备份脚本
RMAN冷备份、一致性备份脚本 run{shutdown immediate; startup mount;allocate channel c1 type disk;allocate channel c2 type disk;backup database format '/home/oracle...
分类:其他好文   时间:2015-05-28 10:48:26    阅读次数:137
在windows系统制作mac os的U盘启动盘
步骤: 1 从 http://www.acutesystems.com/scrtm.htm 下载TransMac,这个东西有15天的试用期; 2 下载一个os x的dmg; 3 安装TransMac; 4 运行TransMac; 5 插入可以"清空u盘中全部数据"的u盘; 6 在TransMac中选中这个u盘,点击右键,选择Restore with Disk Image, 提示清...
分类:Windows程序   时间:2015-05-28 09:32:18    阅读次数:238
kvm初体验之五:vm连接网络的两种方式:bridge和nat
1. 在安装vm时指定网络连接方式1)bridgevirt-install --name vm1 --ram=1024 --vcpus=1 --disk path=/vm-images/vm1,size=2 --cdrom /root/iso/CentOS-6.6-x86_64-minimal.is...
分类:其他好文   时间:2015-05-28 00:33:01    阅读次数:789
VS2013 Ultimate bug
When I create a web MVC project in VS2013 with update4, it have an unknown error: Exception from HRESULT: 0x80004005(E_FAIL). please see detail below: My computer is : macbook pro but install win7 x64. only have C disk and DVD RW driver. But when I crea...
分类:其他好文   时间:2015-05-27 14:02:44    阅读次数:202
服务端 unity
第一个问题https://www.google.com.hk/search?q=internal+inconsistency+looking+up+disk+image+%27vm+disk+2%27&oq=inter&aqs=chrome.0.69i59j69i57j0l4.5075j0j7&so...
分类:编程语言   时间:2015-05-26 17:47:31    阅读次数:194
shell监控脚本1
#!/bin/sh #countmemory_used_rate,disk_used_rate #@yuanwb2015-5 #disk_used_rate #Dependonrealstorageplacetheparameter‘Location‘needtoalter. Location=/dev/sda1 Disk_Used_Rate1=$(df-h|grep$Location|awk‘{print$5}‘) free1=`echo$Disk_Used_Rate1|awk-F%‘{print$1}‘..
分类:系统相关   时间:2015-05-25 14:54:26    阅读次数:381
shell监控脚本2
#!/bin/sh #countmemory_used_rate,disk_used_rate #@yuanwb2015-5 #disk_used_rate #Dependonrealstorageplacetheparameter‘Location‘needtoalter. Location=/dev/sda1 Disk_Used_Rate1=$(df-h|grep$Location|awk‘{print$5}‘) free1=`echo$Disk_Used_Rate1|awk-F%‘{print$1}‘..
分类:系统相关   时间:2015-05-25 14:53:13    阅读次数:303
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!