码迷,mamicode.com
首页 >  
搜索关键字:brew    ( 1232个结果
云开发(小程序端,web端+博客搭建部署)
"视频讲解" 小程序端 云函数 小程序端调用云函数 javascript data: { todo:"" }, primary:function(){ wx.cloud.callFunction({ name:"test", data:{ todo:"吃饭" } }).then(res = { // ...
分类:微信   时间:2020-04-21 09:14:42    阅读次数:597
mac 安装brew
1、打开终端 2、安装Command Line tools xcode-select --install 3、安装brew命令 1 ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/inst ...
分类:系统相关   时间:2020-04-19 12:32:39    阅读次数:71
macOS使用brew安装mysql8.x
前言: 本文使用homebrew安装安装mysql,如果没有安装homebrew请先安装,安装教程如下 https://www.cnblogs.com/zhanzhuang/p/12723848.html 安装步骤: 1.直接在命令行使用brew进行安装 brew install mysql 自动安 ...
分类:数据库   时间:2020-04-18 13:55:29    阅读次数:102
Mac tree 输出文件树形式
效果 看到 github 上梳理 vue 项目文件结构时能输出下面的文件树形式,让我感觉很棒。 配置 直接使用 tree 命令 若 brew 安装不了tree,笔者也曾经卡了好久安装不上,还可以用 find 命令去模拟出 tree 命令的效果 打印所有层级 当然你也可以选择忽略 node_modul ...
分类:系统相关   时间:2020-04-18 12:09:38    阅读次数:116
【Docker】MacOS上安装Docker
一、安装 使用 Homebrew 安装,会自动将Docker添加到应用程序中 brew cask install docker 二、运行 从应用中找到 Docker 图标并点击运行,通过命令查看Docker版本 $ docker --version Docker version 19.03.1, b ...
分类:系统相关   时间:2020-04-18 09:35:58    阅读次数:64
MacOS安装brew报错:curl: (7) Failed to connect to raw.githubusercontent.com port 443: Connection refused
问题: 在安装macOS上面安装brew的时候一直报 curl: (7) Failed to connect to raw.githubusercontent.com port 443: Connection refused 终于在网上找到大神的解决办法,贴到下面供大家参考。 解决: 使用 sudo ...
分类:Web程序   时间:2020-04-18 09:30:02    阅读次数:614
Mac Air 配置过程记录
-1、在Finder中 显示/隐藏 隐藏文件 显示 隐藏文件,在终端中输入: defaults write com.apple.finder AppleShowAllFiles -bool true 或 defaults write com.apple.finder AppleShowAllFile ...
分类:系统相关   时间:2020-04-15 17:50:48    阅读次数:91
macos 安装brew
新版本安装遇到了问题小白用户安装一直有错 网络问题比较慢 下面是安装脚本 主要修改的就是BREW_REPO="https://mirrors.tuna.tsinghua.edu.cn/git/homebrew/brew.git" shell !/bin/bash set u First check ...
分类:系统相关   时间:2020-04-14 20:31:13    阅读次数:144
Mac OSX系统 openEXR安装
参考:https://brewinstall.org/Install-openexr-on-Mac-with-Brew/ 第1步:打开终端 第2步:安装homebrew:在终端输入如下指令 ruby -e "$(curl -fsSL https://raw.githubusercontent.com ...
分类:系统相关   时间:2020-04-12 18:22:01    阅读次数:142
brew之加速
有没有出现这种场景:使用brew install 安装程序,一直卡在brew updating,这可能是使用着默认的github镜像源导致,那么我们就需要将其切换到国内 1.镜像切换 1)替换brew.git cd "$(brew --repo)" git remote set-url origin ...
分类:其他好文   时间:2020-04-10 00:28:12    阅读次数:70
1232条   上一页 1 ... 9 10 11 12 13 ... 124 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!