11 2021 档案

摘要:地址:https://leetcode-cn.com/problems/teemo-attacking/ 1 ''' 2 在《英雄联盟》的世界中,有一个叫 “提莫” 的英雄。他的攻击可以让敌方英雄艾希(编者注:寒冰射手)进入中毒状态。 3 4 当提莫攻击艾希,艾希的中毒状态正好持续 duration 阅读全文
posted @ 2021-11-10 21:15 菜小鱼~ 阅读(91) 评论(0) 推荐(0) 编辑
摘要:使用python脚本调用 cmd命令,主要用到了 os.system 方法,以下是几个常用的语法 1 import os 2 3 1.判断目录是否存在,如果不存在,就新增 4 if not os.path.exists(new_path): 5 os.makedirs(new_path) 6 7 8 阅读全文
posted @ 2021-11-09 09:00 菜小鱼~ 阅读(3282) 评论(0) 推荐(0) 编辑
摘要:使用git clone包时报了这个错: error: RPC failed; curl 18 transfer closed with outstanding read data remainingerror: 7777 bytes of body are still expectedfetch-p 阅读全文
posted @ 2021-11-02 19:35 菜小鱼~ 阅读(1349) 评论(0) 推荐(0) 编辑

点击右上角即可分享
微信分享提示