摘要: 1、时间日期类 2、字符串类 2.1 确保字符有序出现 1|2 出现 在3|4前面 阅读全文
posted @ 2017-06-28 10:42 hx78 阅读(156) 评论(0) 推荐(0)
摘要: 1、正则 1.1取消所有换行 一|二|三|... \r\n-->空白 阅读全文
posted @ 2017-06-28 10:40 hx78 阅读(147) 评论(0) 推荐(0)
摘要: 1、返回插入的行 mapper中使用 useGeneratedKeys="true" keyProperty="entity.id" service中要使用插入的entity返回,这里只返回插入的行的ID 阅读全文
posted @ 2017-06-28 09:35 hx78 阅读(157) 评论(0) 推荐(0)