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