| 일 | 월 | 화 | 수 | 목 | 금 | 토 |
|---|---|---|---|---|---|---|
| 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 |
- 아이맥
- iPhone
- ObjectiveC
- 볼링
- java
- Objective-C
- 윈도우즈7
- 퇴사
- Mobile
- 오브젝티브C
- 아이폰
- install
- mac
- windows
- windows7
- 링크
- 맥
- WebService
- 윈도구7
- 애플
- cagr48com
- 윈도구
- VISTA
- 설치
- Number
- WSDL
- screen
- 형식
- 7932
- c#
- Today
- Total
목록전체 글 (318)
A colossal Dreamer: GR鐵塔-天生我材
뭔가 수치연산을 위해서 난수생성기를 써야할 필요가 생겼다. Objective-C 에서는 어떻게 생성해야할까.? 간단하다. 오래된 C 문법을 기억해보자. int rand(); long random(); int n = rand(); //
오랜만에 올리는 막에 대한 포스팅이군용. 일단 관련링크 3개를 첨부하니 관심있으면 보십시오. http://support.apple.com/kb/TA27291 http://discussions.apple.com/thread.jspa?threadID=1933306 http://discussions.apple.com/thread.jspa?threadID=2293073&tstart=0 우선 내용을 파악하여 보면, root 권한이 있어야 편집이 가능하는 군용.. 기억을 더듬어 보면, su 명령을 쓰는가 보다 했는데.. sudo 명령을 쓰면 되네요.. sudu vi /etc/hosts 이렇게 실행하면, 본인의 password를 한 번 입력해 주는 것으로 root 권한을 획득할 수 있습니다.
copyright www.irontop.com All rights reserved. This Example show to you that communication with iPhone App, iPhone UIWebView each other There is two ways for commucation. One is the [webView:shouldStartLoadWithRequest:navigationType:] UIWebViewDelegate The other is the [stringByEvaluatingJavaScriptFromString:] WebView You can use "shouldStartLoadWithRequest" to commucate UIWebView 2 APP You can ..