上一页 1 ··· 4 5 6 7 8 9 10 下一页
摘要: 安装brew install git卸载git:rm -rf /usr/local/gitrm /etc/paths.d/gitrm /etc/manpaths.d/gitsudo rm -rf /usr/local/git /usr/bin/git /etc/paths.d/git /etc/ma... 阅读全文
posted @ 2015-11-09 13:27 levyleo 阅读(4039) 评论(0) 推荐(0) 编辑
摘要: 更新:brew updatebrew update —system安装, 如:brew install unrar卸载, 如:brew uninstall unrar 阅读全文
posted @ 2015-11-09 13:25 levyleo 阅读(196) 评论(0) 推荐(0) 编辑
摘要: 安装:ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)"卸载:cd `brew --prefix`rm -rf Cellarbrew prunerm `git ls-fil... 阅读全文
posted @ 2015-11-09 13:25 levyleo 阅读(1243) 评论(0) 推荐(0) 编辑
摘要: 1. #查看当前ruby版本2. $ ruby -v3. ruby 1.8.74. #列出已知的ruby版本5. $ rvm list known6. #安装ruby 1.9.37. $ rvm install 1.9.38. 卸载9. rvm remove 1.9.3 阅读全文
posted @ 2015-11-09 13:24 levyleo 阅读(739) 评论(0) 推荐(0) 编辑
摘要: 安装:curl -L https://get.rvm.io | bash -s stable --autolibs=enabled [--ruby] [--rails] [—trace]$ curl -L get.rvm.io | bash -s stable1. $ source ~/.bashr... 阅读全文
posted @ 2015-11-09 13:23 levyleo 阅读(2239) 评论(0) 推荐(0) 编辑
摘要: Unable to require openssl, install OpenSSL and rebuild ruby (preferred) or use non-HTTPS sources1.gem source查看source: 将https://替换成http://gem source -r... 阅读全文
posted @ 2015-11-09 13:22 levyleo 阅读(442) 评论(0) 推荐(0) 编辑
摘要: sudo rm -rf /Library/Developer/CommandLineTools 阅读全文
posted @ 2015-10-27 15:24 levyleo 阅读(615) 评论(0) 推荐(0) 编辑
摘要: 转载:http://joeshang.github.io/2015/04/10/fix-xcode-upgrade-plugin-invalid/Xcode 的插件大大丰富了 Xcode 的功能,而且有了Alcatraz,插件的管理也非常容易,像我这种 Vim 党完全离不开XVim。但是有个非常恼人... 阅读全文
posted @ 2015-10-27 14:50 levyleo 阅读(143) 评论(0) 推荐(0) 编辑
摘要: 应用删除后 Launchpad 上仍有应用图标上带有问号且无法删除时,可以将launchpad 重置.在终端输入:defaults write com.apple.dock ResetLaunchPad -bool true 回车killall Dock 回车等待 LaunchPad 重启 . 阅读全文
posted @ 2015-10-23 14:42 levyleo 阅读(564) 评论(0) 推荐(0) 编辑
摘要: https://www.techumi.com/v/ios-face-detection-using-opencv/5610a6d6f8134c047f22d01b 阅读全文
posted @ 2015-10-12 17:15 levyleo 阅读(175) 评论(0) 推荐(0) 编辑
上一页 1 ··· 4 5 6 7 8 9 10 下一页