must end with the ';' delimiter.错误的解决
程序员文章站
2022-07-15 20:57:21
...
在配置文件中直接用&的话,会产生must end with the ';' delimiter.错误。
正确的做法是:把&换成&
XML其他字符的转换:
< 换成 <
> 换成 >
' 换成 '
" 换成 "
<action name="add" method="add" class="com.entity.NodeAction"> <result type="redirect">edit.action?id=${id}&next=${next}</result> </action>
<property name="connection.url"> jdbc:mysql://localhost:3306/my?useUnicode=true&characterEncoding=utf-8 </property>
正确的做法是:把&换成&
<action name="add" method="add" class="com.entity.NodeAction"> <result type="redirect">edit.action?id=${id}&next=${next}</result> </action>
<property name="connection.url"> jdbc:mysql://localhost:3306/my?useUnicode=true&characterEncoding=utf-8 </property>
XML其他字符的转换:
< 换成 <
> 换成 >
' 换成 '
" 换成 "
上一篇: 修改mysql的engine引擎
下一篇: Mysql5免安装版的配置
推荐阅读
-
mysql 发生系统错误1067的解决方法
-
itunes提示发生未知错误50的原因及解决方法
-
android layout XML解析错误的解决方法
-
解决vue-cli项目打包出现空白页和路径错误的问题
-
Dreamweaver CS6 64位提示0xc000007b错误的解决方案
-
网易UU加速器常见错误码原因及解决方法的详细教程
-
nginx服务器access日志中大量400 bad request错误的解决方法
-
浅析Mysql 数据回滚错误的解决方法
-
steam启动游戏失败错误代码83怎么回事?steam错误代码83的原因及解决方法
-
steam商店错误代码118怎么办?steam错误代码118的解决方法介绍