// 불필요한 코드들 중략... val client = HttpClients.createDefault() val httpPost = HttpPost("https://freecatz.pe.kr/auth") httpPost.addHeader("Accept", "application/json;charset=utf-8") // 이 코드가 있어도 한글 깨짐 httpPost.addHeader("Content-Type", "application/json;charset=utf-8") // 이 코드가 있어도 한글 깨짐 /* 한글 깨짐 httpPost.entity = StringEntity(jarry.toString()) httpPost.entity = StringEntity(String(jarry.toString().t..
org.springframework.web.util.NestedServletException:Handler dispatch failed; nested exception is java.lang.OutOfMemoryError: Direct buffer memory 파일을 읽어 ByteArray 형식으로 리턴 할때 문제가 발생 하였다. 내가 코드를 사용한 곳은 주로 첨부파일 다운로드나, 특정 경로의 이미지 파일을 mime type 에 맞게 내려 주는 부분 이라 파일 다운로드도 안되고 이미지도 디스플레이가 되지 않았다. 1. Files.readAllBytes() 사용시 주로 발생. 2. 명령행 옵션으로 -XX:MaxDirectMemorySize=500m 과 같이 주어도 어느 정도 시간이 지나면 다시 발생. 3...
var seconds : Long = 14518115 val day = TimeUnit.SECONDS.toDays(seconds).toInt() val hours = TimeUnit.SECONDS.toHours(seconds) - day * 24 val minute = TimeUnit.SECONDS.toMinutes(seconds) - TimeUnit.SECONDS.toHours(seconds) * 60 val second = TimeUnit.SECONDS.toSeconds(seconds) - TimeUnit.SECONDS.toMinutes(seconds) * 60 println(seconds.toString() + " ==> " + day.toString() + "일 " + hours + "시 " + ..
- Total
- Today
- Yesterday
- kotlin
- devel
- Flutter
- Spring
- Java
- MySQL
- json parse
- food
- springboot
- Security
- dart
- Android
- Mobile
- Linux
- development
- web
- Compile
- gpkiapi
- ssh
- 맛집
- samba
- 엘리스센터
- SSL
- devtools
- Review
- place
- TIP
- HTTP
- JavaScript
- Fun
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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 |