目前常用的快捷键,有其他新的频繁使用的快捷键后再添加。 1. 代码选择快捷键 列选择:ctrl+shift+鼠标左击 或者 按压鼠标滚轮滚动 选择下一个匹配:ctrl+d ,首次使用是选择相邻对象 选择所有匹配:ctrl+shift+L 选择所有匹配 ctrl+left/right: 向左/右以对象间隔移动光标 shift+left/right:向…
1. 环境说明 os: windows 10 python: 3.6.4 django: 1.11.27 LTS commander: powershell (下面命令行均使用 powershell) code editor: vscode django LTS版本周期:1.11:2017.12-2020.4 2.2:2019.12-2022.4。…
1. windows鼠标右键打开项 vscode windows鼠标右键打开项,新建 reg 文件并写入以下内容(修改 D:\\vscode 为自己安装路径)后双击添加到注册表: Windows Registry Editor Version 5.00 [HKEY_CLASSES_ROOT\*\shell\Open with VScode] [HK…
记录 frp 穿透 http 以及 ssh 服务的相关配置,以及 nginx 反代理 frp 的 http 到三级域名。 我的环境: 阿里云ECS OS: Ubuntu20.04 1. 服务端 官方 repo: fatedier/frp 下载: # 下载 wget https://github.com/fatedier/frp/releases/d…
安装并配置 nginx。 1. 安装 安装以 centos7 为例。 安装 epel 源。以及安装 yum-utils,其 内部的 yum-config-manager 可以用来更改某些源中软件的默认安装版本: yum install epel-release yum-utils -y 安装 nginx: yum install -y nginx …