错误: 创建实例 "RuiyTest23" 失败: 请稍后再试 [错误: Virtual Interface creation failed]. 最近在centos6.4上通过devstack搭建OpenStack Icehouse,但是在创建instance时候报错:Virtual Interfa...
分类:
其他好文 时间:
2014-09-01 12:00:43
阅读次数:
227
当用MySQL Workbench进行数据库的批量更新时,执行一个语句会碰到以下错误提示: Error Code: 1175 You are using safe...without a WHERE that uses a KEY column因为是MySQL Workbench的默认的安全设置是不...
分类:
数据库 时间:
2014-09-01 10:26:32
阅读次数:
227
Question:Given an M x N matrix in which each row and each column is sorted in ascending order, write a method to find an element. 1 package POJ; 2 3 ....
分类:
其他好文 时间:
2014-09-01 02:44:02
阅读次数:
209
关于Dll
Dll,Exe 都是PE格式的二进制文件。Dll相当于Linux操作系统下的so文件
1 基地址(Base Address)和相对地址(RelativeVirtual Address)
基地址(BaseAddress)和相对地址(Relative Virtual Address)是PE文件的概念,当PE文件被装载的时候,进程空间的起始地址就是基地址,这个值是PE...
分类:
其他好文 时间:
2014-09-01 00:29:22
阅读次数:
295
在嵌套虚拟环境(Nested Virtualization)下,运行在hypervisor上的Virtual Machine仍可以作为hypervisor去运行其它的Virutal Machine,而KVM也支持了这种强大的特性。
而在《KVM硬件辅助虚拟化之 EPT》一文中,我们详细分析了单层虚拟机并引入硬件辅助虚拟化EPT功能的环境下,Guest OS中的虚拟地址到真实物理地址的访问方法...
分类:
其他好文 时间:
2014-08-31 18:42:51
阅读次数:
197
相信很多的人对虚拟机并不陌生,目前也有很多优秀的虚拟机软件,例如:VMware, VirtualBox, Xen, KVM等。而本文的主要内容是介绍KVM。
KVM: Kernel Based Virtual Machine:
[点击查看全文]
http://luoye.me/2014/07/05/KVM-Introduce...
分类:
其他好文 时间:
2014-08-31 18:42:41
阅读次数:
190
看一个程序#include using namespace std;class A{public: virtual void Fun(int number = 10) { std::cout B,非A,缺省实参是编译时候确定的=>10,非20 输出:B::Fun with number 10条款.....
分类:
其他好文 时间:
2014-08-31 18:28:01
阅读次数:
217
首先摘录如下URL对pagemap的描述。
https://www.kernel.org/doc/Documentation/vm/pagemap.txt
* /proc/pid/pagemap. This file lets a userspace process find out which
physical frame each virtual page is map...
分类:
系统相关 时间:
2014-08-31 09:14:51
阅读次数:
805
经常用到Runtime的exec方法,记录一下标准用法,便于以后复制代码。 Process process; String cmd = "cat /sys/devices/virtual/mxc_edid_class/mxc_edid_dev/timing"; ...
分类:
编程语言 时间:
2014-08-31 01:36:40
阅读次数:
223
在虚拟机软件中,VMware、Virtual PC等都不支持目前Windows 8各版本的安装。无奈之下,只剩下一个选择——VitualBox。但是很多朋友在下载VitualBox之后,在Windows 7下安装碰到了问题(Windows Vista、Windows XP系统也一样),他会弹出一个对...
分类:
Windows程序 时间:
2014-08-31 00:27:00
阅读次数:
1268