[아이폰] Download an Image and save it as PNG or JPEG in iphone http://iphoneappsmaker.tistory.com/645 NSLog(@"Downloading..."); // Get an image from the URL below UIImage *image = [[UIImage alloc] initWithData:[NSData dataWithContentsOfURL:[NSURL URLWithString:@"http://www.objectgraph.com/images/og_logo.png"]]]; NSLog(@"%f,%f",image.size.width,image.size.height); // Let's save the file into Document folder. // You can also change this to your desktop for te.. 더보기 [터미널] 아파치 서버 경로 찾기 - httpd-chosts.conf 해당 서버는 cmd 에서 ping www.test.com 으로 해당 아이피를 찾아내서 CRT 와 같은 툴로 해당 서버에 로그인을 한다. 아파치 호스트 정보는 /usr/local/apache2/conf/extra/httpd-vhosts.conf 를 vi /usr/local/apache2/conf/extra/httpd-vhosts.conf 로 열어 확인한다. 그럼 아래와 같이 DocumentRoot /app/images/ ServerName www.test.com #CustomLog "|/usr/local/sbin/cronolog /usr/local/apache2/logs/%Y%m%d/menu-access.log" combined ErrorLog "|/usr/local/sbin/cronolog /usr/lo.. 더보기 [기타응용프로그램] Tiled http://www.mapeditor.org/ RPG 배경을 만들때 사용하는 Tiled 프로그램 youtube에 잘 찾아보면, 사용법에 관해 잘 나와있는듯하다. 아래 유튜브를 통헤 tiled을 통해 cocos2d의 RPG 게임을 만드는걸 공부할수 있다. 더보기 이전 1 ··· 128 129 130 131 132 133 134 ··· 253 다음