摘要:
后端部署文档 所用技术: nginx uwsgi supervisor daphne celery python3.6 技术讲解 python3.6 安装依赖: sudo apt install openssl* zlib* 从官网下载源码:sudo wget https://www.python. 阅读全文
摘要:
python字符串,列表,字典常用方法 字符串下标 str='asdfhjkl' print(str[2]) #输出: d #字符串 : a s d f h j k l #下标 : 0 1 2 3 4 5 6 7 #注: 字符串的下标从0开始 字符串切片 #切割符 : [] str='asdfhjk 阅读全文
摘要:
腾讯云图片上传 `安装相应包: pip install -U cos-python-sdk-v5 在腾讯云上申请密钥 创建自己的存储桶 PUT Object class Upload(APIView): def post(self,request): file=request.FILES.get(' 阅读全文