nginx 파일 업로드 크기 제한 변경하기 (client_max_body_size) nginx를 이용해서 서버를 구동한 상태에서 파일을 업로드 할 경우 업로드가 안되는 경우가 있습니다. Failed to load resource: the server responded with a status of 413 (Request Entity Too Large) 위와 같은 메세지를 받게 되는 경우가 있습니다. nginx의 기본 파일 업로드 최대 크기가 1MB로 설정되어 있기 때문입니다. 설정을 변경하기 위해서는 nginx.conf 파일을 열어야 됩니다. vi /etc/nginx/nginx.conf ... http { ... client_max_body_size 1M; ... }client_max_body_size ..
자바 Java String to DateTime DateTime to String LocalDateTime 변환 public class DateTest { public static main(String[] args) throws ParseException { String dateTimeStr = "2022-07-20 09:30:25.123"; String dateFormatPattern = "yyyy-MM-dd HH:mm:ss"; // Date to String SimpleDateFormat dateFormat = new SimpleDateFormat(dateFormatPattern); Date date = dateFormat.parse(dateTimeStr); // Wed Jul 20 09:30:25 ..
자바스크립트 시간 초 변환 Javascript time to seconds function time2Seconds() { const time = '08:05:10' const arr = time.split(':').map(Number) const hourSeconds = arr[0] * 60 * 60 const minuteSeconds = arr[1] * 60 const seconds = arr[2] const totalSeconds = hourSeconds + minuteSeconds console.log(`totalSeconds : ${totalSeconds}` }읽어주셔서 감사합니다.
- Total
- Today
- Yesterday
- 근로소득원천징수영수증 발급 방법
- 자바 정렬
- 크린토피아 가격표
- 여권
- nginx 파일 업로드 크기
- 근로소득원천징수영수증
- 아이폰
- 자바 Date 변환
- 자바스크립트 time to seconds
- 실업급여
- 근로소득원천징수영수증 발급
- 자바 소수점
- 자바 LocalDateTime 변환
- 휴면계좌
- Java Date 변환
- 안드로이드
- Java String 변환
- Javascript time to seconds
- Java LocalDateTime 변환
- nginx Request Entity Too Large
- 자바 String 변환
- 크린토피아
- 자바
- 핸드폰
- 우체국
- nginx client_max_body_size
- 신한카드
- 국민연금
- 정렬
- 구글
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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 |