摘要:
colors = (np.array(colors) * 255).astype(np.int) color = colors[i] cv2.rectangle(img, (x0, y0), (x1, y1), color, 2) """ tuple(colors[i]) (0, 255, 0) t 阅读全文
摘要:
https://stackoverflow.com/a/34926983 curl -x "" "0.0.0.0:8000" 阅读全文
摘要:
https://learn.microsoft.com/en-us/windows/wsl/wsl-config#configure-global-options-with-wslconfig 阅读全文
摘要:
有效序列的数量 我们定义一个有效序列为:该序列两端的数一个为最小值,另一个为次小值。(即序列两端以外的数一定大于等于最左边的数且大于等于最右边的数) 现在给你一个序列 a ,想让你找到它的连续子序列中有多少个有效序列(比如 ,1 2 ,2 3,1 2 3 是序列 1 2 3 的连续子序列,但是 1 阅读全文
摘要:
fuser -v /dev/nvidia* | xargs -n 1 pkill -9 阅读全文
摘要:
wget https://gitee.com/mirrors/oh-my-zsh/raw/master/tools/install.sh https://blog.csdn.net/qwe641259875/article/details/107201760/ 然后执行install.sh:./in 阅读全文
摘要:
https://stackoverflow.com/questions/41123313/git-is-not-ignoring-file-mode-changes-chmod-why 答案在这里 git 仓库创建之后,全局的修改实际上不会影响本地仓库的属性(默认覆盖) 因此,需要进入vim .gi 阅读全文
摘要:
从微软官网下载发行版 解压缩 再把 CanonicalGroupLimited.UbuntuonWindows_2004.2021.825.0\Ubuntu_2004.2021.825.0_x64.appx 解压缩 双击 .exe安装 即可 除了.exe 以及 ext4.vhdx,其他都可以删除 阅读全文
摘要:
在 Ctrl + Shift + P 命令菜单中选择 Customize CSS 这是我基于Solarized Light的配置文件 注意,只需要在系统中(我的是Win10)安装思源宋体 CN Medium,在系统的字体当中找到它对应的名字即可 /* Please visit the URL bel 阅读全文
摘要:
sudo apt update sudo apt install zsh chsh -s /usr/bin/zsh wget https://gitee.com/mirrors/oh-my-zsh/raw/master/tools/install.sh -O - | sh git clone htt 阅读全文