Skip to content

Instantly share code, notes, and snippets.

@longforfreedom
Last active December 28, 2015 07:18
Show Gist options
  • Save longforfreedom/7462991 to your computer and use it in GitHub Desktop.
Save longforfreedom/7462991 to your computer and use it in GitHub Desktop.
### Windows中查看那个进程占用端口
`netstat -aon|findstr "80"`
`tasklist|findstr "1648"`
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment