背景:有时Ruby使用多个工具安装会造成冲突,报各种冲突错误,需要卸载某个版本。 查看 ruby 的安装所有目录: 输出 卸载3.3.3: 如果输出报错: 解决: 重新执行 ...
![240](https://cdn2.jianshu.io/assets/default_avatar/4-3397163ecdb3855a0a4139c34a695885.jpg?imageMogr2/auto-orient/strip|imageView2/1/w/240/h/240)
IP属地:陕西
背景:有时Ruby使用多个工具安装会造成冲突,报各种冲突错误,需要卸载某个版本。 查看 ruby 的安装所有目录: 输出 卸载3.3.3: 如果输出报错: 解决: 重新执行 ...
无效
无效
1.通过:git branch <new-branch-name> <tag-name> 会根据tag创建新的分支.例如:git branch newbranch 0.2.1...
遍历查找到目标控制器,执行 removeFromParentViewController 方法 复制 navigationController.viewControllers...
问题: [oh-my-zsh] For safety, we will not load completions from these directories until [...
pod install时,报错: xcrun: error: SDK "iphoneos" cannot be located xcrun: error: SDK "ipho...
1. 第一种方法 隐藏git仓库提示 git config --add oh-my-zsh.hide-status 1 显示git仓库提示 git config --add ...
首先不显示方法名的原因是没有生成dSYM文件或者Instruments没有找到dSYM文件,没有dSYM文件就没法解析方法名,所以只能显示地址。 之前,在网上搜了各种方法,但...