netstat -a -o -n // 列出网络中所有使用的端口tasklist /FI “PID eq 8080″ // 显示指定PID的程序内容taskkill /F /PID 2600 // 杀掉PID为2600的程序