2020年1月26日

MongoDB基本操作

摘要: use sanhe db.auth('sanhe','35DJqemUv72'); use admin show dbs; db.auth("root","1qaz@WSX") use admin db.createUser({user: "root",pwd: "1qaz@WSX",roles: 阅读全文

posted @ 2020-01-26 21:47 ${} 阅读(103) 评论(0) 推荐(0) 编辑

Linux部署项目

摘要: location ~ .* { proxy_pass http://127.0.0.1:8080; proxy_set_header Host $http_host; proxy_set_header X-Real-IP $remote_addr; proxy_set_header X-Forwar 阅读全文

posted @ 2020-01-26 18:51 ${} 阅读(96) 评论(0) 推荐(0) 编辑

Linux查看个目录大小

摘要: https://www.runoob.com/linux/linux-filesystem.html du -sh * du -sh /app/* du -h --max-depth=1 . 阅读全文

posted @ 2020-01-26 08:28 ${} 阅读(306) 评论(0) 推荐(0) 编辑

导航