码迷,mamicode.com
首页 > 其他好文 > 详细

Element 'beans' cannot have character [children],because the type's content type is element

时间:2020-01-09 22:26:34      阅读:63      评论:0      收藏:0      [点我收藏+]

标签:情况   bsp   打开   结果   ++   type   notepad   mda   har   

配置文件错误—— Element ‘beans‘ cannot have character [children],because the type‘s content type is element

 

意为 beans 标签下只能存在子元素节点,不能存在文本符号

 

当编译器放生这种错误时,就是配置文件发生错误。这种错误有两种情况。

1.简单错误:仔细观察代码,有时可能是存在一个文本符号

2.难以发现的错误:核实代码,完全没有文本符号,就有可能是编码问题,将整段拷贝,用notepad++打开,使用ANSI编码格式,就能发现错误。

我走的坑是第二个,拷贝的notepad++上,结果如图 :

utf-8格式下:

 技术图片

ANSI格式下:

技术图片

 

 使用ANSI编码,就莫名其妙多出这个玩意了,删除即可。

Element 'beans' cannot have character [children],because the type's content type is element

标签:情况   bsp   打开   结果   ++   type   notepad   mda   har   

原文地址:https://www.cnblogs.com/knightlj/p/12173714.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!