본문 바로가기

기타공부

(4)
[github] master -> master (non-fast-forward)오류 1) master -> master (non-fast-forward) errorgit fetch origin master:tmpgit rebase tmpgit push origin HEAD:mastergit branch -D tmp 2) .gitignore 전에 이미 파일을 업로드 한 경우git rm -r --cached .git add .git commit -m "fixed file commit" https://stackoverflow.com/questions/28429819/rejected-master-master-fetch-first/40711218#40711218?newreg=cf73c9d57dd74ccebb79ec7fb70fb7af master (fetch first)'" in Git? When..
개념 공부 https://brunch.co.kr/@imagineer/94좋은 안드로이드 앱 개발자가 되는 법안드로이드 개발 가이드라인 | 아래는 시리즈 목차이자 첫 글 모바일 애플리케이션 개발은 변화 속도가 매우 빠르다. 물론 웹 개발 쪽도 정말 변화 속도가 빠르지만, 비교하자면 안드로이드나 iOS는 각각 구글과 애플이 주도해서 변화를 이끌어나간다면 웹 쪽은 각지에서 새로운 패러다임을 들고 나와서 "내가 최고가 될 거야!"라고 소리치는 느낌이랄까.brunch.co.kr캐시(cache)는 컴퓨터에서 말하는 임시 저장소Parse란 프로그램에서는 주로 다른 언어로 작성된 문서를 디코딩 한다는 의미Adapter는 하나의 Object(객체)로서, 보여지는 View와 그 View에 올릴 Data를 연결하는 일종의 Bridge..
[hackerrank]sorting 공부(comparable, comparator), 계수정렬 https://gmlwjd9405.github.io/2018/09/06/java-comparable-and-comparator.html[Java] Comparable와 Comparator의 차이와 사용법 - Heee's Development BlogStep by step goes a long way.gmlwjd9405.github.iohttps://jeong-pro.tistory.com/173
[JSON Schema] convert json to java POJO https://jsoneditoronline.org/ JSON Editor Online - view, edit and format JSON online jsoneditoronline.org key값을 하나씩 넣어줌 Chrome 웹 스토에서 json viewer 설치