【工具】之003-Windows下常用工具
2020-12-24 08:26
阅读:501
标签:stat shell pre window 端口号 code 名称 exe 指定端口 通过端口号找到对应进程 PID 通过进程 PID 杀死指定进程 【工具】之003-Windows下常用工具 标签:stat shell pre window 端口号 code 名称 exe 指定端口 原文地址:https://www.cnblogs.com/ljmatlight/p/13445990.html写在前面
我很懒,,,不想敲一个命令一个命令敲。。。
“偷懒是有前提的,不是之前,就是之后。”
常用命令
Windows
已知进程名称
:: Windows 下 杀死指定进程
taskkill /f /t /im java.exe
已知进程端口号
:: 查找指定端口占用程序的PID
netstat -aon | findstr "4000"
:: 通过 PID 杀死指定进程
taskkill /pid 1700
文章来自:搜素材网的编程语言模块,转载请注明文章出处。
文章标题:【工具】之003-Windows下常用工具
文章链接:http://soscw.com/index.php/essay/37874.html
文章标题:【工具】之003-Windows下常用工具
文章链接:http://soscw.com/index.php/essay/37874.html
评论
亲,登录后才可以留言!