首页 > 其他 > 详细

The reference to entity "characterEncoding" must end with the ';' delimiter.

时间:2021-05-25 22:42:05      阅读:19      评论:0      收藏:0      [点我收藏+]

 

纠错

 

在配置一个访问数据库的Url时,第一次设置的内容如下:

 

jdbc:mysql://localhost:3306/photo?useUnicode=true&characterEncoding=UTF-8,注意中间那个“&”,在xml中这个是读不出的,正确写法将“&”转义“&”:

 

jdbc:mysql://localhost:3306/photo?useUnicode=true&characterEncoding=UTF-8

 

 

有时候在使用xml作为配置文件的时候,应该要使用xml的编码规则来进行适当的设置。

 

下面给出xml中一些特殊符号的编码转换:

 

 &lt;  <  小于号
 &gt;  >  大于号
 &amp;  &  and字符
 &apos;  ‘  单引号
 &quot;  "  双引号
 &lt;  <  小于号
 &gt;  >  大于号
 &amp;  &  and字符
 &apos;  ‘  单引号
 &quot;  "  双引号

The reference to entity "characterEncoding" must end with the ';' delimiter.

原文:https://www.cnblogs.com/h2018213266/p/14810376.html

(0)
(0)
   
举报
评论 一句话评论(0
关于我们 - 联系我们 - 留言反馈 - 联系我们:wmxa8@hotmail.com
© 2014 bubuko.com 版权所有
打开技术之扣,分享程序人生!