몽고디비 GUI 클라이언트 Robomongo


osx, windows, linux 를 지원


http://robomongo.org/


mongodb 설치에 앞서

맥의 패키지 관리를 위해 brew 설치...


$ brew install mongodb


설치 끝.


실행은 

$ mongod --config /usr/local/etc/mongod.conf



실행 확인

$ telnet localhost 27017


몽고디비 기본 실행 포트가 27017



SwiftJSON을 사용하여 에뮬레이터로 잘 쓰다가 실 기기에 올릴려고 하니

오류를 뱉어냄...


dyld: Library not loaded: @rpath/SwiftyJSON.framework/SwiftyJSON

Referenced from: /private/var/mobile/Containers/Bundle/Application/3B9AD547-27D4-4B68-A9EC-9B9F6A23B4BA/xxxxxx.app/xxxxxxx

Reason: image not found


오류 메세지를 보고 처음엔 이미지가 없나 했음 --;

구글링을 통해서 https://github.com/SwiftyJSON/SwiftyJSON/issues/96
댓글을 보면 그냥 SwiftJSON파일을 복사 하라고 함.

프로젝트 참조로 쓰던 걸 파일 복사해서 빌드 변경...잘 된다.


코드 자동 맞추기 ( 열 정렬)

블럭지적 -> 우 클릭 -> Structre -> Re-Indent


좌, 우 정렬

왼쪽 : Cmd + ]

오른쪽 : Cmd + [

참고 사이트

http://www.sitepoint.com/introduction-swift-programming-language/


참고 사이트 중간 부터, 비동기 관련 내용을 참고


GitHub

https://github.com/sitepoint-editors/UpcomingMovies/tree/Final

+ Recent posts