2014年8月6日
摘要: 1 package com.wedge.edp.framework.common.util; 2 3 import java.math.BigDecimal; 4 5 /** 6 * 金额的加减乘除 7 */ 8 public class MathMoney { 9 ... 阅读全文
posted @ 2014-08-06 18:54 腾飞工作室 阅读(4917) 评论(0) 推荐(0) 编辑
摘要: //首字母转小写 public static String toLowerCaseFirstOne(String s){ if(Character.isLowerCase(s.charAt(0))) return s; else ... 阅读全文
posted @ 2014-08-06 11:20 腾飞工作室 阅读(11089) 评论(0) 推荐(0) 编辑