# 命令

#### 查找端口占用

<p class="callout info">netstat -ano | findstr :7002</p>

<p class="callout info">taskkill /F /PID 7292 杀死进程</p>