Skip to content

Instantly share code, notes, and snippets.

@leohxj
Created March 18, 2016 03:09
Show Gist options
  • Select an option

  • Save leohxj/a172fd9170954a6b4d15 to your computer and use it in GitHub Desktop.

Select an option

Save leohxj/a172fd9170954a6b4d15 to your computer and use it in GitHub Desktop.
[Window 通过cmd查看端口占用、相应进程、杀死进程等的命令](http://blog.csdn.net/jiangwei0910410003/article/details/18967441)
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