会员
周边
新闻
博问
闪存
赞助商
YouClaw
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
buyuCoder
积蹞步以至千里
首页
新随笔
订阅
管理
08 2024 档案
一行命令搞定windows查看端口占用
摘要:查询特定端口的占用情况: netstat -ano | findstr :<端口号> 查询9000端口占用,最后一列为进程ID netstat -ano | findstr :9000 查找进程ID对应的进程: tasklist | findstr <PID> 查询30564对应进程: taskli
阅读全文
posted @
2024-08-16 09:22
buyuCoder
阅读(175)
评论(0)
推荐(0)
公告