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..
jar -tf 파일명.jar
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 로 바꿔주면 된다.
[root@test]# mkdir /usr/local/java [root@test]# cd /usr/local/java/ [root@test java]# ls total 0 [root@test java]# yum list java*jdk-devel Failed to set locale, defaulting to C Loaded plugins: fastestmirror, search-disabled-repos Repodata is over 2 weeks old. Install yum-cron? Or run: yum makecache fast Determining fastest mirrors Available Packages java-1.6.0-openjdk-devel.x86_64 1:1.6.0.41-1.1..
http 통신의 경우 /etc/httpd/conf/httpd.conf에, https 통신의 경우 /etc/httpd/conf.d/ssl.conf에 해당 내용을 설정한다. FileETag None Header unset ETag Header set Cache-Control "no-cache, no-store, must-revalidate" Header set Pragma "no-cache" Header set Expires "Thu, 1 Jan 1970 00:00:00 GMT" Header Set Pragma "no-cache" Header Set Expires "Thu, 1 Jan 1970 00:00:00 GMT" Header Set Cache-Control "no-store, no-cache, must..
- Total
- Today
- Yesterday
- urlsession 공통화
- 코르도바 플러그인
- 코르도바 iOS
- swift delegate
- xcode 16
- urlrequest 공통화
- urlrequest 모듈화
- loadView viewDidLoad
- passing data between ViewControllers
- xcode group folder
- passing data between ViewController and View
- urlsession 모듈화
- Viewcontroller data
- UITextField 글자수 제한하기
- loadView
- codable date
- codable
- iOS Dark Mode
- User Interface Style
- 코르도바 Swift
- UIUserInterfaceStyle
- Objective-C 프로젝트에서 Swift
- swift generic
- 코르도바 iOS Framework
- Swift 프로젝트에서 Objective-C
- swift json 파싱
- ios framework device simulator
- linux java 설치
- RxSwift UITetxtField
- ios universal framework
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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 |