摘要: 1、调用系统的返回方法,即安卓手机的返回键,似乎会销毁当前Activity,因为再次进入时调用了onCreate,而通常自己写的跳转不会选择销毁,返回时OnResume()2、split,分割加后面不影响,加前面多空格,例: String s = ",1,2,3,4,"; ... 阅读全文
posted @ 2014-09-11 17:20 当年 阅读(203) 评论(0) 推荐(0) 编辑
摘要: 1、String.intern返回引用测试 String str1 = new StringBuilder("ja").append("va").toString(); System.out.println(str1.intern()== str1); String str2 = new Strin 阅读全文
posted @ 2016-11-23 15:41 当年 阅读(499) 评论(0) 推荐(0) 编辑
摘要: 并发能力前端框架,缓存机制,中间件基准测试,sql优化 阅读全文
posted @ 2015-11-06 14:20 当年 阅读(102) 评论(0) 推荐(0) 编辑
摘要: markdown语法 阅读全文
posted @ 2015-09-17 15:26 当年 阅读(114) 评论(0) 推荐(0) 编辑
摘要: 匹配转发资源访问负载均衡 阅读全文
posted @ 2015-09-17 15:24 当年 阅读(120) 评论(0) 推荐(0) 编辑
摘要: Can't update table XXX in stored function/trigger because it is already used by statement which invoked this 原因是在update触发时使用update语句,导致循环调用。直接使用set可以避 阅读全文
posted @ 2015-05-29 15:48 当年 阅读(370) 评论(0) 推荐(0) 编辑
摘要: redis 阅读全文
posted @ 2015-04-08 20:38 当年 阅读(116) 评论(0) 推荐(0) 编辑
摘要: log4j配置和使用 阅读全文
posted @ 2015-04-08 20:37 当年 阅读(95) 评论(0) 推荐(0) 编辑
摘要: 选用一个Json框架,比对后决定用fastJson使用方法 阅读全文
posted @ 2015-04-02 18:59 当年 阅读(145) 评论(0) 推荐(0) 编辑
摘要: http://blog.csdn.net/lissdy/article/details/7038924解决方法:右键工程→Bulid Path→Configure Build Path...选择Android,如图,在Project Build Target里面勾选相应的SDK即可![](http:... 阅读全文
posted @ 2015-02-15 16:47 当年 阅读(373) 评论(0) 推荐(0) 编辑
摘要: mapper别名 http://www.cnblogs.com/sunzhenchao/archive/2013/04/09/3010527.html#{}防注入 http://blog.csdn.net/szwangdf/article/details/26714603 阅读全文
posted @ 2015-02-06 20:29 当年 阅读(110) 评论(0) 推荐(0) 编辑