In one embodiment of the present invention, a method includes switching between a first address space and a second address space, determining if the s...
分类:
其他好文 时间:
2014-09-10 01:35:59
阅读次数:
222
The present application relates generally to laying outaddressspace for execute-in-place code and, more specifically, to a method for addressspacelayo...
分类:
其他好文 时间:
2014-09-09 15:32:48
阅读次数:
256
首先,我们来看hashset。他的构造函数: public HashSet() { map = new HashMap(); }很惊讶吧。构造函数里面竟然有个hashmap!public boolean add(E e) { return map.put(e, PRESENT)==null; }再看...
分类:
其他好文 时间:
2014-09-08 10:46:06
阅读次数:
260
@上一章,介绍了主要的iOS7所增加的API,可以发现,它们不是一个个死的方法,苹果给我们开发者提供的是都是协议接口,所以我们能够很好的单独提出来写成一个个类,在里面实现我们各种自定义效果.
1.先来看看实现UIViewControllerAnimatedTransitioning的自定义动画类
/**
* 自定义的动画类
* 实现协议------>@protoco...
分类:
移动开发 时间:
2014-09-05 16:16:51
阅读次数:
344
iOS7之定制View Controller切换效果
在iOS7之前,View Controller的切换主要有4种:
1. Push/Pop,NavigationViewController
2. Present and dismis Modal
3. UITabBarController
4. addChildViewController(一般用于自定义的继承于 UIViewCont...
分类:
移动开发 时间:
2014-09-05 14:23:41
阅读次数:
255
Configured Capacity: 249915348971520 (227.30 TB)
Present Capacity: 153799153632972 (139.88 TB)
DFS Remaining: 153799146688512 (139.88 TB)
DFS Used: 6944460 (6.62 MB)
DFS Used%: 0.00%
Under replicated blocks: 0
Blocks with corrupt replicas: 0
Missing blocks...
分类:
其他好文 时间:
2014-09-05 10:03:11
阅读次数:
257
In me, past, present, future meet 于我,过去、现在和未来To hold long chiding conference 商讨聚会 各执一词 纷扰不息My lusts usurp the present tense ...
分类:
其他好文 时间:
2014-09-04 01:34:07
阅读次数:
252
true.blank? # => falsefalse.blank? # => truetrue.present? # => truefalse.present? # => false有时候判断一个 bool 值是否存在,还是老老实实用 b == nil 来...
分类:
其他好文 时间:
2014-09-01 19:24:33
阅读次数:
210
昨天开发板开机启动时候,出现了点状况:
PS:根文件系统是通过挂载的形式运行的,之前一直都是好好的没问题。
kernel panic的问题不是没遇到过,但下面这错误信息“eth0: no IPv6 routers present”就第一次见了,百度了很久也没找到什么解决方法,然后就走了。
今天又过来折腾,没办法,一定要解决啊,不过问题总算是解决了:
当时我想,是不是linu...
分类:
其他好文 时间:
2014-08-31 09:20:01
阅读次数:
526
ACTION_SCREEN_ON和ACTION_SCREEN_OFF只能通过动态注册的方式(代码内context.register和unregister),而ACTION_USER_PRESENT则是动态、静态注册两种方式都可以。下面我们通过这个锁屏、解锁相关的BroadcastReceiver来了...
分类:
其他好文 时间:
2014-08-26 13:31:36
阅读次数:
182