???????windows
????1??????????????
????cmd > netstat -ano
????2?????8080?????????
????cmd > netstat -ano|findstr 8080
????3???????????????????
????cmd > tasklist|findstr PID
????????????2?????????
????4?????????y???
????cmd > ntsd -c q -p PID
????????Linux
????1?????8080?????????????????pid/??????
????netstat -apn | grep 8080Q
????2??????????
????ps -ef | grep PID
????3??????y???
????kill -9 PID