'-'에 해당되는 글 135건
- 2010.07.15 아이폰 뷰 추가하는법 - 도움이 된글ㅇ
- 2010.06.28 흑형 ㅋㅋㅋㅋㅋ
- 2010.06.24 iphone touch event
- 2010.06.03 vmware tool 설치 팁.
- 2010.06.02 이클립스 파일 경로..설정
- 2010.06.01 이클립스(eclipse) classpath 설정
- 2010.05.18 [Object-C] Memory Management
- 2010.05.08 plist 파일 활용하기
- 2010.05.07 앱스토어(AppStore)에 어플리케이션을 올려보자.
- 2010.05.07 cocos2d 디버그 intro? 메시지 끄는 방법 (0.8.2 version)
카테고리 없음2010. 7. 15. 10:44
예전것/웃긴거2010. 6. 28. 07:51
예전것/SmartPhone2010. 6. 24. 12:35
'예전것 > SmartPhone' 카테고리의 다른 글
Device Emulator Manager 가 없을때 (0) | 2009.11.14 |
---|---|
T 옴니아 펌웨어 업그레이드를 위한 usb cdma 드라이버 설치중 (0) | 2009.10.29 |
예전것/Linux Basic2010. 6. 3. 23:32
Certainly help for me – had been trying update the Kernel for hours and this put me on the right track.
Using Vmware version of OpenEmm running Centos 5.
Couple of other commands that help me solve this:
1. Install packages to build the kernel modules
yum install gcc kernel-devel
2. Check the running kernel matches the kernel headers
uname -r # running kernel
rpm -q kernel-devel # installed kernel headers
5. If the two versions do not match, run
yum -y upgrade kernel kernel-devel
reboot
7. Find out where the kernel headers are
ls -d /usr/src/kernels/$(uname -r)*/include
Sourced this from http://www.thoughtpolice.co.uk/vmware/howto/centos-5-vmware-tools-install.html
Many thanks.
'예전것 > Linux Basic' 카테고리의 다른 글
Ubuntu 10.04 LTS intall (0) | 2012.02.04 |
---|---|
vi setting (0) | 2010.04.02 |
SetUID를 이용한 해킹 (0) | 2009.09.07 |
find 옵션에 +,- 붙은것들 (0) | 2009.09.07 |
SETSUID에 대하여 (0) | 2009.09.07 |
예전것/Java & Eclipse2010. 6. 2. 00:50
'예전것 > Java & Eclipse' 카테고리의 다른 글
이클립스(eclipse) classpath 설정 (0) | 2010.06.01 |
---|
예전것/Java & Eclipse2010. 6. 1. 23:38
eclipse 에서 classpath를 설정할때 다음과 같이 한다.
프로젝트의 property를 설정하기 위해 다음과 같이 한다.
1. 프로젝트에서 오른쪽버튼 - properties
2. 다음 그림에서 Java Build Path 에서 설정
'예전것 > Java & Eclipse' 카테고리의 다른 글
이클립스 파일 경로..설정 (0) | 2010.06.02 |
---|
카테고리 없음2010. 5. 18. 10:02
예전것/IPHONE Programming2010. 5. 8. 10:22
'예전것 > IPHONE Programming' 카테고리의 다른 글
editButtonItem set but no minus button problem (0) | 2010.08.27 |
---|---|
view animation fade in out 효과주기 (0) | 2010.08.26 |
cocos2d 디버그 intro? 메시지 끄는 방법 (0.8.2 version) (0) | 2010.05.07 |
Xcode, Subversion Error: 155007 (Path is not a working copy directory) (0) | 2010.05.07 |
Xcode, SVN and the build dir... (0) | 2010.05.07 |
카테고리 없음2010. 5. 7. 10:42
출시 프로세스
1 . 애플 개발자 센터 로그인 후 (http://developer.apple.com/iphone/index.action )
iTunes Connect 항목을 선택합니다.
2. Manage Your Applications에 들어가서 어플리케이션을 추가하면, 등록 신청이 됩니다.
등록 신청을 할 때, 배포용으로 작업 완료된 어플리케이션 파일, 아이콘 이미지, 스크린샷, 어플리케이션 설명을 준비해 놓아야 한다. 이 과정에서 어플리케이션 가격 및 판매 지역 등을 선택할 수 있습니다.
그후 내용은 http://blog.xiles.net/228 여기 참조하자
예전것/IPHONE Programming2010. 5. 7. 00:26
구글링한것과 달리 0.8.2 에서는
COCOS2D_DEBUG=1
위와 같은 메시지가 존재하지 않는다.
결국 구글링으로 해결했지만
default.png를 지운다음에 Try "Build"->"Clean All Targets" 를 하면 해결된다.
'예전것 > IPHONE Programming' 카테고리의 다른 글
editButtonItem set but no minus button problem (0) | 2010.08.27 |
---|---|
view animation fade in out 효과주기 (0) | 2010.08.26 |
plist 파일 활용하기 (0) | 2010.05.08 |
Xcode, Subversion Error: 155007 (Path is not a working copy directory) (0) | 2010.05.07 |
Xcode, SVN and the build dir... (0) | 2010.05.07 |