240 发简信
IP属地:浙江
  • 用Python 实现自动打包并上传蒲公英

    importos importsys importtime importhashlib importargparse importsubprocess importreque...

  • Xcode脚本自动化打包问题:xcrun: error: unable to find utility "PackageApplication", not a developer tool or in PATH

    运行脚本后报错: xcrun: error: unable to find utility "PackageApplication", not a developer too...

  • Mac shell脚本杂项知识

    创建shell脚本可以使用比较好的编辑器,但是在mac下,最常用的当然是终端。1.新建一个shell文件cd 到指定的文件路径后,就可以创建.sh文件了。创建.sh文件终端命...