240 发简信
IP属地:广东
  • 安装黑苹果简述

    硬件配置: 1.主板 GA-B75M-HD3 2.显卡 七彩虹GTX-250 安装步骤: 完全参照: https://www.tonymacx8...

  • Error running app: This version of Android Studio is incompatible with the Gradle Plugin used. Try disabling Instant Run.

    编译成功但真机运行出现这个错误:Error running app: This version of Android Studio is inc...

  • Objective-C Toll-Free Briding

    引用: http://solacode.github.io/2015/10/20/iOS%E6%B8%90%E5%85%A5%E4%BD%B3%...

  • Objective-C load和initialize

    +load +initialize 调用时机 被添加到 runtime 时 收到第一条消息前,可能永远不调用 调用顺序 父类->子类->分类 ...

  • Objective-C Class Extension

    Objective-C 2.0增加了Class Extension用于解决两个问题: 可声明私有可读写的属性,而在类的声明中是同名的公开只读属性...

  • [转]深入理解Objective-C:Category

    http://tech.meituan.com/DiveIntoCategory.html extension看起来很像一个匿名的categor...

  • Xcode failed to get the task for process XXX

    场景: iOS真机调试程序,报如下错误信息: failed to get the task for process XXX 原因: 证书问题,真...

  • Xcode磁盘空间大清理

    移除对旧设备的支持 影响:可重新生成;再连接旧设备调试时,会重新自动生成。我移除了4.3.2, 5.0, 5.1等版本的设备支持。 路径:~/L...