You may also enjoy
[Frontend Essential Study] 0. 시작
Date:
Nextjs로 웹페이지를 개발하며 문득 그런 생각이 들었다. 그래서 이걸 왜 쓰는 거지?
[DL/Tabular] CTR Prediction - Avazu Dataset
Date:
Click-through rate prediction is the task of predicting the likelihood that something on a website (such as an advertisement) will be clicked. (출처: Papers...
[Room DB] Room cannot verify the data integrity
Date:
room DB를 이용해서 앱을 만들 때, DB의 model이나 DAO 함수를 변경하는 경우 간혹 다음과 같은 에러가 뜬다.
[Room DB] 중복 데이터 없이 DB 초기화하기
Date:
DAO를 이용해 DB와 통신할 때, @Insert를 이용하여 DB에 INSERT Query를 보내는 함수를 만드는 경우가 있다. 이때 onConflict = IGNORE를 뒤에 붙여주면 중복 데이터 없이 DB를 초기화할 수 있다.
Leave a comment