- 查询端口
netstat -ano
- 查询指定端口
netstat -ano | findstr "端口号"
- 根据进程PID查询进程名称
tasklist | findstr "进程PID号"
- 根据PID杀死任务
taskkill /f /pid "进程PID号"
- 根据进程名称杀死任务
taskkill -f -t -im "进程名称"
2024-04-16 08:52:39 阅读次数:45
netstat -ano
netstat -ano | findstr "端口号"
tasklist | findstr "进程PID号"
taskkill /f /pid "进程PID号"
taskkill -f -t -im "进程名称"
ssh服务除了实现“安全”的远程登录,命令执行,文件传递外,还可以基于隧道方式实现内网透传。
Nginx、Tomcat等项目部署问题及解决方案详解
【计算机网络实验】虚拟局域网组建
命令调用C#程序, 路径参数解析错误
【后端】【nginx】nginx常用命令
Arduino IDE界面和设置(基础知识)
win查找被占用端口
windows电脑使用netsh添加端口转发、设置端口转发和删除端口转发
解决本机电脑只能通过localhost访问,不能通过127.0.0.1访问
windows10或11家庭版实现远程桌面连接控制
文章
32268
阅读量
4684792
2025-04-09 09:13:17
2025-03-11 09:34:07
2025-03-10 09:50:17
2025-03-06 09:15:26
2025-03-06 09:14:22
2025-03-05 09:11:15
2023-04-27 08:03:06
2022-12-28 07:22:30
2023-04-06 09:56:15
2023-03-13 10:02:19
2023-05-05 10:01:40
2023-06-06 05:57:10