본문 바로가기

2015/02

[android] android studio 설치 다운로드 사이트 http://developer.android.com/index.html 다운로드 받은 후 설치 -> next.. next.. next.. next.. 기본설정으로 일단 설치.. 후 실행하니 바로 에러.. 64비트로 jdk설치 JDK 다운로드 사이트 : http://java.oracle.com 설치 후 환경변수에 JAVA_HOME 등록 다시 실행하면 정상동작.. 다음 포스팅에서는 하이브리드앱을 만들기 위한 준비를 해보도록 한다. 더보기
[angularjs] filter된 array 사이즈 알아내기 아래와 같이 array를 filter할 경우 그 length를 가져오는 예제이다filter한 내용을 새로 변수를 선언해서 넣어주는게 포인트이다. 12345678910111213141516171819202122 Filter: Add sth to the list minus sth from the list {{item}} Filtered list has {{filtered.length}} items Colored by Color Scriptercs 데모See the Pen angularjs filter length by homin ahn (@beans9) on CodePen. // 필터된 데이터 길이 구하기 더보기
[eclipse/tip] 파일찾기 중 특정폴더 제외하기 이클립스를 사용하다보면 open resource(단축키:ctrl + alt + r)이나 파일찾기를 많이 사용하는데target 폴더에 내용이 같이 나와 가끔 실수를 하곤한다. 검색결과에서 제외시키는 방법 제외하고자 하는 폴더 우클릭 -> properties Resource에 Attribute항목에 Derived 체크 이렇게 해주면 검색결과나 open resource에서 검색되지 않는다. eclipse,target,open resource,ignore,파일찾기,제외 더보기