2018年3月19日

MyBatis---动态 SQL

摘要: 1.if 2.choose, when, otherwise 3. where 4.set 5.trim 假如说name和gender的值都不为null的话打印的SQL为:select * from user where name = 'xx' and gender = 'xx' 假如说name和g 阅读全文

posted @ 2018-03-19 16:01 米虫爱喝咖啡 阅读(121) 评论(0) 推荐(0) 编辑

Java内存溢出和内存泄露

摘要: 原文地址:http://wade6.iteye.com/blog/1842907 一、为什么要了解内存泄露和内存溢出? 1、内存泄露一般是代码设计存在缺陷导致的,通过了解内存泄露的场景,可以避免不必要的内存溢出和提高自己的代码编写水平; 2、通过了解内存溢出的几种常见情况,可以在出现内存溢出的时候快 阅读全文

posted @ 2018-03-19 14:07 米虫爱喝咖啡 阅读(137) 评论(0) 推荐(0) 编辑

导航