摘要: /** * 公司培训课时汇总 * @return */ @Override public List<CompanyTrainingClassGather> getCompanyTrainingClassGather() { List<CompanyTrainingClassGather> list= 阅读全文
posted @ 2020-12-14 16:44 红尘沙漏 阅读(133) 评论(0) 推荐(0) 编辑
摘要: 码如下: mport java.text.DecimalFormat; DecimalFormat df = new DecimalFormat("######0.00"); double d1 = 3.23456 double d2 = 0.0;double d3 = 2.0;df.format( 阅读全文
posted @ 2020-12-14 16:38 红尘沙漏 阅读(590) 评论(0) 推荐(0) 编辑
摘要: public static void main(String[] args) throws ParseException { String dateStr = "2016-05-18"; //1、获取string对应date日期: Date date = new SimpleDateFormat(" 阅读全文
posted @ 2020-12-14 13:13 红尘沙漏 阅读(860) 评论(0) 推荐(0) 编辑
摘要: /** * 获取某年某月的第一天 * @Title:getFisrtDayOfMonth * @Description: * @param:@param year * @param:@param month * @param:@return * @return:String * @throws */ 阅读全文
posted @ 2020-12-14 11:23 红尘沙漏 阅读(877) 评论(0) 推荐(0) 编辑