mac 调整 launchpad 控制台
mac 调整 launchpad 控制台 # defaults write com.apple.dock springboard-rows Default # defaults write co
...Read more...
数人世相逢,百年欢笑.
mac 调整 launchpad 控制台 # defaults write com.apple.dock springboard-rows Default # defaults write co
...Read more...
mac 命令行修改 dns networksetup -listallnetworkservices #查看网络链接方式,一般macbook都是用的Wifi sudo networksetup
...Read more...
localhost 使用 https 只用于开发环境 https://github.com/FiloSottile/mkcert mkcert -CAROOT 查看根证书位置 将 mkcert
...Read more...
nginx 配置 vue dist vue hash 模式 server { location / { root dist; index index.html; } } http://local
...Read more...
CentOS7升级GCC版本 yum install centos-release-scl yum install devtoolset-7-gcc* # 设置 devtoolset 默认 gc
...Read more...
acme.sh 申请免费证书 安装 https://github.com/acmesh-official/acme.sh/wiki/%E8%AF%B4%E6%98%8E curl https:/
...Read more...
MySQL 清理 binlog mysql> show binary logs; mysql> PURGE BINARY LOGS TO 'mysql-bin.000007'; #
...Read more...