Loading

上一页 1 ··· 8 9 10 11 12 13 14 15 16 ··· 28 下一页
摘要: docker kill $(docker ps -q) docker rm $(docker ps -a -q) docker rmi $(docker images -q) 阅读全文
posted @ 2022-04-28 20:33 ZXYFrank 阅读(268) 评论(0) 推荐(0) 编辑
摘要: ![](https://img2022.cnblogs.com/blog/2206052/202204/2206052-20220428202019524-1691367829.png) 阅读全文
posted @ 2022-04-28 20:20 ZXYFrank 阅读(34) 评论(0) 推荐(0) 编辑
摘要: 升级WSL2 如果是WSL1,需要升级WSL2 https://docs.microsoft.com/en-us/windows/wsl/install#upgrade-version-from-wsl-1-to-wsl-2 wsl -l -v wsl --set-version Ubuntu-XX 阅读全文
posted @ 2022-04-28 10:13 ZXYFrank 阅读(298) 评论(0) 推荐(0) 编辑
摘要: 注意应该在Powershell当中运行命令 阅读全文
posted @ 2022-04-28 10:01 ZXYFrank 阅读(68) 评论(0) 推荐(0) 编辑
摘要: https://github.com/docker/for-win/issues/3088 https://stackoverflow.com/questions/68096476/docker-failed-to-initialize-on-windows 删除 C:\Users\XXX\AppD 阅读全文
posted @ 2022-04-28 09:30 ZXYFrank 阅读(1139) 评论(0) 推荐(0) 编辑
摘要: https://mokole.com/palette.html PALETTE = [ "B0C4DE", "FF00FF", "1E90FF", "FA8072", "EEE8AA", "FF1493", "7B68EE", "FFC0CB", "696969", "556B2F", "CD853 阅读全文
posted @ 2022-04-25 19:22 ZXYFrank 阅读(2032) 评论(0) 推荐(1) 编辑
摘要: 比如去掉#井号 ^[^#]*$ 阅读全文
posted @ 2022-04-25 19:19 ZXYFrank 阅读(217) 评论(0) 推荐(0) 编辑
摘要: rsync -av --progress SOURCE_FOLDER TARGET_FOLDER --exclude img1 假设文件结构是这样的(MOT17) SOURCE_FOLDER gt gt.txt img1 000001.jpg 000002.jpg seqinfo.ini 那么复制的 阅读全文
posted @ 2022-04-25 16:41 ZXYFrank 阅读(66) 评论(0) 推荐(0) 编辑
摘要: Some file permission examples: 777 - all can read/write/execute (full access). 755 - owner can read/write/execute, group/others can read/execute. 644 阅读全文
posted @ 2022-04-24 22:51 ZXYFrank 阅读(19) 评论(0) 推荐(0) 编辑
摘要: Recursive bayesian estimation Recursive Bayesian estimation, also known as a Bayes filter, is a general probabilistic approach for estimating an unkno 阅读全文
posted @ 2022-04-24 10:35 ZXYFrank 阅读(382) 评论(0) 推荐(0) 编辑
上一页 1 ··· 8 9 10 11 12 13 14 15 16 ··· 28 下一页