Build Active Architecture Only这个属性,设置为NO时,我知道会编译多个版本,不过打出来的包会大不少。
这个属性设置为yes,是为了debug的时候编译速度更快,它只编译当前的architecture版本。
而设置为no时,会编译所有的版本。
这个是设备对应的architecture:
armv6:iPhone 2G/3G,iPod 1G/2G
arm...
分类:
其他好文 时间:
2014-07-29 18:01:31
阅读次数:
294
For bulk and interrupt transfers, the data toggle resets only on Set Configuration, Set Interface, and Clear Feature(Endpoint Halt).For isochronous t....
分类:
其他好文 时间:
2014-07-29 17:10:42
阅读次数:
249
Problem Description
In Diagon Alley ,there is only one Wand-seller,peeling gold letters over the door read Ollivanders: Makers of Fine Wands since 382 BC.A single wand lay on a faded purple cushion i...
分类:
其他好文 时间:
2014-07-29 14:59:59
阅读次数:
242
VMware三种网络模式联网
首先说一下VMware的几个虚拟设备
安装了VMware虚拟机后,会在网络连接对话框中多出两个虚拟网卡,如图:
VMnet0:用于虚拟桥接网络下的虚拟交换机
VMnet1:用于虚拟Host-Only网络下的虚拟交换机
VMnet8:用于虚拟NAT网络下的虚拟交换机
VMware Network AdepterVMnet1:Host用于与Host-O...
分类:
其他好文 时间:
2014-07-29 14:56:08
阅读次数:
266
A stack is collection that implements the last-in-first-out protocal.This means that the only access object in the collections is the last one thatwas inserted.The fundamental operations of a stack a...
分类:
其他好文 时间:
2014-07-29 14:53:28
阅读次数:
218
使用tomcat6发布项目的时候,报以上错误,servlet版本太高的原因。tomcat6不支持servlet3.0解决方法有两个:1.使用高版本的tomcat,如tomcat7、tomcat82.修改配置,将项目的servlet版本改成2.5 2.1 找到项目的org.eclipse.wst.co...
分类:
编程语言 时间:
2014-07-29 14:08:58
阅读次数:
233
关掉虚拟机。 VM->Settings,选中Hard Disk,在右边出现了Utilities的一个下拉栏,OK,点击它选择Map,这时弹出一个“Map Virtual Disk”窗口,选择系统分区,将“Open file in read-only mode”的默认选择去掉,这时会有个警告的提示框。...
分类:
其他好文 时间:
2014-07-29 11:38:06
阅读次数:
222
Android在4.0之后执行线程更新UI操作会报异常:CalledFromWrongThreadException:Only the original thread that created a view hierarchy can touch its views.那么你肯定能看到很多文章说and...
分类:
移动开发 时间:
2014-07-29 10:57:06
阅读次数:
398
DescriptionThe Happy Desert is full of sands. There is only a kind of animal called camel living on the Happy Desert. ‘Cause they live here, they need...
分类:
其他好文 时间:
2014-07-28 23:44:04
阅读次数:
329
spin.js,ruby上使用例子<divid="spinBody">
<div>
<%form_tag"/login",:id=>"login_form"do-%>
<tablewidth="100%"cellpadding="3"style="margin-top:15px;">
<tr>
<thstyle="width:80px;"><%=t"a.loginid"%></th>
<td..
分类:
Web程序 时间:
2014-07-28 16:47:24
阅读次数:
294