上一页 1 ··· 145 146 147 148 149 150 151 152 153 ··· 329 下一页
摘要: count = 0for name in algorithList: if not "." in name: # Name #是否有Demo #dataPath dfResult.loc[count] = [name, whe... 阅读全文
posted @ 2021-05-22 22:21 bH1pJ 阅读(47) 评论(0) 推荐(0) 编辑
摘要: 阅读全文
posted @ 2021-05-22 21:56 bH1pJ 阅读(73) 评论(0) 推荐(0) 编辑
摘要: How to remove a too large file in a commit when my branch is ahead of master by 5 commits https://web.archive.org/web/2019020721... 阅读全文
posted @ 2021-05-22 21:36 bH1pJ 阅读(40) 评论(0) 推荐(0) 编辑
摘要: 方案1:只下载最近的一次commit 方案2: 对.git文件进行瘦身 第一步:git rev-list --objects --all 看看所有的文件,哪些是需要你删除的? 第二步:删除“YJY_GUI/build”文件夹 git filter-... 阅读全文
posted @ 2021-05-22 16:50 bH1pJ 阅读(116) 评论(0) 推荐(0) 编辑
摘要: sh文件执行完就退出了,如何暂停 在后边加一个sleep 100000 或者在vscode中使用shell 阅读全文
posted @ 2021-05-22 16:36 bH1pJ 阅读(468) 评论(0) 推荐(0) 编辑
摘要: 管理员运行powershell set-ExecutionPolicy RemoteSigned 阅读全文
posted @ 2021-05-22 15:59 bH1pJ 阅读(21) 评论(0) 推荐(0) 编辑
摘要: """获取当前目录"""print(os.getcwd())print(os.path.abspath(os.path.dirname(__file__)))"""获取上一级目录"""print(os.path.abspath(os.path.dirname(... 阅读全文
posted @ 2021-05-18 17:26 bH1pJ 阅读(121) 评论(0) 推荐(0) 编辑
摘要: exist('../../../../YJY_GUI/software_try.json') 阅读全文
posted @ 2021-05-18 16:38 bH1pJ 阅读(82) 评论(0) 推荐(0) 编辑
摘要: def updateConfigFile(self,result): with open('software_try.json', 'w') as f: json.dump(result, f) 阅读全文
posted @ 2021-05-18 16:09 bH1pJ 阅读(81) 评论(0) 推荐(0) 编辑
摘要: 返回值就是widget,可以直接拿来用。 阅读全文
posted @ 2021-05-18 15:47 bH1pJ 阅读(86) 评论(0) 推荐(0) 编辑
上一页 1 ··· 145 146 147 148 149 150 151 152 153 ··· 329 下一页