일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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 |
- screen
- install
- 맥
- Objective-C
- 설치
- mac
- WebService
- windows
- 볼링
- c#
- Mobile
- 애플
- ObjectiveC
- windows7
- 링크
- 윈도구7
- 형식
- iPhone
- Number
- 오브젝티브C
- 아이맥
- 윈도우즈7
- cagr48com
- WSDL
- 아이폰
- 7932
- java
- 윈도구
- VISTA
- 퇴사
- Today
- Total
목록전체 글 (315)
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 ..