javaweb
文章平均质量分 88
Mr_DongLi
勇往直前
展开
-
mybatis javaweb java.lang.ClassNotFoundException: org.apache.ibatis.io.Resources
严重: Servlet.service() for servlet [WelcomeServelet] in context with path [/Test] threw exception [Servlet execution threw an exception] with root cause java.lang.ClassNotFoundException: org.apache.ibatis.io..原创 2016-12-03 13:37:00 · 9292 阅读 · 6 评论 -
Java代码使用工程中的图片
在项目根下新建resources目录,然后把resources目录加到Build Path里。把img放到resources目录下。利用如下代码ImageIO.read(getClass().getClassLoader().getResource("images/icon.png"))得到Image对象。原创 2017-06-29 16:56:30 · 3039 阅读 · 0 评论