MS's log
  • HOME
  • TAG
  • GUESTBOOK
  • ADMIN
Close

Who am I?

  • github.com/mskim9967

Category

  • 분류 전체보기 (121)
    • 대회, 프로젝트 (21)
      • 2021 국방 공공데이터 경진대회 (1)
      • 2021 군장병 해커톤 (16)
      • 2021 UNI-DTHON (1)
    • Study (58)
      • Backend (29)
      • Infra, DevOps (9)
      • Frontend (14)
      • Data Structure (6)
    • Coding Test (40)
      • Codeforces (1)
      • 백준 (10)
      • codeground (19)
      • 프로그래머스 (9)

Recent Post

Popular Post

Comment

Tags

  • React Native
  • DevOps
  • rn
  • 군대공부

Visitor Counter

어제

오늘

전체

[React Native] react-native-chart-kit 에러 (Problem with updating propery 'fill' of a view managed by RNSVGLine)
Study/Frontend 2022. 10. 23. 17:43

https://github.com/indiespirit/react-native-chart-kit/issues/261#issuecomment-598521810 Problem with updating propery 'fill' of a view managed by RNSVGLine · Issue #261 · indiespirit/react-native-chart-kit I use BarChart example in my application and noticed this error. I can't find the solution on internet. Also this error was coming in Victory Native as well. Seems like error coming from 'r.....

[SQL] (NOT) IN NULL
Study/Backend 2022. 7. 16. 15:52

https://studyingazae.tistory.com/189 [ORACLE] 널(NULL)에 대한 IN과 NOT IN 오라클에서 WHERE 절에 IN이나 NOT IN을 쓰는 경우가 많다. IN () 다음의 괄호에는 1000건 이상이 들어가면 에러가 난다. 이 문제는 바로 에러가 터지기 때문에 미리 알기 쉬운데, 비교값에 NULL이 들어 studyingazae.tistory.com

[Spring JPA] Test 중 @CreatedDate가 null일 시
Study/Backend 2022. 7. 3. 02:23

@EnableJpaAuditing https://stackoverflow.com/a/51710770 Spring Boot JPA@CreatedDate @LastModifiedDate not being populated when saving the object I am writing an app with Spring Boot + JPA, using a Postgres database. I have a User Entity and I am trying to get a timestamp when the user record is saved and/or modified. This is not working. The stackoverflow.com

[React] FCM localhost ssl error
Study/Frontend 2022. 6. 28. 00:26

"Failed to register a ServiceWorker: An SSL certificate error occurred when fetching the script." code: "messaging/failed-serviceworker-registration" "Messaging: We are unable to register the default service worker. Failed to register a ServiceWorker: An SSL certificate error occurred when fetching the script. (messaging/failed-serviceworker-registration)." https://stackoverflow.com/a/71249517

[SCPC 2021 1차 예선 3번] No Cycle
Coding Test/codeground 2022. 6. 27. 02:22

주어진 그래프가 사이클이 없으므로, 나머지를 어떻게 연결하던 사이클이 없는 그래프는 반드시 생성 가능함 나머지 간선을 한 방향으로 연결해보고, 사이클이 생기면 반대방향이 정답 사이클 판단에 N+K+M, M번 반복하므로 시간안에 해결 /* Prob 2021 SCPC 1차 예선 3번 No Cycle */ #include #include #define N 510 using namespace std; int tc, n, k, m; vector edges[N]; bool checked[N], finished[N]; bool hasCycle(int now) { if (checked[now]) return !finished[now]; checked[now] = true; for (int next : edges[now..

[SCPC 2021 1차 예선] 이진수
Coding Test/codeground 2022. 6. 25. 18:13

/* Prob 2021 SCPC 예선 2번 이진수 */ #include #include #define N 50010 using namespace std; int tc, n, t; string line; bool b[N]; void solve() { bool a[N] = {0}; for (int i = 1; i > t >> line; for (int i = 1; i

[2021 SCPC 예선 1차] 친구들
Coding Test/codeground 2022. 6. 24. 21:43

/* Prob 2021 SCPC 예선 1번 친구들 */ #include #include #define N 100010 using namespace std; int tc, n; int arr[N], ds[N]; void uni(int a, int b) { if (a > b) swap(a, b); ds[a] = b; } int find(int a) { if (ds[a] == a) return a; return ds[a] = find(ds[a]); } int solve() { int ans = 0; for (int i = 1; i tc; for (int tt = 1; tt > n; for (int i = 1; i > arr[i]; cout

[Spring] QueryDSL
Study/Backend 2022. 6. 2. 12:40

https://wangtak.tistory.com/12 Querydsl - 시작하기 Spring Data JPA를 사용하는 기업들이 많아지면서 그와 함께 Querydsl을 사용하는 기업들도 자연스럽게 증가했습니다. 오늘은 Querydsl을 사용하기 위한 프로젝트 환경설정 방법과 잘 적용이 됐는지 동 wangtak.tistory.com Paging https://ttl-blog.tistory.com/228 [JPA] 페이징 정리 (JPA, QueryDSL 등) (클릭 시 이동) JPQL DATA JPA QueryDSL JPQL에서의 페이징 setFirstResult(int startPosition) : 조회 시작 위치, 0부터 시작한다. (페이지의 번호가 아니라, 조회를 시작할 row의 위치이다) setM..

1 2 3 4 ··· 16
MS's log :: _MS
Contact
Github

Copyright MS's log

Designed by MemoStack

Unicons by Iconscout

티스토리툴바