摘要: 按默认选择“Single or evaluation license”Name 和 Company 随意-----------------------忧郁的分割线---------------------------L-Larry_Lau@163.com#23874-hrwpdp1sh1wrn#06... 阅读全文
posted @ 2015-06-04 18:44 Earic 阅读(142) 评论(0) 推荐(0) 编辑
摘要: NumberFormat nf = NumberFormat.getPercentInstance(); System.out.println(nf.format(0.47));显示:47%DecimalFormat df1 = new DecimalFormat("##.00%"); ... 阅读全文
posted @ 2015-06-04 14:34 Earic 阅读(1646) 评论(0) 推荐(0) 编辑
摘要: SimpleDateFormat format = new SimpleDateFormat("yyyy-MM-dd"); //获取前月的第一天 Calendar cal_1=Calendar.getInstance();//获取当前日期 ... 阅读全文
posted @ 2015-06-04 09:53 Earic 阅读(291) 评论(0) 推荐(0) 编辑