cmd命令之查看进程到杀掉进程
1. cmd命令查看当前进程 netstat -ano | findstr “port” 2. 查看当前端口号的应用程序 tasklist | findstr “9372” ...
1. cmd命令查看当前进程 netstat -ano | findstr “port” 2. 查看当前端口号的应用程序 tasklist | findstr “9372” ...