08 2023 档案
vscode tab 跳转 enter补全
摘要:原链接 vscode -> 左下角设置 -> 键盘快捷键方式 -> json模式 [ { "key": "tab", "command": "acceptSelectedSuggestion", "when": "suggestWidgetVisible && textInputFocus" },
改变端口号shell脚本
摘要:1 # 开启端口 2 function startProxy(){ 3 export https_proxy=https://127.0.0.1:7890; 4 export http_proxy=http://127.0.0.1:7890; 5 export all_proxy=socks5://