摘要: 具体操作 # 基础环境 # 旧jenkins # cat /etc/redhat-release CentOS Linux release 7.6.1810 (Core) # jenkins 家目录及配置 # ls /home/jenkins-master/ backup jenkins jenki 阅读全文
posted @ 2021-08-03 16:57 Star-Hitian 阅读(290) 评论(0) 推荐(0)
摘要: 安装 # pip install zappa # 备注如果遇到一些坑,可以按照官方文档安装依赖 地址:https://github.com/zappa/Zappa#template 使用 # 初始化 zappa init #初始化文件配置信息,详细配置参阅链接:https://github.com/ 阅读全文
posted @ 2021-08-03 12:08 Star-Hitian 阅读(102) 评论(0) 推荐(0)
摘要: app1/views.py 1 from django.shortcuts import render, redirect, HttpResponse 2 from django.http import StreamingHttpResponse, FileResponse 3 import jso 阅读全文
posted @ 2021-08-03 11:19 Star-Hitian 阅读(1006) 评论(0) 推荐(0)