IDEA 中 File Template 设置

文件代码模板预设的变量${PACKAGE_NAME} - the name of the target package where the new class or interface will be created. ${PROJECT_NAME} - the name of the cur...

mongodb 最新版安装

wget -qO - https://www.mongodb.org/static/pgp/server-4.2.asc | sudo apt-key add - echo "deb http://repo.mongodb.org/apt/debian stretch/mongodb...

Nginx 常用设置

server { charset utf-8; listen 80; listen 443 ssl; server_name do...

Nginx 反向代理站点通过 ACME 配置 HTTPS

curl https://get.acme.sh | shacme.sh --issue -d domain.com --nginxacme.sh --installcert -d domain.com --key-file /etc/nginx/ssl/domain.com.key --f...

Python email error

Python 3.7.4 之前的版本 邮件包有问题,后续补充