wshon 发布的文章
wshonmongodb 最新版安装
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-apscheduler
from apscheduler.schedulers.asyncio import AsyncIOScheduler scheduler = AsyncIOScheduler({ 'apscheduler.jobstores.mongo': { 'type': 'm...
最新回复