摘要: public static boolean IsNullOrEmpty(String value) { return (value == null || value.length() == 0);}public static boolean IsNullOrWhiteSpace(String val 阅读全文
posted @ 2018-11-16 17:58 twoheads 阅读(323) 评论(0) 推荐(0) 编辑
摘要: 除法运算的函数定义如下 BigDecimal.divide(BigDecimal divisor, int scale, RoundingMode roundingMode) ; scale为小数位数; Java中BigDecimal取整方法,scale为0 roundingMode为小数模式; R 阅读全文
posted @ 2018-11-16 11:13 twoheads 阅读(16155) 评论(0) 推荐(0) 编辑