标签:端口 bsp 方法 pid exce tomcat服务 find alt 就是
1.输入 netstat -ano|findstr 8080,回车,显示在最后面的数字就是我们tomcat进程的端口号。
2.输入 taskkill /pid 8080 /f 8080就是我们的端口号,回车,终止!
成功
标签:端口 bsp 方法 pid exce tomcat服务 find alt 就是
原文地址:https://www.cnblogs.com/YUJIE666/p/12254492.html