进程被占用,打开cmd终止掉进程就行了

1,首先找到端口  netstat -aon|findstr 1099

2,找到占用的进程 tasklist | findstr 14392

3,终止进程 taskkill /pid 14392 -f