记录下 Vagrant 常用配置
阅读全文 >>现在使用 SSL 证书,让网站前边加上小绿盾已经非常普及了,不过第一次自己给网站加 SSL 证书,难免会不知道怎么验证健康情况,小绿盾是个标示,但有时候并不准。
阅读全文 >>手动编译安装 openresty 时报了个错
ngx_postgres addon was unable to detect version of the libpq library
1 | ./configure --prefix=/opt/openresty \ |
这明明是官方提供的命令行,但是它本身又不提供 postgresql-devel 只能自己手动安装
1 | $ sudo yum install -y postgresql-devel |
手动编译安装最好提前安装这几个包
1 | $ sudo yum install -y pcre-devel openssl-devel gcc postgresql-devel |
阅读全文 >>It seems that older version of distutils do not support this requirement format. I will change it and make a new release.
很多人说 Python3 与 Python2 没什么不同,无非就是 print
写法不同而已,很显然他没怎么处理过兼容问题。
同事在使用 Supervisord 来启动进程时,报了一个错误。
阅读全文 >>tag:
缺失模块。
1、请确保node版本大于6.2
2、在博客根目录(注意不是yilia根目录)执行以下命令:
npm i hexo-generator-json-content --save
3、在根目录_config.yml里添加配置:
jsonContent: meta: false pages: false posts: title: true date: true path: true text: false raw: false content: false slug: false updated: false comments: false link: false permalink: false excerpt: false categories: false tags: true