macOS 安装多个 Java 版本 Homebrew 是 macOS 下的一个非常好用的包管理工具, caskroom 则是基于 Homebrew 构建的一个强大的应用程序管理器. Homebrew 参考 " 像 Mac 高手一样管理应用,从 Homebrew 开始 少数派 " 安装说明 ...
分类:
编程语言 时间:
2019-04-09 00:20:33
阅读次数:
661
Mac 开发配置 "brew" /usr/bin/ruby e "$(curl fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)" "Oh My Zsh?" sh c "$(wget https://raw ...
分类:
系统相关 时间:
2019-04-07 10:14:09
阅读次数:
264
space-vim https://github.com/liuchengxu/space-vim macOS # homebrew /usr/bin/ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/m... ...
分类:
系统相关 时间:
2019-04-05 14:20:12
阅读次数:
211
因Homebrew被墙, 这里使用压缩包安装。 一 从官网下载压缩包 二 解压缩 cd ~/Downloads/ tar -zxvf mongodb-osx-ssl-x86_64-4.0.8.tgz 三 移动位置 mv mongodb-osx-x86_64-4.0.8/ ~/Desktop/soft ...
分类:
数据库 时间:
2019-04-04 20:35:26
阅读次数:
208
Homebrew Homebrew 是统一管理 macOS 中应用的最佳方法之一,而且大量优秀的应用都可以在 Homebrew 中找到。 就不做过多介绍了, 有兴趣可以看相关教程, "像 Mac 高手一样管理应用,从 Homebrew 开始 少数派" 终端和 Oh My ZSH 终端是很重要的一个工 ...
分类:
系统相关 时间:
2019-03-25 23:40:02
阅读次数:
408
“ ios_webkit_debug_proxy cannot be found”报错截图如下: 解决方案: 打开terminal终端,分别输入执行结束,再次运行appium-doctor即可看到运行成功: 1、git -C "$(brew --repo homebrew/core)" fetch ...
分类:
移动开发 时间:
2019-03-12 12:30:02
阅读次数:
305
环境MACOS系统版本:10.12.6dig工具版本:9.8.4问题:dig域名是没有cname记录,a记录条目缺少很多解决办法:/usr/bin/ruby-e"$(curl-fsSLhttps://raw.githubusercontent.com/Homebrew/install/master/install)"brewinstallbind
分类:
系统相关 时间:
2019-03-08 12:48:37
阅读次数:
215
在Mac 上安装flink,需要通过Homebrew安装的 1、howmebrew的安装方式,在终端粘贴以下命令,或者去官网https://brew.sh/index_zh-cn 找到此代码复制粘贴到终端上,然后等待安装flink ```/usr/bin/ruby -e "$(curl -fsSL ...
分类:
系统相关 时间:
2019-03-08 09:21:45
阅读次数:
364
Redis安装 Mac 系统安装Redis brew方式安装 在命令汗执行命令 安装完成之后的提示信息 启动redis服务 启动后提示信息 == Successfully started (label: homebrew.mxcl.redis) $ src/redis cli 127.0.0.1:6 ...
分类:
编程语言 时间:
2019-03-06 15:15:18
阅读次数:
341
linxmousedeiMac:~ linxmouse$ mysql.server start Starting MySQL .. SUCCESS! linxmousedeiMac:~ linxmouse$ mysql_upgrade -uroot -p ...
分类:
数据库 时间:
2019-02-28 23:10:35
阅读次数:
298