摘要: eclipse项目上面有个红叉,但是没有任何地方有错误,clear,refresh,重启都试过了,依然没用, 后来我换了一个workspace,编译的时候提示: Description Resource Path Location Type The project was not built due 阅读全文
posted @ 2016-12-16 20:28 ctgu_czy 阅读(587) 评论(0) 推荐(0) 编辑
摘要: NumberFormat num = NumberFormat.getPercentInstance();num.setMaximumIntegerDigits(3);// 设置整数位最大为3位数num.setMaximumFractionDigits(2);// 设置小数位最多为两位数 调用的时候 阅读全文
posted @ 2016-12-16 12:45 ctgu_czy 阅读(450) 评论(0) 推荐(0) 编辑
摘要: 字符串长度用String.length(); 数组用String[].length; 集合用collection.size(); 阅读全文
posted @ 2016-12-16 10:58 ctgu_czy 阅读(2708) 评论(0) 推荐(0) 编辑