好得很程序员自学网

<tfoot draggable='sEl'></tfoot>

Windows命令集合 - Windows操作系统 - 自学php


Windows命令集合

 

1. 重启 windows 网卡命令

 

rem 禁用网卡

 

netsh interface set interface 本地连接 disabled

 

rem 启用网卡

 

netsh interface set interface 本地连接 enabled

 

2. 查看端口使用情况及使用进程或服务的PID

 

netstat -ano

 

查看更多关于Windows命令集合 - Windows操作系统 - 自学php的详细内容...

  阅读:47次