블로그
- Unix Timestamp 시간 변환 Java에서 변환 Java 11 기준으로는 Instant + ZoneId를 사용하는 방법을 권장합니다. import java.time.Instant; import java.time.ZoneId ; import java.time.format.DateTimeFormatter; public class Test { public static void main(String[] args
- 17. (15596)정수 N개의 합 Java: long sum(int[] a); (클래스 이름: Test) a: 합을 구해야 하는 정수 n개가 저장되어 있는 배열 (0 ≤ a[i] ≤ 1,000,000, 1 ≤ n ≤
- [Spring] com.mysql.cj.jdbc.exceptions.CommunicationsException: Communications link failure 환경 : Eclipse IDE for Enterprise Java Developers - 2019-12, MySQL 5.7 오랜만에 스프링부트 게시판 프로젝트를 다시 열어서 런을 돌렸더니 게다가 connection-test-query도 사용하고 있는데..? 머리를 골똘히 생각해보니 MySQL 서버를 안 켰다는 사실이 번뜩 떠오른다. 2.
- [영진전문대학 2-CP-B 컴퓨터정보계열] 20장 복습 split 메소드 예제) public class Test { public static void main(String[] args) { String s; String[] array; // 배열을 이용 s = "Will java change my life?"
- [영진전문대학 2-CP-B 컴퓨터정보계열] 20장 Programming 3번 소스코드 import java.util.Scanner; import java.util.StringTokenizer; public class Test { public static void String a = new String(""); int cnt = 0; Scanner sc = new Scanner(System.in); System.out.println("C>java
- JPA implementations comparison: Hibernate, Toplink Essentials, Openjpa, Eclipselink to the lack of information on the net about theperformance differences among the 4 most well known Java test yourself.