240 发简信
IP属地:吉林
  • flutter 配置

    vim ~/.bash_profile Flutter 镜像配置 export PATH=/opt/flutter/bin:$PATHexpor...

  • flutter doctor后Downloading ios-profile tools... 一直不动 各种终端命令执行不成功

    在终端下执行如下两句 export PUB_HOSTED_URL=https://pub.flutter-io.cnexport FLUTTER...

  • iOS UILongPressGestureRecognizer 的两次触发

    UILongPressGestureRecognizer *longGesture = [[UILongPressGestureRecogniz...

  • Resize,w 360,h 240
    iOS Masonry使用总结

    Masonry布局定位约束冲突 视图布局添加约束的时候,有的时候会报一对约束冲突:Probably at least one of the co...

  • iOS OC工程添加C++文件

    纯OC代码文件工程,如果代码中添加带有.cpp,.mm文件,那么工程将报错。NSObjCRuntime.h NSObject.h NS...

  • Resize,w 360,h 240
    iOS 消除工程中的警告

    消除pods中的警告:直接在Podfile中添加下面一行命令:inhibit_all_warnings! 解决下述警告:The iOS depl...

  • CDN: trunk URL couldn't be downloaded

    最近pod install进行第三方库配置的时候,经常会出现CDN: trunk URL couldn't be downloaded: htt...

    2.4 8847 3 22
  • 深入理解CocoaPods

    CocoaPods是开发OS X和iOS应用程序的一个第三方库的依赖管理工具。利用CocoaPods,可以定义自己的依赖关系(称作pods),并...