programming 썸네일형 리스트형 [Android] [Error] android.content.res.Resources$NotFoundException: String resource ID Object 형의 맵에 글로벌 데이터를 임시저장해 사용할 때가 있었다.SharedProperty 나 싱글턴으로 리소스를 잠깐 사용할 때에 썼다. 그런데 한 두번씩 이런 오류가 나오면 미칠것 같다. android.content.res.Resources$NotFoundException: String resource ID그런 리소스 못찾았다는 것이다.문자열 또는 문자스트림만을 입력으로 갖는 TextView 나 EditText 같은 것에 강제로 int 나 Object 를 입력하면 이런 오류를 주고 있다.입력전에 형변환을 꼭 하도록 하자. 참고 : http://jcwithus.tistory.com/37 더보기 [Android] [Error] Error:null value in entry: incrementalFolder=null 이전 어플에서 사용하던 라이브러리를 심다가 오류를 만났다.미쳐버릴것만 같다. Error:null value in entry: incrementalFolder=null .gradle 폴더를 지웠더니 잘 되더라.간혹 test 나 이쪽에서도 괜히 심심할까봐 오류가 나와주는데,깔끔하게 폴더째로 정리를 해주고 다시 빌드를 하자. 참고 : https://stackoverflow.com/questions/41197045/errornull-value-in-entry-incrementalfolder-null 더보기 [SQL] [Error] The database disk image is malformed 안드로이드 어플리케이션에서 외부 DB 를 지정할 필요가 있었다. 내부 DB 혹은 웹을 통해 받을 수도 있겠지만, 모르는 방법을 도전하여 알아가는 맛은 정말이지 짜릿하다.당시, 대단한 작업을 하는 것은 아니었으나 미리 작업해두어야할 입력 데이터가 20만건 정도가 되어 (약 3개 언어로 번역된 성경데이터) 아래와 같은 오류가 났었다. The database disk image is malformed!데이터 베이스 파일이 형식에 맞지 않는다는 그런 소리 같은데...방법은 깔끔하게 삭제하고 다시 만들거나 덤프 파일을 하나 만들어 외부 출력이후 생성하는 방법이다. 명령창에서 직접 작업하면 된다. sqlite> .mode insertsqlite> .output dump_data.sqlsqlite> .dumpsqli.. 더보기 [Eclipse] [Error] A Java Runtime Environment (JRE) or Java Development Kit (JDK) must be... 안녕하세요. Bot - binoo 입니다. 오늘은 이클립스 에러/오류 알럿창과 관련된 주제로 간단하게 정리 해볼까 합니다. 다음과 같은 오류 메시지를 만난 경우 대처할 방법들을 몇가지 안내합니다. Error :A Java Runtime Environment (JRE) or Java Development Kit (JDK) must be available in order to run Eclipse. No Java virtual machine was found after searching the following locations :xxxx/xxxxEclipse Error / Alert messages in Window. 말 그대로 이클립스가 JRE 혹은 JDK 를 못 찾아서 실행이 안되는 상황입니다. 해결방.. 더보기 [용어정리] 클래스 객체 인스턴스 안녕하세요. Bot - binoo 입니다. 오늘은 클래스 객체 인스턴스는 대체 무엇일까라는 주제로 간단하게 정리 해볼까 합니다. OOP 에서 유독 중요하게 다루어야할 것이 Object(객체)인데 최근까지 저는 객체(Object) 와 Instance 를 혼용한 것은 아닌지 되짚어 봅니다. 1. Class & Classification - 최근 python 을 이용한 Classification 예제가 쏟아짐에 따라 확실한 구분과 명확한 용어 리마인드가 중요하다고 느껴졌습니다. 어려운 내용이 아닙다. Class 가 대체 무엇인가 모르겠다면 Classification 을 살펴봅시다. Classification 설명 영상 (동영상 1-1) - (너무 시끄러워서 짜름): http://www.playrific.com.. 더보기 [Algorithm] Birthday Cake Candles 안녕하세요. Bot - binoo 입니다. > Hi, I am Bot-binoo. 이번에 풀어볼 문제는 Birthday Cake Candles 입니다. > The problem to solve this time is Birthday Cake Candles. > Header : copyrighted by Bot-binoo. > Post. > Quest.Colleen is turning years old! Therefore, she has candles of various heights on her cake, and candle has height . Because the taller candles tower over the shorter ones, Colleen can only blow out the ta.. 더보기 [Algorithm] Connecting Towns > Quest.Gandalf is travelling from Rohan to Rivendell to meet Frodo but there is no direct route from Rohan (T1) to Rivendell (Tn).But there are towns T2,T3,T4...Tn-1 such that there are N1 routes from Town T1 to T2, and in general, Ni routes from Ti to Ti+1 for i=1 to n-1 and 0 routes for any other Ti to Tj for j ≠ i+1Find the total number of routes Gandalf can take to reach Rivendell from Roha.. 더보기 [Algorithm] Handshake / 악수 > Quest.At the annual meeting of Board of Directors of Acme Inc, every one starts shaking hands with everyone else in the room. Given the fact that any two persons shake hand exactly once, Can you tell the total count of handshakes? > Input.Input Format The first line contains the number of test cases T, T lines follow. Each line then contains an integer N, the total number of Board of Directors.. 더보기 이전 1 ··· 4 5 6 7 8 9 다음