240 发简信
IP属地:山东
  • nginx 跨服务器反向代理

    1,在服务器1中安装flask,gunicorn,nginx 2,在服务器1中加入文件myapp.py from flask import Fl...

  • http,api,post,flask

    一直喜欢一招鲜吃遍天的编码规范,不喜欢琐碎的知识点。api的输入输出统一传递json是一种最好的选择。下面介绍用POST方法统一输入json,输...

  • 阿里云,mysql

    1,申请阿里云ecs 2,申请阿里云RDS mysql 3,根据视频教程配置mysql。https://www.aliyun.com/produ...

  • flask,gunicorn,supervisor,nginx配置服务器接口

    1,申请阿里云主机 2,apt-get update 3,apt-get install pip 4,pip install virtualen...