Homebrew基本使用
Homebrew 使用教程
· 2019-01-22 23:38:07
- 安装任意包
$ brew install <packageName>
示例:安装 node
$ brew install node
- 卸载任意包
$ brew uninstall <packageName>
示例:卸载 git
$ brew uninstall git
- 查询可用包
$ brew search <packageName>
- 查看已安装包列表
$ brew list
- 查看任意包信息
$ brew info <packageName>
- 更新Homebrew
$ brew update
- 查看Homebrew版本
$ brew -v
- Homebrew帮助信息
$ brew -h
点击查看所有 Homebrew 使用教程 文章: https://www.codercto.com/courses/l/7.html
Distributed Algorithms
Wan Fokkink / The MIT Press / 2013-12-6 / USD 40.00
This book offers students and researchers a guide to distributed algorithms that emphasizes examples and exercises rather than the intricacies of mathematical models. It avoids mathematical argumentat......一起来看看 《Distributed Algorithms》 这本书的介绍吧!