2012年9月27日

java linq

摘要: http://code.google.com/p/diting/source/browse/trunk/src/org/diting/collections/test/QueryTest.java作废了,语法过于复杂~http://xircles.codehaus.org/projects/quaere java linq 阅读全文

posted @ 2012-09-27 11:39 雨渐渐 阅读(158) 评论(0) 推荐(0) 编辑

转换中文数字成为阿拉伯数字

摘要: package converter;import java.util.HashMap;//转换中文数字成为阿拉伯数字public class chineseConverter { //万以下的单位 static HashMap<Character, Integer> m_mapUnit = new HashMap<Character, Integer>(); //万以上的单位 static HashMap<Character, Integer> m_wUnit = new HashMap<Character, Integer>(); //数字 s 阅读全文

posted @ 2012-09-27 09:54 雨渐渐 阅读(228) 评论(0) 推荐(0) 编辑

导航