外部のサイトから画像をサーバに取得(コピー) 2009年12月06日 過去Blog $img_path // 取得する画像のパス(URL) $path = "ここは保存先のパス"; // /home/ドメイン/public_html/imagesなど $img = file_get_contents($img_path) ;//画像を取得 $fullpath = $path.basename($img_path);//画像の保存フルパス file_put_conten… この記事の続きを読む
mac で windows キーボードのhome、 end 2010年10月14日 過去Blog windowsでは細かいところでキーボードのhomeボタン、endボタンを使うことが多かったのですが、Macでは、どうすればいいのか。。。 cmd + 矢印キーで実現できました。 cmd+shift+矢印で選択できます。 参考サイト http://firstmac.blogspot.com/2007/06/home.html
UITableView cell の選択を無効にする 2011年04月28日 過去Blog cell.selectionStyle = UITableViewCellSelectionStyleNone;
モーダルビューとは? 2011年01月13日 過去Blog モーダルビューとは、一時的なビューのことで、animated : Yes にすると、下の方からニョロっと出てきます。 [self presentModalViewController:picker animated:YES];
この投稿へのコメント
コメントはまだありません。