会员
周边
新闻
博问
闪存
赞助商
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
hifalee
博客园
首页
新随笔
联系
订阅
管理
08 2021 档案
json读写
摘要:写 data = {'name': 'lin', 'email': 'xiaoqinglin2018@gmail.com'} with open('json_note.json', 'w') as f: # writing Json data json.dump(data, f,ensure_asc
阅读全文
posted @
2021-08-30 14:45
hifalee
阅读(45)
评论(0)
推荐(0)
导出项目所依赖的包
摘要:所有包的导出 pip freeze > requirements.txt 项目所依赖的包 pip install pipreqs pipreqs ./ 安装 pip install -r requirements.txt
阅读全文
posted @
2021-08-09 10:16
hifalee
阅读(39)
评论(0)
推荐(0)
公告