
Mac
文章平均质量分 88
同学小江
书山有路勤为径,学海无涯苦作舟!
展开
-
Mac phpize 报错 已解决
sudo phpizegrep: /usr/include/php/main/php.h: No such file or directorygrep: /usr/include/php/Zend/zend_modules.h: No such file or directorygrep: /usr/include/php/Zend/zend_extensions.h: No such file or directoryConfiguring for:PHP Api Version:Zend M原创 2020-08-22 11:47:22 · 897 阅读 · 0 评论 -
Mac nginx php mysql redis
brewhome安装/bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install.sh)"curl: (7) Failed to connect to raw.githubusercontent.com port 443: Connection refused报错解决办法修改hostssudo vim /etc/hosts添加如下内容:199.232.28.133原创 2020-08-19 19:07:39 · 524 阅读 · 0 评论 -
iTerm2 + Oh My Zsh 打造舒适终端体验
写在前面最终效果图:转存失败重新上传取消本文严重抄袭自:https://www.jianshu.com/p/7de00c73a2bb因排版和原文中的一些bug,参照搜索引擎和原文有了本篇文章。因为powerline以及homebrew均需要安装command line tool,网络条件优越的同学在执行本文下面内容之前,可以先安装XCode并打开运行一次(会初始化安装components),省去以后在iterm2中的等待时间。另外,git也是必要的,各位可以自行下载安装,除了网络没有原创 2021-09-24 11:49:53 · 400 阅读 · 0 评论