1、下载 elasticsearch-7.1.1 https://www.elastic.co/cn/downloads/past-releases/elasticsearch-7-1-1 2、安装brew 3、安装node brew install node 4、下载并安装head插件 git c ...
分类:
系统相关 时间:
2020-04-07 18:26:19
阅读次数:
184
参考安装链接: https://www.jianshu.com/p/e1e5717049e8 Redis配置文件的介绍: 简单的配置:https://www.cnblogs.com/shoren/p/redis.html 详细的介绍:https://www.cnblogs.com/ysocean/p ...
分类:
系统相关 时间:
2020-04-06 00:06:31
阅读次数:
134
1.第一步,获取install文件 把官网给的脚本拿下来 2.第二步,更改脚本中的资源链接,替换成清华大学的镜像 就是把这两句 BREW_REPO = “https://github.com/Homebrew/brew“.freeze CORE_TAP_REPO = “https://github. ...
分类:
系统相关 时间:
2020-04-04 20:25:33
阅读次数:
99
Installation mac下可以采用 brew,easy_install(python自带)等方式安装。 centos下可以采用yum,easy_install等方式安装。 但是上面两种方式在系统上有 多个 python 环境时,会造成混乱。不太好给制定的 python 版本安装 pip,于是 ...
分类:
编程语言 时间:
2020-04-04 14:43:40
阅读次数:
90
mac python3.7消费kafka数据时报错如下: kafka.errors.UnsupportedCodecError: UnsupportedCodecError: Libraries for snappy compression codec not found 解决方案: 1. brew ...
分类:
移动开发 时间:
2020-04-02 14:25:37
阅读次数:
246
cd $(brew --prefix)/Homebrew/Library/Taps/homebrew/homebrew-core/Formula git log --follow icu4c.rb git checkout -b icu4c-63.1 bc0c97952453ff6afc146aa3 ...
分类:
Web程序 时间:
2020-03-30 19:23:59
阅读次数:
211
转自 https://www.jianshu.com/p/4721ef4c7a0e ...
分类:
其他好文 时间:
2020-03-30 13:07:23
阅读次数:
113
Homebrew官网 http://brew.sh/index_zh-cn.html Homebrew是神马 linux系统有个让人蛋疼的通病,软件包依赖,好在当前主流的两大发行版本都自带了解决方案, Redhat有yum,Ubuntu有apt-get 神马,你用mac os,不好意Macos木有类 ...
分类:
Web程序 时间:
2020-03-29 15:24:36
阅读次数:
110
安装brew显示:curl: (7) Failed to connect to raw.githubusercontent.com port 443: Connection refused 此时,我是在虚拟环境中安装的,使用网上的教程没有解决; 后来我退出了虚拟环境: ok,解决了 ...
分类:
Web程序 时间:
2020-03-29 12:54:25
阅读次数:
2895
前言: App Inspector:浏览器端的移动设备 UI 查看器,使用树状态结构查看 UI 布局,自动生成 XPaths。官网:https://macacajs.github.io/app-inspector/cn/ 本次教程仅支持iOS,Mac 一、环境安装: 1、安装Node.js brew ...
分类:
移动开发 时间:
2020-03-29 11:06:31
阅读次数:
110