240 发简信
IP属地:上海
  • Resize,w 360,h 240
    Xcode 项目集成flutter

    一、cocopods版本升到1.10.0以上 二、podfile添加这些(flutter_module路径和.git路径相同) 三、命令行cd到...

  • Resize,w 360,h 240
    iOS创建私有库

    iOS创建私有库 创建本地私有库索引和远程私有库索引关联 pod repo addSGSpecshttp://120.27.45.57:1808...

  • GitHub无法访问、443 Operation timed out的解决办法

    转发:https://juejin.cn/post/6844904193170341896 作者主页:https://juejin.cn/use...

  • Mac编辑hosts文件

    前往文件夹:/etc/hosts 在命令行下输入: sudo vim /etc/hosts 要记得使用sudo开头,需要管理员权限。 输入密码后...

  • 关于pod install出现Failed to connect to github.com port 443: Operation timed out

    podinstall出现连接不上github.com的问题,我们需要在hosts文件中输入github的网址 1、查询可以用的IP 在https...

  • iOS 15.0 的适配笔记(UINavigationBar、UITabbar、TableView)

    一、UINavigationBar 用新 xcode13 编译工程后,导航栏的问题比较明显,调试之后发现是 UINavigationBar 部分...

  • git 命令行提交代码冲突时解决办法

    先把git的东西fetch到你本地然后merge后再push $ git fetch origin master $ git merge o...

  • Mac系统安装Java-JDK1.8及环境变量配置

    Mac系统安装JDK1.8及环境变量配置 - 简书[https://www.jianshu.com/p/a85658902f26]

  • Flutter环境配置(报错处理)

    # 检测flutter依赖资源 $ flutter doctor Doctor summary (to see all details, run...