반응형
SMALL
long start, end;
start = System.currentTimeMillis();
end = System.currentTimeMillis();
count = (int)(end - start) / 1000;
System.out.println("시간 : " + count + "초");
반응형
'Web Programing! > JAVA / JSP' 카테고리의 다른 글
[JAVA] 자바 유일키 생성 - java.util.UUID (0) | 2019.09.27 |
---|---|
[spring boot] context-path, 포트 설정 (0) | 2019.09.20 |
[JAVA] Header 정보 가져오기 (0) | 2019.09.19 |
[WARNING] The requested profile "pom.xml" could not be activated because it does not exist. (0) | 2019.09.17 |
[JAVA] Header 정보 가져오기 (0) | 2019.05.29 |
[spring boot] context-path, 포트 설정 (0) | 2019.05.23 |
[spring boot] 이클립스, 메이븐 연동 (0) | 2019.04.19 |