查詢kill這個進程
查詢這個端口號的進程號是多少
netstat -ano | findstr 8081
殺了這個進程
tasklist /F /PID 1234
posted @ 2010-06-25 17:52 何方 閱讀(260) | 評論 (0) | 編輯 收藏
2010年6月25日 #
查詢這個端口號的進程號是多少
netstat -ano | findstr 8081
殺了這個進程
tasklist /F /PID 1234
posted @ 2010-06-25 17:52 何方 閱讀(260) | 評論 (0) | 編輯 收藏