满意答案 路见不平badao 推荐于 2017.09.14 采纳率:52% 等级:6 已帮助:908人 摘自MSDN: -------------------------------------------------------------------------------- kbhit() Does Not Take Character out of Buffer Article Las…
idea使用tomcat启动时报错error running ‘unnamed’:unable to connect to the localhost:8080解决方案
第一种
首先确认当前没有运行tomcat及其他进程占用端口,可以使用在cmd命令行窗口中输入命令
netstat -aon | findstr 8080查看当前使用8080端口的PID&#…