摘要: package com.expai.utils;import java.io.BufferedReader;import java.io.IOException;import java.io.InputStreamReader;import java.io.OutputStreamWriter;im... 阅读全文
posted @ 2014-07-09 17:38 箜篌 阅读(410) 评论(0) 推荐(0) 编辑
摘要: public static String getDateBefore(int day) { SimpleDateFormat sdf = new SimpleDateFormat("yyyy-MM-dd HH:mm:ss"); Calendar now = Calendar.getInstanc... 阅读全文
posted @ 2014-07-09 11:14 箜篌 阅读(149) 评论(0) 推荐(0) 编辑
摘要: System.out.println(System.getProperty("user.dir"));//得到工程所在磁盘路径String mailFilePath = new File("WebRoot").getAbsolutePath()+"\\file\\maiList.txt";//得到w... 阅读全文
posted @ 2014-07-09 10:57 箜篌 阅读(173) 评论(0) 推荐(0) 编辑