使用idea的报错

心已入冬 提交于 2020-02-28 02:17:43

1.idea tomcat运行时出现 Address localhost:8080 is already in use

使用netstat -ano|finder"8080"来找到相对应的端口,然后直接在任务管理器PID那一栏中关掉它就可以了


2.没有找到servlet包:

https://blog.csdn.net/q343509740/article/details/79515911

3.Address already in use :NET_Bind

先找到端口,然后在任务管理器里面找发现竟然就是idea。。然后重启了一下idea,可以运行了

4.IDEA连接mysql:Server returns invalid timezone. Go to 'Advanced' tab and set 'serverTimezone' prope

https://blog.csdn.net/wsf0001/article/details/103391810

5.idea连接Mysql的时候一定要先把mysql打开

 

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!