Jacob's IT Blog

Private notes for devlelopers

Blog About Archive Tags

[AWS] AWS RDS MySQL 타임존, 한글 인코딩 설정

2020-06-07
  • AWS
  • RDS
  • MySQL
  • timezone
  • encoding

DATETIME 타입을 이용할 때 CURRENT_TIMESTAMP를 기본 값으로 자주 설정하게 된다. 이 떄 timezone이 맞지 않아 실제와 다른 시간이 나오는 경우가 있다. 아래 쿼리를 실행하면 현재 시스템의 시간을 알 수 있다.

Read More

[Android] 풀스크린으로 다이얼로그 띄우기

2020-06-07
  • Android
  • Dialog
  • Fullscreen
  • Custom
  • AlertDialog

다이얼로그란?

Read More

[Android] CLEARTEXT communication to url not permitted by network security policy 오류 해결 방법

2020-02-23
  • Android
  • Retrofit
  • Json

Retrofit을 사용하다 보면 이런 에러가 나오는 경우가 있다.

Read More

[Android] Retrofit 사용법 및 Json 파싱하기

2020-02-22
  • Android
  • Retrofit
  • Json

Retrofit 이란?

Retrofit은 REST API로, 서버와 클라이언트간 Http 통신을 위한 인터페이스를 뜻한다.

Read More

[Android] Directory project/app/build/extracted-include-protos/main specified for property '$1' does not exist 오류 해결 방법

2020-02-19
  • Android
  • Error

안드로이드 개발 중에 어느 날 갑자기 아래 에러 메시지를 보여주며 빌드가 되지 않았다.

Read More
 Previous Next 

© Jacob