1 找到占用1099号端口的进程
输入netstat -aon | findstr 1099,找到占用1099端口的进程ID:PID
2 将此进程kill掉
输入taskkill -f -pid PID
转载自https://www.jianshu.com/p/f69ca5f542bf
2024-02-12 10:49:16
输入netstat -aon | findstr 1099,找到占用1099端口的进程ID:PID
输入taskkill -f -pid PID
转载自https://www.jianshu.com/p/f69ca5f542bf