본문 바로가기

Develop

Cordova 프로젝트 시작하기 Cordova 프로젝트 시작하기예)$ cordova create Baz $ cd Baz $ cordova platform add android $ cordova build $ cordova serve android # That speeds up the setup process of new projects enormously. http://ionicframework.com/getting-started/Install Ionic$ npm install -g cordova ionic Run it$ ionic start myApp tabs # blank tabs sidemenu $ cd myApp $ ionic platform add android # 실행이 되지 않으면, ANDROID_HOME 설정 $ ioni.. 더보기
통계 데이타 통계 데이타 자료 통계청, www.kostat.go.kr 국가통계포털, kosis.kr e-나라지표, www.index.go.kr 대외 결제 정책 연구회, www.kiep.go.kr 한국 개발 연구원, www.kdi.re.kr 삼성 경제 연구소, www.seri.org 인터넷 사용자 조사, www.ad.co.kr visualnews, http://www.visualnews.com 출입국 사무소, http://www.immigration.go.kr/ 출입국 통계, http://kto.visitkorea.or.kr/kor/notice/data/statis/profit/notice/inout/popup.kto#search 더보기
postgis 설치하기 defaultPOSTGIS_SQL_PATH=pg_config --sharedir/contrib/postgis-2.1Creating the template spatial database.createdb -E UTF8 template_postgis createlang -d template_postgis plpgsql # Adding PLPGSQL language support. Allows non-superusers the ability to create from this templatepsql -d postgres -c "UPDATE pg_database SET datistemplate='true' WHERE datname='template_postgis';" Loading the PostGIS SQL r.. 더보기
scrapy and django scrapy 에서 저장한 item을 장고의 db에 저장하는 방법scrapy에게 장고 프로젝트와 설정의 위치를 알려준다.sys.path.append('[project path]') os.environ['DJANGO_SETTINGS_MODULE'] = '[setting path]' ex) sys.path.append('/Users/harry/work/map') os.environ['DJANGO_SETTINGS_MODULE'] = 'map.settings' 더보기
두개 이상의 github 계정으로 작업하기 https://gist.github.com/jexchan/2351996 #acc1 Host github.com-acc1 HostName github.com User git IdentityFile ~/.ssh/id_rsa_acc1 #acc2 Host github.com-acc2 HostName github.com User git IdentityFile ~/.ssh/id_rsa_acc2 ✗ git remote -vorigingit@github.com-acc1:acc1/repo1.git (fetch)origingit@github.com-acc1:acc1/repo1.git (push)origingit@github.com-acc2:acc2/repo2.git (fetch)origingit@github.com-acc.. 더보기
Github 작업중일때. 한국시간으로 토요일 오후 9시지만, Github는 쉬네요.우리도 쉬라는 뜻이겠죠.https://github.com/ 더보기
matplotlib 설치하는 방법 더보기
Goverment agencies와 Github 의 만남. http://government.github.com/ 더보기

반응형