zoukankan      html  css  js  c++  java
  • xml出现Referenced file contains errors (https://www.springframework.org/schema/beans/spring-beans-4.3.xsd)

    出现小红叉,提示Referenced file contains errors (https://www.springframework.org/schema/beans/spring-beans-4.3.xsd).

    可能你的工具比较新,也有可能缺少标签:

    解决方案一:

    Window → Preferences → MyEclipse →  Validation  →  XML  →  Honour all XML schema locations前面的“√”去掉,它将禁用指向不同schema位置相同命名空间引用的验证,仅以第一次找到的可验证的XML文件为结果。

    解决后小红叉就会消失,则会稍微等一会,如果电脑性能好则会消失。

    解决方案二:

    执行解决方案一之后,还出先小红叉,则有可能缺少标签,或者缺少jar包,导入相应的jar包和补上标签即可解决。

    解决方案三:

    查看eclipse的problems有无报错,有报错可以清空。

    然后再可查看xml文件,发现出现小红叉消失了。

  • 相关阅读:
    卡特兰数
    hdu 1023 Train Problem II
    hdu 1022 Train Problem
    hdu 1021 Fibonacci Again 找规律
    java大数模板
    gcd
    object dection资源
    Rich feature hierarchies for accurate object detection and semantic segmentation(RCNN)
    softmax sigmoid
    凸优化
  • 原文地址:https://www.cnblogs.com/abcdjava/p/11809556.html
Copyright © 2011-2022 走看看