출처 : http://ra2kstar.tistory.com/123
public class trunc_tweet_tag {
public static void main(String [] args){
long time = System.currentTimeMillis();
SimpleDateFormat dayTime = new SimpleDateFormat("yyyy-mm-dd hh:mm:ss");
String str = dayTime.format(new Date(time));
System.out.println(str);
long start = System.currentTimeMillis() ;
new trunc_tweet_tag("./message/");
long end = System.currentTimeMillis();
System.out.println((end-start)/1000 +" 초 걸림");
}
......
'P/L > JAVA' 카테고리의 다른 글
자바 레퍼런스 사이트 (0) | 2015.02.03 |
---|---|
자바 썸네일 이미지 만들기(링크모음) (0) | 2014.08.22 |
java.lang.ClassNotFoundException: org.springframework.web.util.Log4jConfigListener (0) | 2014.02.26 |