当前位置:网站首页>解决端口占用问题
解决端口占用问题
2022-08-05 05:13:00 【Ly666_ever】
一、打开命令窗口或者power shell
命令窗口:开始—->运行—->cmd(window+R 组合键)
PowerShell:开始—->运行—->PowerShell (也可以直接搜索PowerShell)
二、查找所有运行的端口
输入命令:
netstat -ano

三、查看被占用端口对应的 PID
输入命令:
netstat -aon|findstr "2008"
四、查看指定 PID 的进程
输入命令:
tasklist|findstr "8912"
五、结束进程
强制(/F参数)杀死 pid 为 8912 的所有进程包括子进程(/T参数):
taskkill /T /F /PID 8912
边栏推荐
猜你喜欢

【过一下12】整整一星期没记录
![[Go through 7] Notes from the first section of the fully connected neural network video](/img/e2/1107171b52fe9dcbf454f7edcdff77.png)
[Go through 7] Notes from the first section of the fully connected neural network video

vscode+pytorch使用经验记录(个人记录+不定时更新)

【过一下4】09-10_经典网络解析

How can Flutter parent and child components receive click events

位运算符与逻辑运算符的区别

第三讲 Gradient Tutorial梯度下降与随机梯度下降

第四讲 back propagation 反向传播
![[cesium] 3D Tileset model is loaded and associated with the model tree](/img/03/50b7394f33118c9ca1fbf31b737b1a.png)
[cesium] 3D Tileset model is loaded and associated with the model tree

Flex layout frog game clearance strategy
随机推荐
ES6 Set、WeakSet
【技能】长期更新
软件设计 实验四 桥接模式实验
数据库实验五 备份与恢复
2022杭电多校第一场01
【过一下 17】pytorch 改写 keras
"Recursion" recursion concept and typical examples
pycharm中调用Matlab配置:No module named ‘matlab.engine‘; ‘matlab‘ is not a package
[Go through 3] Convolution & Image Noise & Edge & Texture
【练一下1】糖尿病遗传风险检测挑战赛 【讯飞开放平台】
Requests the library deployment and common function
Algorithms - ones and zeros (Kotlin)
将照片形式的纸质公章转化为电子公章(不需要下载ps)
Transformation 和 Action 常用算子
序列基础练习题
coppercam入门手册[6]
Pycharm中使用pip安装第三方库安装失败:“Non-zero exit code (2)“的解决方法
[Go through 7] Notes from the first section of the fully connected neural network video
【微信小程序】WXML模板语法-条件渲染
Returned object not currently part of this pool