更改

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

导航菜单