摘要: CBV&APIView 权限&频率组件 内置频率组件 版本控制组件 解析器 序列化组件 视图组件 阅读全文
posted @ 2019-04-12 13:02 SwZ1886 阅读(312) 评论(0) 推荐(0) 编辑
摘要: 指定元类 元类实现单例 阅读全文
posted @ 2019-04-12 11:16 SwZ1886 阅读(231) 评论(0) 推荐(0) 编辑
摘要: sort_keys=True, indent=4, separators=(',', ': ') #格式 json.dumps(response,sort_keys=True, indent=4, separators=(',', ': '),ensure_ascii=False) #ensure_ascii 解析中文 #自定制json class MEncode(json.JSON... 阅读全文
posted @ 2019-04-12 11:05 SwZ1886 阅读(131) 评论(0) 推荐(0) 编辑
摘要: 基本使用 框架结构 手动添加任务 result查看结果 定时任务 循环定时提交任务 阅读全文
posted @ 2019-04-12 11:00 SwZ1886 阅读(241) 评论(1) 推荐(0) 编辑
摘要: max() height = {'swz':180, 'dj':170, 'zs':160, 'fll':150} max(height, key=lambda x:height[x]) map():映射 namel=['dj','fll','zs'] map(func,namel) map(lam 阅读全文
posted @ 2019-02-14 09:12 SwZ1886 阅读(138) 评论(0) 推荐(0) 编辑