摘要: 记录下 start /d "%NGINX_BASE%" start-nginx.bat 阅读全文
posted @ 2022-05-25 11:32 佩洛君 阅读(457) 评论(0) 推荐(0) 编辑
摘要: 网上总是不准,还不如自己写,省时省力 1.查看所有进程占用的端口(基本没用,谁没事看所有端口?) netstat –ano 2.看指定端口PID,最后一位数字,即PID netstat -ano|findstr 80 3.按照PID kill进程 taskkill /pid 2472 -t -f 阅读全文
posted @ 2022-05-25 09:54 佩洛君 阅读(380) 评论(0) 推荐(0) 编辑