PowerShell 查找端口占用 (图)

根据端口,查找进程
Get-NetTCPConnection -LocalPort 3306

根据进程,查看程序
Get-Process -Id 12440

image

posted @ 2025-09-12 09:19  天外游心  阅读(3)  评论(0)    收藏  举报