摘要: 文章参考:https://www.jb51.net/article/29787.htm 及 https://www.cnblogs.com/djangocn/p/10227006.html 1. 创建 django项目,校验当前机器是否缺少环境 (因本人在新机器中部署,若环境配置完成跳过第一步) d 阅读全文
posted @ 2020-10-09 14:34 堕落灬最后 阅读(281) 评论(0) 推荐(0)
摘要: frp服务器配置 [common]bind_port = 7000 //可自定义vhost_http_port = 7777 token = 123 frp客户端配置 [common]server_addr = x.x.x.x //frp服务器地址server_port = 7000 //可自定义t 阅读全文
posted @ 2020-06-09 17:31 堕落灬最后 阅读(947) 评论(0) 推荐(0)