분류 전체보기

    [cocos studio] 세로 화면에서 개발하기

    [cocos studio] 세로 화면에서 개발하기

    회전에 대한 자세한 설명 : http://hiddenviewer.tistory.com/207회전에 대한 기기별 조작법 : http://m.blog.naver.com/mssixx/150172468535 이 부분을 반드시 처리해야한다.이 '프로젝트 명'을 선택하면 아래의 화면이 나오는데 Device Orientation의 부분만 체크를 해야한다. Reference : http://zzaps.tistory.com/131 cocos2d-x 로 프로젝트를 생성하면, 기본적으로 가로 화면으로 설정되어져 있다. 난 세로 화면에서 돌아가는 게임을 만들고 싶은데, 어떻게 하면 좋은가? RootViewController.mm 에서 아래 내용으로 수정하면 된다.// For ios6, use supportedInterface..

    [mac osx] file attribute에 @가 있는 것은?

    attribute extend라는 것인데 아직은 정확히 개념을 잡지 않고 사용법만 익힌 후 넘어간다. Use the xattr command. You can inspect the extended attributes:$ xattr s.7z com.apple.metadata:kMDItemWhereFroms com.apple.quarantine and use the -d option to delete one extended attribute:$ xattr -d com.apple.quarantine s.7z $ xattr s.7z com.apple.metadata:kMDItemWhereFroms you can also use the -c option to remove all extended attributes:..

    [mac osx] eclipse error, Android SDK and AVD Manager ...

    [에러 메세지]'Android SDK and AVD Manager' cannot be made visible because all of its children are in unavailable action sets. [해결 방법]1.I think perspective has been changed by you.Go to Windows -> Open Perspective->Other and Select "Java(Default)" and click OK. reference : http://stackoverflow.com/questions/13885051/cant-see-android-sdk-manager-option-after-installation-run-as-administrator-do 2.I hav..

    [mac osx] xcode에서 vim사용하기

    331 git clone https://github.com/XVimProject/XVim.git 332 ls 333 cd XVim/ 334 ls 335 make 336 cd 337 mv ~/Downloads/vimrc .xvimrc 338 ls Reference : http://blog.cahg.org/wp/?p=305

    [mac osx] terminal beep sound off / 터미널 효과음(비프) 없애기

    [mac osx] terminal beep sound off / 터미널 효과음(비프) 없애기

    우분투에서 개발을 하다가 요즘에는 맥에서 개발을 시작했다. 그랬더니 우분투의 터미널에서 탭을 누르는 습관 덕분에 비프음(경고음)을 엄청 듣게 되었다. 더 스트레스 받기 전에 비프음을 끄는 설정을 해주었다.

    Makefile 내장함수를 사용해서 test해보기

    all : test1 test2 test3 test4 test5 @echo all start A = b test1 : @echo Test1 start @echo A @echo $(A) VAR = OLD A := $(VAR)# OLD (:= call by value) B = $(VAR)# OLD (= call by reference) VAR = NEW test2 : @echo Test2 start @echo $(A) @echo $(B) FILES = $(wildcard *.c) test3 : @echo Test3 start @echo $(FILES) PATHS = / test /usr/bin DIRS = $(dir $(PATHS)) test4 : @echo Test4 start @echo $(DIRS) #..

    [펌] ISO C와 ISO C++의 차이

    http://cinsk.github.io//articles/cdiff.html#sec-5

    PDF editor - web / pdf 편집을 웹에서 간단히 하는 방법

    PDF editor - web / pdf 편집을 웹에서 간단히 하는 방법

    우분투에서 pdf의 글자를 수정하기 위해서 이것저것 찾다가 발견한 사이트입니다! 이름해서PDFescape!!(http://www.pdfescape.com/) 수정하는 과정은 아래와 같습니다. 로그인 없이 파일 선택으로 파일을 불러옵니다.그러면 자동으로 편집창이 뜰껍니다. 편집 툴로 편집하면 끝~!