일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | 2 | 3 | 4 | 5 | 6 | 7 |
8 | 9 | 10 | 11 | 12 | 13 | 14 |
15 | 16 | 17 | 18 | 19 | 20 | 21 |
22 | 23 | 24 | 25 | 26 | 27 | 28 |
29 | 30 | 31 |
- publish setting
- Renewal
- flashplayer
- Demo
- wireless keyboard
- ExteranlInterface
- fd3
- debuger
- FlashDevelop
- ubuntu touch
- 비트맵리사이즈
- android studio
- Lifefilm
- TweenMax
- Alpha
- SWFObject
- javascript
- complie
- 가로
- papervision3d
- 단말 테스트
- Movieplayer
- FLVPlayback
- flash
- FLV Player
- smoothing
- red5
- cocos2d-x
- ios
- os x
- Today
- Total
목록Lab (56)
ALL ABOUT ME
| 준비1. full source download: https://developers.google.com/protocol-buffers/ 2. compile: $ ./configure --prefix=/Users/threeword/protobuf/: $ sudo make: $ sudo make install 3. eclipse plugin install and settings: 플러그인 설치 - http://protobuf-dt.googlecode.com/git/update-site (참고 https://code.google.com/p/protobuf-dt/): 설정 - preference > Protocal Buffer > Complie .proto files on save 체크: Main Tab - ..
| 준비Xcode 설치 | 땅Xcode -> Preference -> Downloads -> Component 에서 Command Line Tools 를 인스톨 | Xcode 설치 안하고 사용하기Xcode 용량이 8GB로 생각보단 덩치가 크기 때문에 굳이 Xcode가 필요하지 않으면 아래 별도로 패키징된 Command Line Tools 만 다운 받아 사용 Download for Apple Developers: 사용 OS에 맞는 버전을 다운 받아 설치
TTY 멀티플랙서 http://www.iterm2.com
http://developer.android.com/reference/android/util/TimingLogger.html A utility class to help log timings splits throughout a method call. Typical usage is: TimingLogger timings = new TimingLogger(TAG, "methodA"); // ... do some work A ... timings.addSplit("work A"); // ... do some work B ... timings.addSplit("work B"); // ... do some work C ... timings.addSplit("work C"); timings.dumpToLog(); T..