240 发简信
IP属地:广东
  • cocapods

    1、查看ruby源 gem sources -l 2、移除掉原有的源 gem sources --remove https://rubygems...

  • 捕获异常

    转自https://mp.weixin.qq.com/s/qRCkHLz11ap0cHiw2PV8gA

  • xxx.app文件已损坏,打不开,解决方案

    在终端里输入sudo spctl --master-disable 这时在,系统设置->安全性与隐私,就会出现,允许任何来源,再去打开xxx.a...

  • Resize,w 360,h 240
    Xcode9-Safe-Area-Layout-Guide-Before-iOS9-0报错解决

    第一步、在项目报错地方打开右边工具栏找到如图位置选中View Controller,去掉Use Safe Area Layout Guides ...

  • 2018-04-09面试题

    1、property常用的修饰符,常用的属性 atomic/nonatomic、readwrite/ readonly、assign、stron...

  • 单个页面多个网络请求的情况,需要监听所有网络请求结束后刷新UI

    dispatch_group_t group = dispatch_group_create(); dispatch_queue_tserial...