一般我们基于epel yum_Repo安装kvm的yum命令如下 yum -y install
qemu-kvm qemu-kvm-tools virt-v2v virt-viewer virt-manager libvirt libvirt-python
python-virtinst1,安装e....
分类:
其他好文 时间:
2014-05-10 00:13:56
阅读次数:
353
1: using System; 2: using
System.Collections.Generic; 3: using System.Linq; 4: using System.Text; 5: using
System.Text.RegularExpressions; 6: using Sy...
分类:
其他好文 时间:
2014-05-09 23:52:24
阅读次数:
543
1 public static void main(String[] args) { 2
Integer in1 = 128; 3 Integer in2 = 128; 4 System.out.println(in1 == in2 ); 5...
分类:
其他好文 时间:
2014-05-09 23:50:29
阅读次数:
270
1: 2: using System; 3: using
System.Collections.Generic; 4: using System.Text; 5: using System.IO; 6: using
System.Runtime.Serialization.Formatters.Bi...
分类:
其他好文 时间:
2014-05-09 23:47:37
阅读次数:
333
1: using System; 2: using
System.Collections.Generic; 3: using System.Linq; 4: using System.Text; 5: 6:
namespace AnkeEdu.Tools 7: { 8: 9: /// 10: ///...
分类:
移动开发 时间:
2014-05-09 23:40:45
阅读次数:
551
ping 192.168.1.150
开启telnet服务:
net start telnet//start telent
telnet 192.168.1.150 1433
解决类似80端口被占用问题:
netstat -ano 显示端口和pid
禁用http.sys:(可以看到pid 4 80端口的被NT kernel & System 占用)
1. net st...
虚拟化技术的分类:1.平台虚拟化,针对计算机和操作系统的虚拟化2.资源虚拟化,针对特定的系统资源的虚拟化,比如内存,存储,网络资源等3.应用程序虚拟化包括仿真,模拟,解释等技术平台虚拟化分类:1.全虚拟化全虚拟化简而言之就是VMM提供了一整套模拟出来的硬件,使得可以像在正..
分类:
其他好文 时间:
2014-05-09 14:28:52
阅读次数:
408
用cocos2d-android开发android游戏时调用box2d中的newWorld(Vector2,boolean)时,出现如下报错:“java.lang.UnsatisfiedLinkError:Nativemethodnotfound:com.badlogic.gdx.physics.box2d.World.newWorld:(FFZ)J”解决方法:在当前类中添加代码:static{
System.loadLibrary("g..
分类:
移动开发 时间:
2014-05-09 14:28:27
阅读次数:
404
centOS图形界面需要点用系统大量的内存和CPU资源,对于服务器而言,高效率是最重要的,因此将Centos 默认启动改为文本方式。
在终端中输入:
vi /etc/inittab
有段说明文字:
# Default runlevel. The runlevels used by RHS are:
# 0 - halt (Do NOT set initdefault to...
分类:
其他好文 时间:
2014-05-09 14:02:50
阅读次数:
327
数据绑定(Data Binding)
数据绑定是把一个值或一组值映射到用户界面控件的过程,这个数据并不一定是来自关系型数据库,通常是来自于程序之外的系统,访问数据,并把它转换复杂的绑定状态的过程还是相当简单的。这就是为什么我们在这一章,而不是在第八章讨论这个主题的原因。下面的例子演示把数据库中的表绑定到组合框:
open System
open System.Collection...
分类:
其他好文 时间:
2014-05-09 13:56:25
阅读次数:
320