
python
小黄人V
Talk is cheap. Show me the code.
展开
-
django 安装rest_framework+jwt+Swagger+simpleui
【代码】django 安装rest_framework+jwt+Swagger+simpleui。原创 2023-06-15 11:56:50 · 274 阅读 · 0 评论 -
python将内存数据压缩成zip
# !user/bin/env python3# -*-coding : utf-8 -*-import zipfilefrom io import BytesIOimport osclass InMemoryZIP(object): def __init__(self): # create the in-memory file-like object self.in_memory_zip = BytesIO() def append(sel原创 2021-09-17 12:57:26 · 466 阅读 · 0 评论