MYBATIS动态查询语句 By anseirai Published 2014-07-04 Introductionmybatis的动态查询语句主要有一下几种: if choose where trim set foreach Read More
map地图坐标转换 By anseirai Published 2014-07-01 Introduction以前在接触微信定位时就考察过这方面的东西,但是现在看来,当初还是调研不够仔细。 Read More
log4j的log level(日志等级) By anseirai Published 2014-06-13 Introduction今天看代码,用log4j实现自己的log类,对其中的isTraceEnabled很疑惑,然后了解了一下log4j的log level Read More
正则表达式的基础学习网站 By anseirai Published 2014-05-18 Introduction正则表达式是一项想学但是很难学好的技术,但是作为计算机工作者,我们应该对常见的表达式作出正确判断。哪怕只能略微的看懂一点。 Read More
对于UTF8编码的理解 By anseirai Published 2014-05-14 Introduction公司的微信获取名称用于显示,但是iphone的emoji字符不好保存,因为某些特殊字符是四个字节的。遂需要了解下utf8 Read More
tomcat启动nested错误 By anseirai Published 2014-03-16 IntroductionSSH程序启动时报错误nested exception is java.lang.NoClassDefFoundError: org/dom4j/DocumentException Read More
What's ORM By anseirai Published 2014-03-08 Introduction什么是ORM,引用wikipedia Object-relational mapping (ORM, O/RM, and O/R mapping) Read More
String StringBuffer StringBuilder区别 By anseirai Published 2013-12-25 Introduction如题,本文将要介绍String、StringBuffer以及StringBuilder的区别。首先要申明的是,他们的区别不大。 Read More
ubuntu安装JDK1.7的经历 By anseirai Published 2013-12-16 Introduction因为要学习hadoop,所以向linux下的jdk下了战书,这里只是记录一下过程。 最主要的参考资料是这里。 下载文件中不是在上述网址总下载得到的。是以前在官网下载的。 Read More