07 2022 档案
摘要:Linux 按照文件名找到所有Python 进程并且结束 pkill -9 -f XXX(Pattern) https://stackoverflow.com/questions/8987037/how-to-kill-all-processes-with-a-given-partial-name
阅读全文
摘要:右键,导出成为.rdf格式 选择File-Import,选择 就可以导入一整个文件夹了
阅读全文
摘要:可以采用翻译软件翻译 Temporal RoI Align for Video Object Recognition TL;DR Goal: exploit temporal information for the same object instance in a video. RPN -> pr
阅读全文
摘要:https://about.gitlab.com/handbook/markdown-guide/
阅读全文
摘要:https://docs.wandb.ai/guides/track/advanced/distributed-training def is_dist_avail_and_initialized(): if not dist.is_available(): return False if not
阅读全文
摘要:关闭keyboard shortcut markdown.extension.onBackspaceKey即可
阅读全文
摘要:https://github.com/microsoft/debugpy/issues/926#issuecomment-1151117230 把这个勾选掉
阅读全文
摘要:发现 git config --global --unset-all http.proxy git config --global --unset-all https.proxy git config --global http.proxy "http://127.0.0.1:XXXXX" git
阅读全文
摘要:如何解决VSCode Vim中文输入法切换问题? - jackiexiao的回答 - 知乎 https://www.zhihu.com/question/303850876/answer/1421313587 方案1 #SingleInstance, force Ctrl & [:: ; Send,
阅读全文
摘要:sudo apt-get autoclean
阅读全文
摘要:Neovim 安装 https://github.com/neovim/neovim/releases/tag/v0.7.2 Windows 将neovim/bin添加到系统变量中 Neovim 配置 安装插件 创建init.vim文件 python -m pip install neovim 安装
阅读全文
摘要:下载并安装 install from download https://github.com/neovim/neovim/wiki/Installing-Neovim#install-from-download 配置环境变量 系统变量/Path D:\ProgramFiles\Neovim\bin
阅读全文
摘要:可以采用 pip list | grep XXX 来先确认一下有没有安装成功 要注意在VSCode当中调试时的解释器是通过select Python Interpreter决定的。 一定要仔细看调试一开始的命令信息,python路径是否正确
阅读全文