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

查看所有标签

Cascading Style Sheets 2.0 Programmer's Reference

Cascading Style Sheets 2.0 Programmer's Reference

Eric A. Meyer / McGraw-Hill Osborne Media / 2001-03-20 / USD 19.99

The most authoritative quick reference available for CSS programmers. This handy resource gives you programming essentials at your fingertips, including all the new tags and features in CSS 2.0. You'l......一起来看看 《Cascading Style Sheets 2.0 Programmer's Reference》 这本书的介绍吧!

HTML 压缩/解压工具
HTML 压缩/解压工具

在线压缩/解压 HTML 代码

URL 编码/解码
URL 编码/解码

URL 编码/解码

html转js在线工具
html转js在线工具

html转js在线工具