摘要: windows下面查看端口占用情况:netstat -ano|findstr "8888"TCP 127.0.0.1:8888 0.0.0.0:0 LISTENING 6876上面的意思是说端口号8888被进程号6876占用,如果想停止这个... 阅读全文
posted @ 2014-04-24 17:04 小侠女 阅读(240) 评论(0) 推荐(0)