开发工具
HayPinF
这个作者很懒,什么都没留下…
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
git rm -r cached <dir>按层次遍历目录导致删除目录下文件时“未匹配任何文件“错误
haypin@MBP ~/cpp_cmake_js_java_python main ✚ git add *haypin@MBP ~/cpp_cmake_js_java_python main ✚ find . \( -ipath './js*' -o -ipath '*build*' -o -ipath '*idea*' \) -a -not -ipath '*venv*' -a -print|xargs git rm --cachedfatal: 未提供 -r..原创 2022-01-27 10:14:42 · 1252 阅读 · 0 评论 -
gitlab配置了ssh但clone仍提示输入密码
参考:gitlab用户添加ssh免密钥认证后clone还是要求输入密码_ultra seven的博客-优快云博客我没有耐心去看服务器了,直接在本地重新生成另一个rsa公私钥对,将公钥增加到gitlab的ssh keys,再clone ssh的仓库地址时就不提示输入密码了,算是简单粗暴的解决办法...原创 2021-10-19 10:10:05 · 2975 阅读 · 0 评论 -
VScode官网安装包可用wget下载的链接
wget -c https://code.visualstudio.com/sha/download\?build\=stable\&os\=linux-deb-x64断点续传大法好。转载 2021-08-06 18:26:52 · 1903 阅读 · 0 评论 -
iterm2拆分面板及子面板导航快捷键
先镇官网:https://iterm2.com/documentation-one-page.html拆分面板的内容:Split PanesiTerm2 allows you to divide a tab into many rectangular "panes", each of which is a different terminal session. The shortcuts cmd-d and cmd-shift-d divide an existing session .转载 2021-07-28 15:48:28 · 969 阅读 · 0 评论 -
VScode Python跳转定义失败的可能解决办法
现象:ctrl+鼠标左击函数,一直显示loading,但不能成功跳转。解决办法:前提是已经安装了微软的Python扩展,会连带安装Jupyter和Pylance两个拓展我的解决办法是重新安装pylint,官网有介绍安装方法,可以apt-get下载安装:sudo apt-get install pylint,或pip install pylint安装模块,然后重启VScode,最好的情况是VScode自己提示并下载安装Pylint。...原创 2021-07-12 14:04:06 · 4061 阅读 · 3 评论
分享