1. netstat -aon
2. netstat -aon|findstr "端口" : 查看指定端口的占用情况
3. tasklist|findstr "进程ID" :查看对应进程的任务
4. taskkill taskkill /f /t /im phpstorm64.exe
1. netstat -aon
2. netstat -aon|findstr "端口" : 查看指定端口的占用情况
3. tasklist|findstr "进程ID" :查看对应进程的任务
4. taskkill taskkill /f /t /im phpstorm64.exe