Win+R 打开运行 ,输入cmd 打开命令行窗口
假设要查询端口8080被占用情况,在命令行下输入:netstat -aon|findstr "8080"
netstat -aon|findstr "8080"
得到进程号 2996,继续输入命令: tasklist|findstr "2996"
tasklist|findstr "2996"
得到进程映像名称 TNSLSNR.EXE
Ctrl + Alt + delete 打开任务管理器,找到 名为 TNSLSNR.EXE的进程,右键,结束该进程
这样端口被占用的问题就解决了
No more than code.
Projects relative.
Collection of some online tools.
Never forget why you started, and your goal can be reached.