Created
March 18, 2016 03:09
-
-
Save leohxj/a172fd9170954a6b4d15 to your computer and use it in GitHub Desktop.
[Window 通过cmd查看端口占用、相应进程、杀死进程等的命令](http://blog.csdn.net/jiangwei0910410003/article/details/18967441)
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| c:>netstat -ano|findstr "8080" | |
| c:>tasklist|findstr 3112 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment