... | ... | @@ -61,17 +61,16 @@ |
|
|
* 显卡问题:[免驱卡速查](http://imacos.top/2020/01/14/1753/),[n卡,a卡,集显设置请前往b站搜索教程](https://bilibili.com)
|
|
|
|
|
|
# php开发环境搭建
|
|
|
* ide(phpstorm,pycharm)
|
|
|
* 命令行设置
|
|
|
* git,gitlabe设置
|
|
|
* homebrew 安装
|
|
|
* nginx
|
|
|
* php-fpm
|
|
|
* php扩展安装
|
|
|
* ide(phpstorm,pycharm自行下载安装)
|
|
|
* 命令行设置(百度)
|
|
|
* git,gitlab设置(百度)
|
|
|
* homebrew 安装(/bin/zsh -c "$(curl -fsSL https://gitee.com/cunkai/HomebrewCN/raw/master/Homebrew.sh)")
|
|
|
* nginx(brew install nginx)
|
|
|
* php-fpm(自带,需配置)
|
|
|
* php扩展安装(pecl install redis; echo ‘extension/pecl/redis.so’>>php.ini;php -m|grep redis)
|
|
|
|
|
|
# 其他
|
|
|
* 安装硬盘格式问题
|
|
|
* 安装文件损坏
|
|
|
* 安装卡代码页面
|
|
|
* 安装卡最后2分钟
|
|
|
* 编辑坏了config.plist导致无法进入系统 |
|
|
* [安装硬盘格式问题](https://jingyan.baidu.com/article/d7130635f7137313fdf4758b.html)
|
|
|
* [安装文件损坏](https://baijiahao.baidu.com/s?id=1649275824159153501&wfr=spider&for=pc)
|
|
|
* [安装卡代码页面或安装卡最后2分钟](https://blog.daliansky.net/Common-problems-and-solutions-in-macOS-Mojave-10.14-installation.html)
|
|
|
* 使用cc编辑坏了config.plist导致无法进入系统(编辑前备份,或重新导入u盘中的config.plist) |