摘要: Windows平台 两步方法 : 1 查询端口占用,2 强行杀死进程 netstat -aon|findstr "8080" taskkill /pid 4136-t -f 在windows命令行窗口下执行过程 1.查看指定端口的占用情况netstat -aon|findstr "8080" 协议 阅读全文
posted @ 2019-01-08 11:38 wangle100 阅读(621) 评论(0) 推荐(0) 编辑