查看端口占用并结束进程
摘要:
1、win + r,输入cmd,进入命令行窗口 输入netstat -an | findstr "9090"命令,其中“9090”是端口 分别为:协议、本地地址、外部地址、状态、PID 其中“10020”为PID 2、输入tasklist | findstr "10020"查看被哪个应用程序所占用 阅读全文
posted @ 2016-04-14 17:08 ycyoes 阅读(419) 评论(0) 推荐(0) 编辑