摘要:
You will want to use the [UIImage imageWithContentsOfFile:@""] method, as that doesn't cache images. imageNamed: caches any images that are loaded thr 阅读全文
posted @ 2017-08-04 19:15
zzfx
阅读(339)
评论(0)
推荐(0)
摘要:
https://stablekernel.com/view-controller-in-ios-6/ Some of you may have noticed that your view controller in iOS 6 no longer gets sent to viewWillUnlo 阅读全文
posted @ 2017-08-04 17:35
zzfx
阅读(302)
评论(0)
推荐(0)
摘要:
http://blog.csdn.net/mrbuffoon/article/details/48947267 Note:本文是基于80×86微处理器进行原理总结。 在内存地址上,我们要区分逻辑地址、线性地址以及物理地址这三个概念。逻辑地址:包含在机器语言指令中用来指定一个操作数或者一条指令的地址。 阅读全文
posted @ 2017-08-04 00:01
zzfx
阅读(763)
评论(0)
推荐(0)