일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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 |
- JavaScript
- 기념일관리
- MFC
- API
- ClickOnce
- C#
- php
- 자바스크립트
- .net
- 한 번만 실행
- self-signed ssl
- 설치제거
- docker
- Font
- net
- Antialiasing
- 와이브로
- C/C++
- GDI
- 블루투스 헤드셋
- 크래시로그
- protobuf-c
- VS2008
- PDA
- EUC-KR
- crashlog
- M8200
- 데이터 전달
- plcrashreporter
- phpmailer
- Today
- Total
목록전체 글 (292)
~☆~ 우하하!!~ 개발블로그
iOS 개발자를 위한 Back-End Framework DevTong 을 소개합니다. 자세한 내용은 http://devtong.com 으로 가시면 내용이 있습니다. 간략하게 소개를 하자면 다음과 같습니다. 많이 홍보해 주세요. Back-End Framework for iOS개발자가 사용하기 쉬운 형태의 Framework Library 가 제공됩니다.개발자가 필요로 하는 유용한 라이브러리 제공을 목표로 합니다.InApp Receipt VerifyInApp Item 과 연동되는 파일 제공Push MessageAdHoc 자동 업데이트 (OTA) 체크App Notice 체크App Update 체크App Crash Log 전송App User Reports
download : http://www.mantisbt.org/download.php 파일을 다운로드받아서 서버에 올리고 url 을 치고 들어감. 설치 완료 후 administrator / root 로 초기 로그인한 뒤 패스워드 변경, admin 폴더 삭제
NSLog(@"result = [%@]", [NSString stringWithString:nil]); 결과는 crash!!*** Terminating app due to uncaught exception 'NSInvalidArgumentException', reason: '*** -[NSPlaceholderString initWithString:]: nil argument' 그렇다면 [[NSString alloc] initWithString:nil] 의 결과값은? 역시 crash!! *** Terminating app due to uncaught exception 'NSInvalidArgumentException', reason: '*** -[NSPlaceholderString initWithStrin..
iPhone 프로젝트 빌드시 빌드넘버를 수동으로 증가시켜왔는데아래 링크에서 자동증가를 위한 스크립트 작성에 도움을 받을 수 있었다.빌드버전 자동생성 블로그 가기내가 사용한 스크립트는 위 블로그에서 설명하고 있는 스크립트를 조금 손 본 것이다.
How to edit the hosts file in Mac OS X – Leopard April 6, 2009 by decoding Introduction The hosts file is a text file that maps hostnames to IP addresses. Upon typing a url address on the browser, the system is checking if there is a relevant entry on the hosts file and gets the corresponding IP address, else it resolves the IP via the active connection’s DNS servers. The hosts file can be edite..
Windows용으로는 TortoiseSVN 이 최고다. Mac용 subversion client 프로그램 (무료 또는 평가판 위주) SmartSVN : http://www.syntevo.com/smartsvn/index.html 평가판. 아쉽게 한글지원이 제대로 안된다. svnX : http://svnx.lachoseinteractive.net open source project. 한글지원OK SCPlugin : http://scplugin.tigris.org/ open source ??. finder plugin 형태. TortoiseSVN과 유사함. RapidSVN : http://rapidsvn.tigris.org/ GNU General Public License.
크래시로그에 스택트레이스를 남기기 위한 파일
프로그램 최초 실행시 - (BOOL)application:(UIApplication *)application didFinishLaunchingWithOptions:(NSDictionary *)launchOptions - (void)applicationDidBecomeActive:(UIApplication *)application 프로그램 백그라운드모드로 전환시 (멀티태스킹 지원되는 iOS) - (void)applicationWillResignActive:(UIApplication*)application - (void)applicationDidEnterBackground:(UIApplication *)application 프로그램 포그라운드모드로 전환시 - (void)applicationWillEnterF..