240 发简信
IP属地:浙江
  • pod install 证书报错

    [!] Couldn't determine repo type for URL: https://git.xxxx.com/xxxx/xxxx...

  • 相机相册英文问题

    Localized resources can be mixed

  • Resize,w 360,h 240
    error: RPC failed: HTTP 413 curl 22 The reguested URL returned error: 413

    当你用sourcetree 提交代码 报错 RPC failed: HTTP 413 curl 22 The reguested URL ret...

  • Bash和Zsh 的区别和使用

    Bash和Zsh都是常见的Unix/Linux shell,它们都可以用于执行命令、编写脚本等。它们之间的主要区别在于以下几个方面: 1.语法和...

  • Resize,w 360,h 240
    Xcode 15 报错

    clang: error: SDK does not contain 'libarclite' at the path '/Applicatio...

  • Resize,w 360,h 240
    pod install 报错 fatal: unable to access 'https://github.com/xxxx/xxxx.git/'

    猜测github.com连不上 修改一下houst文件,添加或者修改为最新的就行 1、找到hosts 文件 2、打开终端执行ping githu...

  • 修改文件,权限不够

    用管理员权限打开文件 并且保存的时候:wq 或者:wq!sudo vim xxxx

  • iOS AES加密

    AES加密是对称加密的一种,全称是Advanced Encryption Standard(高级加密标准)。常用于网络传输中的数据加解密。 使用...