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..
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 로 바꿔주면 된다.
- Total
- Today
- Yesterday
- codable date
- swift json 파싱
- urlrequest 모듈화
- ios universal framework
- 코르도바 Swift
- passing data between ViewController and View
- User Interface Style
- iOS Dark Mode
- swift delegate
- 코르도바 iOS Framework
- linux java 설치
- 코르도바 iOS
- Viewcontroller data
- RxSwift UITetxtField
- 코르도바 플러그인
- codable
- loadView
- swift generic
- urlrequest 공통화
- Swift 프로젝트에서 Objective-C
- loadView viewDidLoad
- xcode 16
- UITextField 글자수 제한하기
- Objective-C 프로젝트에서 Swift
- urlsession 공통화
- passing data between ViewControllers
- UIUserInterfaceStyle
- xcode group folder
- ios framework device simulator
- urlsession 모듈화
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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 |