
ios
scsxhny
授人与鱼不如授人与渔
展开
-
WWDC2010 Session211 使用Grad Central Dispatch简化iPhone开发
转自 http://www.cnblogs.com/vinceoniphone/archive/2011/04/08/2009297.htmlGCD 概述1. GCD 包含于 libSystem.dylib2. 可供所有程序使用.- #include 3. GCD API 提供 block-based and function-based variant转载 2013-04-08 12:56:02 · 610 阅读 · 0 评论 -
Git服务器Gitosis安装设置
转自:http://wiki.ubuntu.org.cn/index.php?title=Git%E6%9C%8D%E5%8A%A1%E5%99%A8Gitosis%E5%AE%89%E8%A3%85%E8%AE%BE%E7%BD%AE&variant=zh-hans1、安装 openssh服务器sudo apt-get install openssh-server openssh转载 2013-04-23 16:38:43 · 714 阅读 · 0 评论 -
iOS多线程编程指南 线程管理
转自:http://www.dreamingwish.com/dream-2012/ios-multi-threaded-programming-the-thread-management.html线程管理1 Creating an Autorelease PoolApplications that link in Objective-C frameworks typica转载 2013-05-06 16:56:46 · 772 阅读 · 0 评论 -
IOS NSPredicate 查询、搜索
转自:http://www.cnblogs.com/thefeelingofsimple/archive/2013/01/31/2886915.htmlIOS NSPredicate 查询、搜索简述:Cocoa框架中的NSPredicate用于查询,原理和用法都类似于SQL中的where,作用相当于数据库的过滤取。最常用到的函数+ (NSPredicat转载 2013-05-09 16:24:15 · 544 阅读 · 0 评论 -
Objective-C 消息转发
转自:http://www.winddisk.com/2012/08/14/objective-c-message-forwarding/一.消息转发流程当向Objective-C对象发送一个消息,但runtime在当前类及父类中找不到此selector对应的方法时,消息转发(message forwarding)流程开始启动。动态方法解析(Dynamic Me转载 2013-05-31 13:56:46 · 658 阅读 · 0 评论 -
iOS开发中的单元测试(二)——让断言活泼起来的匹配引擎
文章转自:http://www.infoq.com/cn/articles/Matching-Engine-Enliven-Assertion-2?utm_source=infoq&utm_medium=related_content_link&utm_campaign=relatedContent_articles_clk上一篇文章简单介绍了OCUnit和GHUnit两款iOS开发中转载 2013-06-25 09:47:48 · 858 阅读 · 0 评论 -
iOS开发中的单元测试(一)
文章转自:http://www.infoq.com/cn/articles/ios-unit-test-1?utm_source=infoq&utm_medium=related_content_link&utm_campaign=relatedContent_articles_clk导读:本文不讨论单元测试是什么,或者它之于一个工程的利弊,我认为单元测试是一个开发者保证产出代码质量的转载 2013-06-25 09:45:07 · 625 阅读 · 0 评论 -
Xcode – power of breakpoints
转自:http://www.albertopasca.it/whiletrue/2013/06/xcode-power-of-breakpoints/A collection of useful Xcode debugging technique, using Breakpoints and LLDBdebugger.Adding a special Breakpoint转载 2013-07-02 15:58:12 · 621 阅读 · 0 评论