
踩坑
青铜哥布林
这个作者很懒,什么都没留下…
展开
-
启动Tomcat时报 reason: Unable to ping server at localhost:1099
问题描述: 使用idea搭建好springboot框架,在启动服务的时候报错:Application Server was not connected before run configuration stop, reason: Unable to ping server at localhost:1099原因: 在配置tomcat的时候,我的JDK运行环境是9,而的tomcat版本是...原创 2020-03-14 18:08:28 · 1975 阅读 · 0 评论 -
com.sun.image.codec.jpeg找不到jar包解决方法
很多朋友在做图片压缩、图片处理的时候,一般都需要导入以下几个类:import com.sun.image.codec.jpeg.JPEGCodec; import com.sun.image.codec.jpeg.JPEGEncodeParam; import com.sun.image.codec.jpeg.JPEGImageEncoder; 然后很多朋友就疯狂的在网上找jpeg...原创 2020-01-19 15:16:54 · 4281 阅读 · 4 评论