netstat -aon|findstr "5037"
找到占用5037的进程号;
根据进程号杀死进程
taskkill /pid 5136 /f
tasklist|findstr "2016"
根据进程号2016找到占用5037的程序