查询指定的端口号
powershell
netstat -apn | grep 端口号
关闭指定端口
powershell
fuser -k -n tcp 端口号
示例
查看19010端口,如下图,30799为进程
关闭19010端口,再次查询,进程被关闭