摘要:
Zotero 配置 知乎 基本配置——不关ZotFile的事! 什么都不用配置 然后安装Zotfile Zotfile->General Settings->Location of files->Attach stored copy of files 需要使用的时候 拖放文献 或者直接采用Chrom 阅读全文
摘要:
把这个取消勾选就行了 阅读全文
摘要:
在该文件夹下新建一个 XXX.code-workspace { "folders": [ { "path": "." } ], "settings": {} } 以后就打开这个工作区就可以了 建议配合Listary使用 阅读全文
摘要:
允许应用后台弹出页面 阅读全文
摘要:
; #IfWinActive ahk_class AcrobatSDIWindow ; h::Send {Left} ; Return #IfWinActive ahk_class AcrobatSDIWindow j::Send {Down} ^d::Send {Down 20} Return # 阅读全文
摘要:
https://stackoverflow.com/questions/62240589/tell-sublime-text-3-to-always-default-to-word-wrap-column-automatic // Disables horizontal scrolling if e 阅读全文
摘要:
; https://www.autohotkey.com/board/topic/127255-how-do-i-create-a-hotkey-for-key-sequence-ctrlshiftg-ctrlshiftu/ CapsLock & p:: msg := " ( 0 for remov 阅读全文
摘要:
Github.Latex-Workshop上的Issue "latex-workshop.synctex.afterBuild.enabled": true, "latex-workshop.latex.autoBuild.run": "onSave", "latex-workshop.view.p 阅读全文
摘要:
Groupings and backreferences 注意,不需要使用repr 阅读全文
摘要:
import re import urllib.parse # https://learnbyexample.github.io/py_regular_expressions/groupings-and-backreferences.html s = input("input string for 阅读全文