摘要:
按默认选择“Single or evaluation license”Name 和 Company 随意-----------------------忧郁的分割线---------------------------L-Larry_Lau@163.com#23874-hrwpdp1sh1wrn#06... 阅读全文
摘要:
NumberFormat nf = NumberFormat.getPercentInstance(); System.out.println(nf.format(0.47));显示:47%DecimalFormat df1 = new DecimalFormat("##.00%"); ... 阅读全文
摘要:
SimpleDateFormat format = new SimpleDateFormat("yyyy-MM-dd"); //获取前月的第一天 Calendar cal_1=Calendar.getInstance();//获取当前日期 ... 阅读全文