摘要:
supervisor 分为 客户端和服务端, 这里记录使用supervisor管理gunicorn测试机ubuntu16.04 + python3.6 supuervisor 属于系统级别的直接安装在 虚拟环境之外就可以 主要实现的是在虚拟环境中基于 Flask 框架 搭建一个web 应用,用 Gu 阅读全文
摘要:
一 、sqlacodegen 参数说明 Python利用sqlacodegen自动生成ORM实体类 sqlacodegen 是命令级别,添加模型类以及构建拓展类 可以结合 subprocess 或 os 模块进行脚本化操作 sqlacodegen --outfile project/models.p 阅读全文
摘要:
centos7 上安装 postgresql 安装 postgresql 1 更新源 1 yum install https://download.postgresql.org/pub/repos/yum/10/redhat/rhel-7-x86_64/pgdg-centos10-10-2.noar 阅读全文
摘要:
zipfile 压缩文件 其本质就是文件的读写 压缩文件的本质: 创建一个 .zip 的压缩包 将文件写入 与其 单独的打开和关闭的操作 我选择是 with with zipfile.ZipFile(save_path, 'w', zipfile.ZIP_DEFLATED) as zf: #参数一 阅读全文
摘要:
安装 pip install gunicorn 基于 json tex2 板子 pip 版本对gunicorn 安装支持不稳定 特别是gunicron 19.0.3 版本之上的 这里可以用`sudo apt-get install gunicorn` 安装稳定版本 对于启动项目可能会出现的 bug 阅读全文