OpenStack nova compute supports two flavors of Virtual Machine (VM) migration:Cold migration -- migration of a VM which requires the VM to be powered ...
分类:
其他好文 时间:
2014-09-09 11:35:18
阅读次数:
343
今天弄个简单的图片显示程序LinearLayout linearLayout =(LinearLayout)this.findViewById(R.id.LinearLayout1);
for(int i=0;i<imagePath.length;i++)
{
img[i]=new ImageView(this);
img[i]....
分类:
其他好文 时间:
2014-09-07 18:36:05
阅读次数:
172
具体步骤:
1.点击开始->运行,在对话框中输入"services.msc",确定,打开服务管理器。
2.在服务列表中选中"VMware USB Arbitration Service",双击打开属性对话框,再选择"启动",就能启动VMware USB Arbitration Service服务了。
3.关闭VMware软件,并重新打开,启动一个虚拟机,进入系统之后VMware...
分类:
其他好文 时间:
2014-09-07 13:34:35
阅读次数:
231
近期升级了ubuntu14.04,还是按之前的方法安装了virtualbox(guest系统仍然使用升级之前的镜像文件),可是在启动guest系统时,总是报错,提演示样例如以下:Kernel driver not installed (rc=-1908)The VirtualBox Linux k....
分类:
其他好文 时间:
2014-09-07 13:26:15
阅读次数:
535
这是一个非常难以找到解决方法的问题,因为VMWare和Ubuntu都有Unitiy,前者指的是Unity Mode,后者指的是Unity Shell。我的主机操作系统是Windows 7 ,安装VMWare 9.0.1,虚拟机中运行Ubuntu 12.04 。当我试图把VMWare切换到Unity Mode,我得到以下信息:
The virtual machine cannot enter ...
分类:
其他好文 时间:
2014-09-06 22:36:04
阅读次数:
192
一、准备工作: 运行yum命令查看MongoDB的包信息[root@vm ~]# yum info mongo-10gen(提示没有相关匹配的信息,)说明你的centos系统中的yum源不包含MongoDB的相关资源,所以要在使用yum命令安装MongoDB前需要增加yum源,也就是在 /etc/....
分类:
数据库 时间:
2014-09-06 16:00:43
阅读次数:
556
This post tells you how to install the mix of vagrant and virtualbox on ubuntu....
分类:
其他好文 时间:
2014-09-06 08:37:12
阅读次数:
182
1. Linux安装vbox,略过2. 查看已安装扩展插件VBoxManage list extpacks3. 创建一个vm:VBoxManage createvm --name "testvm" --register4. 修改vm属性:VBoxManage modifyvm "testvm" --...
分类:
系统相关 时间:
2014-09-05 21:04:31
阅读次数:
287
1、点击安装VMware tools2、将/media/vmtool的压缩包复制到/home/pc/vm_tool下,应为原路径在root权限下竟然也是只读的,并且无法更改。3.进入/home/pc/vm_tool下执行以下命令a) sudo tar zxfv VMwareTools-xxx.tar...
分类:
其他好文 时间:
2014-09-05 17:43:31
阅读次数:
203
最近几天在看java的视频,感觉很多东西java语法上很像c#,但是还是有很多内容惊到我:
1,java虚拟机
用过VMWar或者VirtualBox的童鞋都对“虚拟机”这个词有个大致的了解,虚拟机提供了个虚拟的平台,让我们可以模拟一些脱离硬件的环境。java里的虚拟机起到了一个类似以前学过的ODBC驱动程序的作用,它屏蔽了底层的差异,让操作...
分类:
编程语言 时间:
2014-09-04 22:20:00
阅读次数:
214