[Java + MySQL] Java8 LocalTime 설정
Java8의 LocalTime으로 LocalTime.of(18,00);을 설정했는데 DB에는 이상한 시간이 들어갔다. spring.datasource.url=jdbc:mysql://localhost:3306/test?characterEncoding=UTF-8&serverTimezone=UTC로 설정해서 그런듯. spring.datasource.url=jdbc:mysql://localhost:3306/test?characterEncoding=UTF-8&serverTimezone=UTC+9로바꿨더니 No timezone mapping entry for 'UTC 9' 오류가 발생했다. spring.datasource.url=jdbc:mysql://localhost:3306/test?charact..
Java
2019. 12. 6. 17:13
[Java] switch 문에서 enum 쓰기
1public enum Type { A, B, C }cs 123switch (type) { case Type.A: System.out.println("A");}Colored by Color Scriptercs An enum switch case label must be the unqualified name of an enumeration constant 오류 발생 시 123switch (type) { case A: System.out.println("A");}Colored by Color Scriptercs 로 바꿔주면 된다.
Java
2019. 11. 29. 16:08
공지사항
최근에 올라온 글
최근에 달린 댓글
- Total
- Today
- Yesterday
링크
TAG
- passing data between ViewControllers
- urlsession 모듈화
- 코르도바 플러그인
- Viewcontroller data
- iOS Dark Mode
- 코르도바 iOS Framework
- urlsession 공통화
- ios framework device simulator
- loadView
- urlrequest 공통화
- 코르도바 iOS
- User Interface Style
- linux java 설치
- codable date
- RxSwift UITetxtField
- Objective-C 프로젝트에서 Swift
- swift generic
- swift delegate
- ios universal framework
- Swift 프로젝트에서 Objective-C
- 코르도바 Swift
- UIUserInterfaceStyle
- xcode 16
- xcode group folder
- loadView viewDidLoad
- UITextField 글자수 제한하기
- codable
- urlrequest 모듈화
- swift json 파싱
- passing data between ViewController and View
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | 2 | 3 | 4 | |||
5 | 6 | 7 | 8 | 9 | 10 | 11 |
12 | 13 | 14 | 15 | 16 | 17 | 18 |
19 | 20 | 21 | 22 | 23 | 24 | 25 |
26 | 27 | 28 | 29 | 30 | 31 |
글 보관함