Wlxyzxyz's Blog

nginx 多个location

2018/7/25

在 /var/www/www2 目录下新建html文件index.html。 ```shell /var/www# tree . ├── html │ ├── index.nginx

vim配置

2018/6/30

# 1. 插件 下载plug.vim ``` curl -fLo ~/.vim/autoload/plug.vim --create-dirs \ https://raw.gi

windows查看端口

2018/2/22

netstat -ano 端口 netstat -an | findstr “字符串”