摘要:
public static void getDateTime() throws ParseException{ Calendar now = Calendar.getInstance(); System.out.println("年: " + now.get(Calendar.YEAR)); Sys 阅读全文
摘要:
1.生成模板的工具类 package com.jesims.busfundcallnew.util; import freemarker.template.Configuration; import freemarker.template.Template; import org.activiti. 阅读全文