11 2022 档案
摘要:选择很多条目,拖拽到左下角的标签处就可以了 如果想要删除,按住shift即可 https://forums.zotero.org/discussion/64065/tagging-multiple-items-at-once
阅读全文
摘要:Hexo 配置多个git账号 生成秘钥 ssh-keygen -t rsa -f ~/.ssh/这里是新密钥名称 -C "这里是你的邮箱" 假定新秘钥名称 id_rsa_abc 邮箱YOUR_EMAIL@gmail.com 公钥配置到对应的github账号中 .pub文件可以直接用文本打开 内容粘贴
阅读全文
摘要:https://stackoverflow.com/questions/25311743/undo-git-rm-r-cached If you've run only git rm -r --cached, try doing a git reset HEAD . from within your
阅读全文
摘要:保留xxx.synctex.gz锚点文件 https://zhuanlan.zhihu.com/p/260081528
阅读全文