2017年2月23日

window下查杀占用端口的进程

摘要: 一、 查找占用的端口进程号,比如8080 C:> netstat –ano|findstr 8080 C:\Users\chry>netstat -ano | findstr 8080 TCP 0.0.0.0:8080 0.0.0.0:0 LISTENING 5940 TCP [::]:8080 ... 阅读全文

posted @ 2017-02-23 09:29 大象O无形 阅读(361) 评论(0) 推荐(0) 编辑

导航