自定义博客皮肤VIP专享

*博客头图:

格式为PNG、JPG,宽度*高度大于1920*100像素,不超过2MB,主视觉建议放在右侧,请参照线上博客头图

请上传大于1920*100像素的图片!

博客底图:

图片格式为PNG、JPG,不超过1MB,可上下左右平铺至整个背景

栏目图:

图片格式为PNG、JPG,图片宽度*高度为300*38像素,不超过0.5MB

主标题颜色:

RGB颜色,例如:#AFAFAF

Hover:

RGB颜色,例如:#AFAFAF

副标题颜色:

RGB颜色,例如:#AFAFAF

自定义博客皮肤

-+
  • 博客(4)
  • 资源 (1)
  • 收藏
  • 关注

转载 转载_OC消息机制(本质的实现方式)

在Objective-C中,message与方法的真正实现是在执行阶段绑定的,而非编译阶段。编译器会将消息发送转换成对objc_msgSend方法的调用。    objc_msgSend方法含两个必要参数:receiver、方法名(即:selector),如:    [receiver message]; 将被转换为:objc_msgSend(receiver, selector);

2016-03-17 17:00:49 516

转载 转载_Creating Software Products for the Mac Platform

Apps are the most common type of Mac software, but there are many other types of software that you can create, too. The following sections introduce the range of software products you can create for t

2016-03-17 14:04:21 709

转载 转载_At a Glance on Mac OS architecture

At a GlanceThis guide introduces you to the range of possibilities for developing Mac software, describes the many technologies you can use for software development, and points you to sources of i

2016-03-17 14:00:14 435

转载 转载_理解 Objective-C Runtime

转载来自:http://www.cocoachina.com/ios/20141008/9844.html当人们初学 Cocoa/Objective-C 时,Objective-C Runtime 是被忽略的特性之一。原因是 Objective-C(这门语言)很容易在几小时内就熟悉,新学 Cocoa 的人花费他们大部分的时间学习 Cocoa 框架和适应它是如何工作的。然而每个人至少应该知道

2016-03-17 13:50:02 467

Win32平台如何配置才能使用Boost、ACE、CppUnit

Win32平台如何配置才能使用Boost、ACE、CppUnit

2012-10-11

空空如也

TA创建的收藏夹 TA关注的收藏夹

TA关注的人

提示
确定要删除当前文章?
取消 删除