返回顶部
摘要: Linux crontab 命令 阅读全文
posted @ 2020-05-22 22:25 Be-myself 阅读(117) 评论(0) 推荐(0) 编辑
摘要: json 格式 保存至文件 import json tmp = { "aaa" : "111", "bbb" : '222' } # indent参数是设置json缩进量的 # ensure_ascii=False 表示不要以ascii码格式写入文件 with open("tmp.txt", "w" 阅读全文
posted @ 2020-05-22 10:51 Be-myself 阅读(1437) 评论(0) 推荐(0) 编辑
levels of contents 点击查看具体代码内容