更改

跳到导航 跳到搜索
添加122字节 、 2019年11月18日 (一) 18:03
创建页面,内容为“== 查看80端口占用的程序 == # netstat -aon|findstr "80" # 拿到上一步返回的pid,tasklist|findstr {{PID}}”
== 查看80端口占用的程序 ==
# netstat -aon|findstr "80"
# 拿到上一步返回的pid,tasklist|findstr {{PID}}

导航菜单