java
kfc_davy
这个作者很懒,什么都没留下…
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
领域模型 & 贫血模型 pojo
thinging原创 2012-07-18 14:15:03 · 215 阅读 · 0 评论 -
jdbc Date类型慎用
jdbc Date类型慎用血泪回退史表示,Date还是换为字符靠谱点原创 2013-03-12 12:00:53 · 218 阅读 · 0 评论 -
遍历md5的小方法
[code="java"]public class Test{ private static final char[] x = { '0', '1', '2', '3', '4', '5', '6', '7', '8', '9', 'a', 'b', 'c', 'd', 'e', 'f' }; static MessageD...原创 2013-04-02 20:41:23 · 321 阅读 · 0 评论 -
线程卡住了,你敢信吗。
[code="java"] List list = specialCoinInputDao.findPendingData(); for(SpecialCoinInputInfo o: list ) { specialCoinInputDao.updateStatus(o,5); // 更新为5 ...原创 2012-08-13 16:00:50 · 194 阅读 · 0 评论 -
hs_err_pid*.log
jdk6bughttp://www.oschina.net/question/1092_24066原创 2012-09-25 13:38:05 · 190 阅读 · 0 评论 -
'mvc:annotation-driven' must have no character or element information item [chil
org.springframework.beans.factory.xml.XmlBeanDefinitionStoreException: Line 39 in XML document from class path resource [spring/web/servlet-context.xml] is invalid; nested exception is org.xml.sax.SAX...原创 2013-07-18 16:27:33 · 580 阅读 · 0 评论
分享