摘要:
package com.expai.utils;import java.io.BufferedReader;import java.io.IOException;import java.io.InputStreamReader;import java.io.OutputStreamWriter;im... 阅读全文
摘要:
public static String getDateBefore(int day) { SimpleDateFormat sdf = new SimpleDateFormat("yyyy-MM-dd HH:mm:ss"); Calendar now = Calendar.getInstanc... 阅读全文
摘要:
System.out.println(System.getProperty("user.dir"));//得到工程所在磁盘路径String mailFilePath = new File("WebRoot").getAbsolutePath()+"\\file\\maiList.txt";//得到w... 阅读全文