windows 查找端口占用

在cmd  窗口运行命令:netstat -ano | findstr 8888

发现占用为:1332。运行命令:tasklist | findstr "1332"

发现占用程序为ORA.exe

 

posted @ 2022-12-08 13:41  fantastiLi  阅读(31)  评论(0)    收藏  举报