上一页 1 ··· 93 94 95 96 97 98 99 100 101 ··· 134 下一页
摘要: 1.xml文件的schema也是经过jdk编译器编译的,如果xsd没引入完整,而xml中又用到了这些标签,就会编译不通过啊。 2.java编译器会下载xsd的指定链接文件,加在代码里,一起编译 阅读全文
posted @ 2016-11-25 16:57 跨境电商杂货铺 阅读(394) 评论(0) 推荐(0) 编辑
摘要: eclipse中导入工程,报这个错'<>'operator is not allowed for source level below 1.7,把jdk改成1.7后,提示Android requires compiler compliance level 5.0 or 6.0. Found '1.7 阅读全文
posted @ 2016-11-25 16:51 跨境电商杂货铺 阅读(2563) 评论(0) 推荐(0) 编辑
摘要: eclipse 提示 @Override must override a superclass method 问题解决 今天新换了一个Eclipse 版本: Build id: 20140224-0627.把原有的工程项目导入时,在使用 @Override 出现以下错误: The method ** 阅读全文
posted @ 2016-11-25 16:50 跨境电商杂货铺 阅读(4822) 评论(0) 推荐(0) 编辑
摘要: eclipse导入maven项目后依赖jar包更新问题 1.eclipse有专门的导入maven项目按钮,file-import-maven project,eclipse会自动查找指定路径下的pom,并进行解析pom.xml,为项目添加进来jar包 2.如果本地仓库有jar包,或者更换了。只需要右 阅读全文
posted @ 2016-11-25 16:32 跨境电商杂货铺 阅读(17564) 评论(0) 推荐(1) 编辑
摘要: maven也是apache下的项目,你看maven官网了,域名都在Apache下 阅读全文
posted @ 2016-11-25 16:21 跨境电商杂货铺 阅读(183) 评论(0) 推荐(0) 编辑
摘要: 泛型是什么意思在这就不多说了,而Java中泛型类的定义也比较简单,例如:public class Test<T>{}。这样就定义了一个泛型类Test,在实例化该类时,必须指明泛型T的具体类型,例如:Test<Object> t = new Test<Object>();,指明泛型T的类型为Objec 阅读全文
posted @ 2016-11-25 16:20 跨境电商杂货铺 阅读(318) 评论(0) 推荐(0) 编辑
摘要: Eclipse提示Tomcat miss丢失bug:The Tomcat server configuration at \Servers\Tomcat v5.5 Server at localhost-config is missing. 解决办法:eclipse-window-preferenc 阅读全文
posted @ 2016-11-25 16:16 跨境电商杂货铺 阅读(2708) 评论(0) 推荐(0) 编辑
摘要: 错误:配置web.xml时,出现红色叉叉,提示 The content of element type "web-app" must match "(icon?,display- name?,description?,distributable?,context-param*,filter*,fil 阅读全文
posted @ 2016-11-25 16:12 跨境电商杂货铺 阅读(31738) 评论(0) 推荐(3) 编辑
摘要: 使用dubbo时遇到问题: org.xml.sax.SAXParseException: schema_reference.4: Failed to read schema document 'http://code.alibabatech.com/schema/dubbo/dubbo.xsd',  阅读全文
posted @ 2016-11-25 16:08 跨境电商杂货铺 阅读(11985) 评论(0) 推荐(0) 编辑
摘要: 1.今天重装了一下MyEclipse7.5,打开原来的Flex项目,又报了以下两个错误,之前解决过,但不想又出现,于是把它的解决方法贴出来,做个备忘! 错误信息为 错误信息 写道 cvc-complex-type.2.4.c: The matching wildcard is strict, but 阅读全文
posted @ 2016-11-25 16:07 跨境电商杂货铺 阅读(20614) 评论(0) 推荐(2) 编辑
上一页 1 ··· 93 94 95 96 97 98 99 100 101 ··· 134 下一页