苏铭客

导航

2015年4月27日 #

"org.eclipse.wst.validation" has been removed 导入maven 项目出错。

摘要: 在谷歌中找到解决方案: 右键关闭项目,在打开,将项目刷新,选中项目右键 》Maven4myeclipse 》Update maven project 错误消失。 若还有错误,将项目用maven命令 clean 下,在 mvn install发布到本地仓库。 阅读全文

posted @ 2015-04-27 14:22 苏铭客 阅读(309) 评论(0) 推荐(0) 编辑

2015年4月24日 #

java compiler level does not match the version of the installed java project facet 解决方案

摘要: 项目出现 java compiler level does not match the version of the installed java project facet 错误,一般是项目移植出现环境版本不一致造成的。 如图所示: 解决方案: 在资源管理器下,找到项目所在的目录,在.settin 阅读全文

posted @ 2015-04-24 11:34 苏铭客 阅读(202) 评论(0) 推荐(0) 编辑

Referenced file contains errors (http://www.springframework.org/schema/context). For more information, right click on the message in the Problems

摘要: spring 配置文件的DTD或schema出问题,一般两种情况:1.当前网络环境不稳定,按住ctrl+"http://www.springframework.org/schema/context/spring-context.xsd",无法看到配置的链接地址。此时可以这样解决 http://www... 阅读全文

posted @ 2015-04-24 11:29 苏铭客 阅读(1383) 评论(0) 推荐(0) 编辑

2015年4月22日 #

编译异常 Caused by: java.lang.UnsupportedClassVersionError:

摘要: 解决方案: 造成这种错误原因是的支撑Tomcat运行的JDK版本与支撑application运行的JDK版本不一致导致的. 把它们的JDK本改成一致步骤如下: 1.Window --> Preferences -->Java --> compiler中的compiler compliance lev 阅读全文

posted @ 2015-04-22 23:50 苏铭客 阅读(4345) 评论(0) 推荐(1) 编辑

无法启用插件,因为它引起了一个致命错误(fatal error)。

摘要: 关于wordpress不能启用某插件引发的错误,php 中 出错,Cannot redeclare wpb_getImageBySize()。这个问题也是在我wordpress版本从v4.1生成v4.1.2后产生的。 原来一直用着好好的,近期加了一个插件就引发了这个错误,在网上也搜了很多解决方案。 阅读全文

posted @ 2015-04-22 15:27 苏铭客 阅读(5525) 评论(0) 推荐(0) 编辑

2015年4月17日 #

SpringSide 部署showcase项目出现 JAX-RS (REST Web Services) 2.0 can not be installed错误!

摘要: maven+springmvc错误 JAX-RS (REST Web Services) 2.0 can not be installed项目problem提示错误JAX-RS (REST Web Services) 2.0 can not be installed : One or more co... 阅读全文

posted @ 2015-04-17 14:48 苏铭客 阅读(6822) 评论(0) 推荐(0) 编辑

springSide部署出现AnnotationConfigUtils.processCommonDefinitionAnnotations(…) is not public!

摘要: AnnotationConfigUtils.processCommonDefinitionAnnotations(…) is not public! Make sure you're using Spring 3.2.5 or better. The class was loaded from fi... 阅读全文

posted @ 2015-04-17 14:08 苏铭客 阅读(788) 评论(0) 推荐(0) 编辑