摘要:
1、调用系统的返回方法,即安卓手机的返回键,似乎会销毁当前Activity,因为再次进入时调用了onCreate,而通常自己写的跳转不会选择销毁,返回时OnResume()2、split,分割加后面不影响,加前面多空格,例: String s = ",1,2,3,4,"; ... 阅读全文
摘要:
1、String.intern返回引用测试 String str1 = new StringBuilder("ja").append("va").toString(); System.out.println(str1.intern()== str1); String str2 = new Strin 阅读全文
摘要:
并发能力前端框架,缓存机制,中间件基准测试,sql优化 阅读全文
摘要:
Can't update table XXX in stored function/trigger because it is already used by statement which invoked this 原因是在update触发时使用update语句,导致循环调用。直接使用set可以避 阅读全文
摘要:
选用一个Json框架,比对后决定用fastJson使用方法 阅读全文
摘要:
http://blog.csdn.net/lissdy/article/details/7038924解决方法:右键工程→Bulid Path→Configure Build Path...选择Android,如图,在Project Build Target里面勾选相应的SDK即可![](http:... 阅读全文