본문 바로가기
FCM 오랜만에 예전에만들었던 프로젝트를 다시꺼내와서 실행해보니 다 터져있다 그중 푸쉬관련기능중 예전에 쓰던것은 지우고 해당플러그인으로 변경 https://github.com/andrehtissot/cordova-plugin-fcm-with-dependecy-updated GitHub - andrehtissot/cordova-plugin-fcm-with-dependecy-updated: Google FCM Push Notifications Cordova Plugin Google FCM Push Notifications Cordova Plugin. Contribute to andrehtissot/cordova-plugin-fcm-with-dependecy-updated development by creating .. 2022. 3. 10.
윈도우 11 작업표시줄 그룹화 해제 https://github.com/valinet/ExplorerPatcher GitHub - valinet/ExplorerPatcher: This project aims to enhance the working environment on Windows This project aims to enhance the working environment on Windows - GitHub - valinet/ExplorerPatcher: This project aims to enhance the working environment on Windows github.com 해당 깃헙에서 다운후 프로그램 실행 es_setup.exe 2022. 3. 7.
버전체크 npm-check-updates https://www.npmjs.com/package/npm-check-updates npm-check-updates Find newer versions of dependencies than what your package.json allows. Latest version: 12.3.0, last published: 9 days ago. Start using npm-check-updates in your project by running `npm i npm-check-updates`. There are 392 other projects in the npm registry www.npmjs.com npm install -g npm-check-updates ncu 명령어로 가능업데이트 확인 ncu -u로 버.. 2022. 2. 17.
인공지능 머신러닝 딥러닝 https://blogs.nvidia.co.kr/2016/08/03/difference_ai_learning_machinelearning/ 인공 지능과 머신 러닝, 딥 러닝의 차이점을 알아보자 - NVIDIA Blog Korea 인공 지능과 머신 러닝, 딥 러닝의 차이점을 알아보자 세기의 바둑대전에서 구글 딥마인드의 인공지능 ‘알파고(AlphaGo)’ 프로그램이 한국의 이세돌 9단을 꺾었을 때, 알파고의 승리 배경을 blogs.nvidia.co.kr 차이는 잘설명해놨다 저기에 키워드 '텐서플로우,케라스,젠심,사이킷런,주피터노트북,넘파이,판다스,맷플롭립' 텐서플로우 이것저것 뒤져보면서 1버전과 2버전이 있다. 2버전기준으로 배우는게 좋아보인다 또한 파이썬에 대해서 익숙해져야할 필요가 있을듯하다 개발환경은 .. 2021. 11. 4.
react create-react-app xxx --template particles-typescript yarn add @material-ui/core 2021. 9. 8.
'authorizationStatus()' was deprecated in iOS 14.0 https://developer.apple.com/documentation/corelocation/cllocationmanager/1423523-authorizationstatus Apple Developer Documentation developer.apple.com https://www.python2.net/questions-1214864.htm swift - iOS 14에서 사용자 위치 권한 상태 확인 그래서 iOS14에서 사용자 위치에 액세스 할 수 있는지 확인하고 싶었습니다.이 code를 찾았지만 XCode (12)가 다음과 같이 소리칩니다. 'authorizationStatus()' was deprecated in iOS 14.0 code는 다음과 같습니다. f www.python2.net f.. 2021. 6. 7.
Your password does net satisfy the current policy requirements show variables like 'validate_password%' validate_password.check_user_nameON validate_password.dictionary_file validate_password.length8 validate_password.mixed_case_count1 validate_password.number_count1 validate_password.policyMEDIUM validate_password.special_char_count1 policy가 MEDIUM으로 되어있는것을 확인할수 있다. set global validate_password.policy=LOW; 변경후 진행 2021. 5. 7.
NodeJS: PM2 Startup on Windows[2022-10-19] https://github.com/jessety/pm2-installer 아래 썻던 모듈 pm2-windows-service [DEPRECATED] 로 인해 변경 해당 파일을 다운후 해당 폴더로 이동해서 명령어실행시 완료 npm run configure npm run configure-policy npm run setup -- 서비스가 시작되지 않는 문제https://github.com/jessety/pm2-installer/issues/8 ============================================ blog.cloudboost.io/nodejs-pm2-startup-on-windows-db0906328d75 NodeJS: PM2 Startup on Windows How to deal.. 2021. 5. 6.
videojs fullscreen landscape 안드로이드 웹뷰에서 videojs로 실행시킨 동영상이 풀스크린으로 작동되지 않았다. kutar37.tistory.com/entry/Android-webview%EC%97%90%EC%84%9C-HTML-video-%EC%A0%84%EC%B2%B4%ED%99%94%EB%A9%B4-%EC%9E%AC%EC%83%9D Android : webview에서 HTML video 전체화면 재생 Android : webview에서 HTML video 전체화면 재생 안드로이드에서 webview로 해당 url에 접속할 때 기본적으로 setWebChromeClient() 와 setWebViewClient()를 설정해주는데, 보통과 같이 진행하면 HTML video 태.. kutar37.tistory.com 해당 내용을 기본으로.. 2021. 3. 22.