- 博客(2)
- 收藏
- 关注
原创 Mybatis 小优化 <where>替换 where 1=1
<where> 标签的作用where标签帮助我们自动的移除了第一个AND链接。但是,第二个之后的<if>标签内,必须有AND链接。如果没有一个条件符合,则返回所有条目,where不起作用。举个例子<select id="idName" parameterType="returnDto" resultType="java.lang.Integer"> select count(id) from table twhere 1 = 1 &...
2022-02-23 10:47:56
1539
转载 dom4j string转为xml
/**XML转字符串 */Document document = new SAXReader().read(new File("E:test.xml"));; String text = document.asXML(); /**字符串转XML */String xmlStr = ****; Document document = DocumentHelper.parseText(xmlStr);...
2018-07-09 13:56:05
2802
空空如也
空空如也
TA创建的收藏夹 TA关注的收藏夹
TA关注的人