10 2021 档案
摘要:; #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
阅读全文
摘要:比如要对知乎的正则表达式转义 https://www.zhihu.com/equation?tex=\hat{A},+\hat{B}+=+\arg+\min_{A,+B}+\sum_{i=1}^n+||x_i+-+AB^Tx_i||_2^2+++\lambda_1\sum_{j=1}^k||\bet
阅读全文
摘要:强制删除除了.tex以外的所有辅助文件,重新编译一下即可。 如果有语法错误能检查出来,也尽量人工排查一下
阅读全文
摘要:
阅读全文
摘要:调出VSCode 的控制面板,选择select Python Interpreter,选择对应的那个 可以先用 which -a python找到对应的Python版本
阅读全文
摘要:首先初始化ArgumentParser,然后添加命令行参数 yaml的解析结果是一个字典,可以用来更新parser,注意不是parser.parse_args()的结果 然后最后可以用parser.parse_args(remaining),用命令行当中的内容覆盖掉YAML当中的内容 from os
阅读全文
摘要:"vim.useSystemClipboard": true, 寄存器使用命令"ayy存储到a 注意:是引号+a
阅读全文
摘要:窗口大小设置:在settings.json里面添加 "window.newWindowDimensions": "maximized", https://github.com/Microsoft/vscode-docs/blob/vnext/release-notes/v1_9.md#control
阅读全文
摘要:在全局Setting 里面加入 "launch": { "configurations": [ { "name": "Python: 当前文件,当前路径", "type": "python", "request": "launch", "program": "${file}", "console":
阅读全文
摘要:搜索这几个快捷键设置 Trigger Parameter Hints Trigger Suggest toggleSuggestionDetails 注意:默认的`ctrl+.`以及`ctrl+space`都容易被输入法屏蔽掉,建议改成`ctrl+alt+h`(hint)
阅读全文
摘要:准备工作 下载最新Anaconda,直接使用自带的Python版本即可 注意更新系统变量,执行source ~/.bashrc 更换清华Anaconda源 安装gym conda install -c conda-forge -c powerai gym 或者 pip install --upgra
阅读全文
摘要:set smartindent set softtabstop=4 set nu set expandtab set shiftwidth=4 inoremap ( ()<LEFT> inoremap { {}<LEFT> inoremap [ []<LEFT> set vb t_vb= set i
阅读全文
摘要:CapsLock & .:: ; total commander folder := GetActiveExplorerPath() script := """D:\ProgramFiles\totalcmd\totalcmd.exe"" /R=""" . folder . """" Run, %
阅读全文
摘要:Windows Registry Editor Version 5.00 [HKEY_CLASSES_ROOT\Drive\shell] @="open" [HKEY_CLASSES_ROOT\Drive\shell\open] [HKEY_CLASSES_ROOT\Drive\shell\open
阅读全文
摘要:长摁一个F1 - F3 的蓝牙配置键,然后就可以找到了
阅读全文