window CMD 查找端口被占用
2021-03-12 11:29
阅读:442
标签:删除 bsp pid window strong kill taskkill win 被占用 1.查找 在CMD窗口中输入netstat -aon|findstr 80,80表示要查看的端口号。 eg::netstat -ano|findstr 25520 2.删除 window CMD 查找端口被占用 标签:删除 bsp pid window strong kill taskkill win 被占用 原文地址:https://www.cnblogs.com/lshan/p/12593552.html找到这个端口的占用PID后,就可以杀死这个进程,用下面的命令:
tasklist|findstr 25520;
taskkill /pid 834 -t -f;
文章来自:搜素材网的编程语言模块,转载请注明文章出处。
文章标题:window CMD 查找端口被占用
文章链接:http://soscw.com/index.php/essay/63653.html
文章标题:window CMD 查找端口被占用
文章链接:http://soscw.com/index.php/essay/63653.html
评论
亲,登录后才可以留言!