Skip to content

Instantly share code, notes, and snippets.

@fancyboynet
Last active April 10, 2018 07:19
Show Gist options
  • Save fancyboynet/14d92648beac8aaba863d1b722900b00 to your computer and use it in GitHub Desktop.
Save fancyboynet/14d92648beac8aaba863d1b722900b00 to your computer and use it in GitHub Desktop.
cmd常用命令

删除指定进程

taskkill /pid {pid} /f

获取指定端口进程pid

netstat -ano | findstr :8090
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment