摘要: /******************************************************************** * * * Filename : .java * Author : * Date : 2015年6月5日 * Ve... 阅读全文
posted @ 2015-07-10 17:02 码农行天下 阅读(1003) 评论(0) 推荐(0) 编辑
摘要: public static String digitUppercase(double n){ String fraction[] = {"角", "分"}; String digit[] = { "零", "壹", "贰", "叁", "肆", "伍", "陆", "柒"... 阅读全文
posted @ 2015-07-10 16:52 码农行天下 阅读(407) 评论(0) 推荐(0) 编辑
摘要: /** * 千分位方法 * @param text * @return */ public static String fmtMicrometer(String text) { DecimalFormat df = null; if(te... 阅读全文
posted @ 2015-07-10 16:49 码农行天下 阅读(2321) 评论(0) 推荐(0) 编辑