当前位置:网站首页>Solve the problem that port 8080 is occupied
Solve the problem that port 8080 is occupied
2022-08-11 06:57:00 【kerodaisuki】
Press win + R, then enter cmd, press Enter to enter the command window
Enter [ netstat -ano ] to view all used port numbers
Enter [ netstat -ano | findstr 8080 ] to see who is using 8080
![]()
Note the last few numbers it's pid
Enter [ taskkill -pid number (pid) -f ] and press Enter
![]()
This is done
If an error is reported that the occupation cannot be released,

Then just use the Run command window as administrator and that's it.
边栏推荐
猜你喜欢
随机推荐
实操指南:多个域名该买哪种SSL证书?
C-自定义类型(结构体、枚举、联合)
poco源码简单分析
【LeetCode-49】字母异位词分组
购买专栏请看看说明
BaseActvity的抽取
C语言-7月31日-指针的总结以及typedef关键字
解决8080端口被占用问题
无胁科技-TVD每日漏洞情报-2022-7-22
无胁科技-TVD每日漏洞情报-2022-7-21
2022年全国职业技能大赛网络安全竞赛试题B模块自己解析思路(9)
MySQL中忘记用户密码怎么办?
C# 基础之字典——Dictionary(一)
【LeetCode-56】合并区间
Lua 协同程序(coroutine)
Threatless Technology-TVD Daily Vulnerability Intelligence-2022-8-6
What should I do if I forget the user password in MySQL?
Lua 快速入门(三)——表(Table)
C语言-6月8日-给定一个字符数组‘i am a student’ 统计字符a的个数并进行输出
SSL证书为什么要选付费?









