일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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 |
- vuejs
- 알고리즘
- C++
- AndroidStudio
- 안드로이드
- android
- 분할정복
- 백준
- cos
- DART
- cos pro
- codingtest
- issue
- 코테
- cos pro 1급
- 안드로이드스튜디오
- 코드품앗이
- 코딩테스트
- 동적계획법
- 파이썬
- Algorithm
- 동적계획법과최단거리역추적
- DFS
- Python
- django
- 개발
- BAEKJOON
- DFS와BFS
- Flutter
- Vue
- Today
- Total
목록cache (2)
Development Artist
이슈 1. 플러터 인프런 강의 중, 넷플릭스 UI 만들기가 있는데, 2강에서 HomeScreen에 이미지를 set 하는 과정이었다. 2. images 폴더를 만들고 사용할 이미지를 넣었다. 3. pubspec.yaml에 주석된 assets 부분을 풀고, images 폴더를 명시해주었다. 4. 실행한 결과, asset을 load할 수 없다는 이슈가 발생. 해결 1. terminal에서 다음과 같이 flutter pub get, flutter upgrade를 실행. 하지만, 문제 해결 되지 않음 2. flutter clean을 실행한 다음, AndroidStudio를 restart, 그리고 다시 flutter pub get. 3. 실행해보면 다음과 같이 뜨는 것을 확인. 원인 1. pubspec.yaml이 ..
이슈 1. 다음과 같이 gitlab CI/CD에서 build가 failed났다. log를 보니, artifact문제로 보인다. WARNING: Uploading artifacts as "archive" to coordinator... failed id= responseStatus=504 Gateway Time-out status=504 token= FATAL: invalid argument 2. 쿠버네티스에서 gitlab이 돌아가고 있는 pod의 log를 보았다. Could not create cache adapter error=cache factory not found: factory for cache adapter "" was not registered 해결 1. Gitlab - setting - C..