01 2017 档案
摘要:解决方式 As a workaround you can turn ssl checking off in your .npmrc 执行 npm config set strict-ssl false 或者 修改~/.npmrc strict-ssl=false
阅读全文
摘要:1.安装nginx sudo apt-get install nginx 2.nginx 的启动和关闭启动 nginx:# nginx -c /etc/nginx/nginx.conf 3.关闭 nginx# nginx -s stop 4.重读配置文件 # nginx -s reload# pki
阅读全文
摘要:1.Ubuntu 下 pip install mysql-python 报错 EnvironmentError: mysql_config not found 原因是缺少mysqlclient 包,执行 sudo apt-get install libmysqlclient-dev 即可解决 参考
阅读全文
浙公网安备 33010602011771号