XP 用命令查看和殺死進程
1:查看8080端口占用情況:C:\Documents and Settings\Administrator>netstat -aon | findstr "8080"
TCP 0.0.0.0:8080 0.0.0.0:0 LISTENING 3608
2:查看進程
C:\Documents and Settings\Administrator>tasklist | findstr "3608"
javaw.exe 3608 Console 0 69,484 K
3.殺進程:
tskill 3608
Gavin
posted on 2011-11-28 15:28 GavinMiao 閱讀(580) 評論(0) 編輯 收藏 所屬分類: other