2021-11-02 idea报错 Web server failed to start. Port 8080 was already in use.

内容分享5个月前发布
5 0 0
全能 AI 聚合平台 免费

一站式接入主流 AI 大模型,支持对话 · 生图 · 生视频,即开即用

ChatGPT Claude Gemini Grok DeepSeek 通义千问 Ollama
AI对话 AI生图 AI视频
免费使用 →

1.输入命令  netstat -ano|findstr 8080  查看占用8080端口的进程列表:

2021-11-02 idea报错 Web server failed to start. Port 8080 was already in use.

2.输入命令  tastlist|findstr “12272”  查看占用端口的应用:

2021-11-02 idea报错 Web server failed to start. Port 8080 was already in use.

3.输入命令  taskkill /pid 12272 /f  终止占用8080端口的应用:

2021-11-02 idea报错 Web server failed to start. Port 8080 was already in use.

© 版权声明

相关文章

暂无评论

none
暂无评论...