摘要:
![](https://img2022.cnblogs.com/blog/2206052/202205/2206052-20220519173329547-432118977.png) ![](https://img2022.cnblogs.com/blog/2206052/202205/2206052-20220519173454124-1418802851.png) 阅读全文
摘要:
Anaconda 虚拟环境的sys.path路径问题 以OC_SORT为例,我创建了虚拟环境ocsort,并运行了如下命令 python3 setup.py develop 在利用YOLOX进行训练时出现了问题,于是我git clone了原版的YOLOX并切换到新的文件夹中,但是此时虚拟环境ocso 阅读全文
摘要:
Charlotte’s Web E. B. White Chapter I: Before Breakfast “Well,” said her mother, “one of the pigs is a runt. It’s very small and weak, and it will nev 阅读全文
摘要:
安装并启动Docker docker run -itd -u root codalab/codalab-legacy /bin/bash Unable to find image 'codalab/codalab-legacy:latest' locally latest: Pulling from 阅读全文
摘要:
本地生成私钥 在服务器创建~/.ssh文件夹,将本地id_rsa.pub上传到服务器 运行cat id_rsa.pub > authorized_keys 修改VSCode SSH配置文件 IdentityFile "LOCAL\PATH\TO\.ssh\id_rsa" 阅读全文
摘要:
sudo useradd -s /bin/bash -d /home/NAME/ -m -G sudo NAME 阅读全文
摘要:
![](https://img2022.cnblogs.com/blog/2206052/202205/2206052-20220503210250436-1202553436.png) 阅读全文
摘要:
https://github.com/cvxgrp/pymde 阅读全文
摘要:
我的解决方法是偶然发现的 因为在VSCode-ssh发现了这个问题 Error:ENOSPC:System limit for number of file watchers reached,watch '/home/XXX/.local/state/mume' Visual Studio Code 阅读全文
E576: Error while reading ShaDa file: last entry specified that it occupies 143 bytes Windows Neovim
摘要:
删除如下文件夹当中的内容即可 Linux rm ~/.local/share/nvim/shada/* Windows %LOCALAPPDATA%\nvim-data 阅读全文