js numbers = [n,n,n,n,n]; target = n; ex) func([1,1,1,1,1],3); function bfs(numbers, target) { let answer = 0; getAnswer(0, 0); function getAnswer(x, value) { if (x < numbers.length) { getAnswer(x + 1, value + numbers[x]); getAnswer(x + 1, value - numbers[x]); } else { if (value === target) { answer++; } } } return answer; } function bfs(numbers, target) { let answer = 0; let tmp = numbers.shift..
1번. const _addComma = (num) => { const currencies = RNLocalize.getCurrencies(); const [defaultCurrency] = currencies || 'USD'; return Number(num).toLocaleString(i18n.locale, { style: 'currency', currency: defaultCurrency }); }; 2번 1) I18n.js에서 I18n.locale = 'ko-KR'; 2) i18n.js에서 각 locale을 바라보는 리소스에서 number: { currency: { format: { unit: '원', delimiter: ',', separator: '.', precision: 0, format: ..
*안드로이드만 동작 함, 매니패스트 //권한 //서비스 선언 import android.annotation.SuppressLint; import android.app.Notification; import android.app.NotificationChannel; import android.app.NotificationManager; import android.app.PendingIntent; import android.app.Service; import android.content.Context; import android.content.Intent; import android.graphics.PixelFormat; import android.net.Uri; import android.opengl.Vis..
- Total
- Today
- Yesterday
- 차번호 정규식
- insert
- 구글 맵 선그리기
- https://medium.com/@limgyumin/%EC%BD%94%ED%8B%80%EB%A6%B0-%EC%9D%98-apply-with-let-also-run-%EC%9D%80-%EC%96%B8%EC%A0%9C-%EC%82%AC%EC%9A%A9%ED%95%98%EB%8A%94%EA%B0%80-4a517292df29
- Android
- 자바
- ubunut android
- 차번호 정규표현식
- not found adb
- mac android
- ubunut 설치 link
- not starting .bash_profile
- 안드로이드
- 클래스형 코드
- rn
- mongo db
- react native state
- 명령어
- 데이터베이스
- 귀찮아;;
- spannableText
- not working adb
- text 부분 색 칠하기
- React Native
- 함수형 코드
- nosql
- MongoDB
- adb 환경변수
- 구글 맵 경로 그리기
- https://hwan-shell.tistory.com/244
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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 |