更改

跳到导航 跳到搜索
添加11字节 、 2019年11月18日 (一) 18:04
无编辑摘要
第1行: 第1行:  
== 查看80端口占用的程序 ==
 
== 查看80端口占用的程序 ==
 
# netstat  -aon|findstr  "80"
 
# netstat  -aon|findstr  "80"
# 拿到上一步返回的pid,tasklist|findstr {{PID}}
+
# 拿到上一步返回的pid,<code>tasklist|findstr {PID}</code>

导航菜单