1. netstat -ano #列出所有端口的情况
    2. netstat -aon|findstr [端口号] #查看被占用端口对应的PID
    3. tasklist|findstr [PID] #查看是哪个进程或者程序占用了2720端口