摘要:
1. 查看所有端口占用 netstat -ano 2. 查看指定端口占用 netstat -ano | findstar "8080" 其中11152 对应为进程号 3. 查看进程号对应的进程 tasklist | findstr "11152" 4. 结束进程 taskkill /f /t /im 阅读全文
posted @ 2017-02-10 10:07 work hard work smart 阅读(191) 评论(0) 推荐(0)
|
|||
摘要:
1. 查看所有端口占用 netstat -ano 2. 查看指定端口占用 netstat -ano | findstar "8080" 其中11152 对应为进程号 3. 查看进程号对应的进程 tasklist | findstr "11152" 4. 结束进程 taskkill /f /t /im 阅读全文
posted @ 2017-02-10 10:07 work hard work smart 阅读(191) 评论(0) 推荐(0) |
|||