Loading

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