12 2013 档案

让Hyper-V和VMware虚拟机软件共存
摘要:因为电脑上既要用win8装wp8模拟器,又要用vm装OS,所以点vm的时候就会出现一下情况。VMware Workstation and Hyper-V are not compatible. Remove the Hyper-V role from the system before running VMware Workstation.这是因为,两者都是基于 CPU 等底层硬件的 Hypervisor 机制来实现的,而他们必须独占管理 Hypervisor,因此不能在一台电脑中同时运行。如果实在需要在一个系统中安装和使用这两种虚拟机平台,我们暂时只能使用折中的办法,那就是为 Windows 阅读全文

posted @ 2013-12-24 10:20 Satch.mo 阅读(3836) 评论(0) 推荐(0)

ios问题集
摘要:1.nil,NULL,NSNull的区别nil: A null pointer to an Objective-C object.
( #define nil ((id)0) ) Nil: A null pointer to an Objective-C class. NULL: A null pointer to anything else. ( #define NULL ((void *)0) )
NSNull: A class defines a singleton object used to represent null values in collection object... 阅读全文

posted @ 2013-12-23 21:59 Satch.mo 阅读(160) 评论(0) 推荐(0)

导航