摘要: public static void getDateTime() throws ParseException{ Calendar now = Calendar.getInstance(); System.out.println("年: " + now.get(Calendar.YEAR)); Sys 阅读全文
posted @ 2022-02-16 11:27 翘中之楚 阅读(5331) 评论(0) 推荐(0) 编辑
摘要: 1.生成模板的工具类 package com.jesims.busfundcallnew.util; import freemarker.template.Configuration; import freemarker.template.Template; import org.activiti. 阅读全文
posted @ 2022-02-16 11:11 翘中之楚 阅读(683) 评论(0) 推荐(0) 编辑