240 发简信
IP属地:福建
  • iOS Duplicate interface definition for class 'DDLog',第三方库报错

    iOS Duplicate interface definition for class 'DDLog',第三方库报错 经检查发现: Coco...

  • Resize,w 360,h 240
    iOS单例

    iOS 单例[https://www.cnblogs.com/dins/p/ios-singleton.html] 一、单例介绍 单例:该类在程...

  • 37个底层的iOS面试题总结

    问题和答案 http://events.jianshu.io/p/d866de2a8173[http://events.jianshu.io/p...

  • SourceTree 无法检测到文件状态改变的问题

    自己写了几个Demo,想放到Git上.于是注册了github账号并下载的sourceTree. 在git网页上创建好仓库后,在sourceTre...

  • Resize,w 360,h 240
    安装homebrew报错curl: (7) Failed to connect to raw.githubusercontent.com port 443: Operation

    Mac安装homebrew报错curl: (7) Failed to connect to raw.githubusercontent.com ...

  • iOS常用的第三方库

    1.滑竿 SGPagingViewhttps://github.com/kingsic/SGPagingView[https://github...

    1.9 9653 0 13
  • iOS面试了20几家总结出来的面试题

    第一部分https://juejin.cn/post/6854573212165111822[https://juejin.cn/post/68...

  • iOS 面试知识总结

    1.iOS define和const的区别 宏的用法:一般字符串抽成宏,代码抽成宏使用。const用法:一般常用的字符串定义成const(对于常...

  • iOS 基础面试题

    一般面试题 1.堆和栈的区别 1.内存管理范围只有oc对象需要进行内存管理非oc对象类型比如基本数据类型不需要进行内存管理2.内存管理本质因为:...