lab.naminsik
  • Javascript, jQuery
  • Reactjs
  • React Native
  • iOS
  • Android
  • AWS
  • Server
  • Html, CSS
  • Php
  • asp .net
  • SQL
  • Word Press
search
keywords
  • Android 2018‧01‧10

    ~ free bytes and 2MB until OOM 에러

    manifests > AndroidManifest.xml 안에 android:largeHeap="true" 와 android:hardwareAccelerated="false" 를 추가해준다. <application android:name=".SetApplication" android:allowBackup="true" android:icon="@mipmap/ic_launcher" android:label="@string/app_name" android:roundIcon="@mipmap/ic_launcher_round" android:supportsRtl="true" android:largeHeap="true" android:hardwareAccelerated="false" android:theme="@style/AppTheme"> 이유나 문서가 필요하면 안드로이드 개발 사이트를 참고하면 된다. https://developer.android.com/topic/performance/graphics/index.html  

popular

  • refers to a value, but is being used as a type here. Did you mean 'typeof'
  • 리액트 네이티브 DB 선택 고민할 때 sqlite 쓰지 마세요. (API 30 오류 및 임시 해결방법 포함)
  • jQuery - 마우스 이동 좌표 값 부드럽게 가져오기
  • /opt/bitnami/bncert-tool 오류
  • 키보드 키 코드
  • new Date 지난 달 가져오기 (특히 1월이면 지난 해 12월)
  • http 를 https 로 리다이렉트 시키기 (.htaccess 파일 작동 안될 때)
  • JS-setTimeout() , clearTimeout()
  • php- 날짜 비교 개월 수로 표현하기
  • mediaPlayer 재생 완료 이벤트 받기

comment

  • 감사합니다!
  • 감사합니다~
  • 잘 해결 되셨다니 다행입니다!...
  • 정말 감사합니다. 덕분에 해결했습니다!...
  • 유용한정보 대단히 감사합니다....