localhost 使用 https
localhost 使用 https 只用于开发环境 https://github.com/FiloSottile/mkcert mkcert -CAROOT 查看根证书位置 将 mkcert
...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...
linux下查询进程占用的内存方法总结 通过进程的 status # 单位 kb cat /proc/7652/status | grep VmRSS 通过 pmap # RSS :占用的物理内
...Read more...
git clone的时候遭遇fatal: early EOF fatal: index-pack failed解决办法 首先关闭 core.compression git config --gl
...Read more...