摘要: count = 0 for name in algorithList: if not "." in name: # Name #是否有Demo #dataPath dfResult.loc[count] = [name, whetherDemo(name),rootPath + '/' + name 阅读全文
posted @ 2021-05-22 22:20 bH1pJ 阅读(23) 评论(0) 推荐(0) 编辑
摘要: 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) 编辑