摘要: 文档: https://jira.readthedocs.io/en/latest/api.html jira提供了一系列的接口。包括给python,甚至 curl 来操作它 原本官方接口有限。但是可以通过一些骚操作来不那么正式的获取一些数据 #安装pip mac 自带了 easy_install 阅读全文
posted @ 2020-06-05 21:11 lesten 阅读(1827) 评论(0) 推荐(0)
摘要: import zipfile 使用zipfile 来压缩文件的时候,发现会带入文件的路径 with zipfile.ZipFile(os.path.join(uploadpath, "game.zip"), mode="w") as f: f.write(filename=gameContentPa 阅读全文
posted @ 2020-06-05 21:02 lesten 阅读(5499) 评论(0) 推荐(0)