参考サイト:http://alphasis.info/2010/10/posts-by-categories/ cytomel t3…
ピックアップ記事
wordpress 特定カテゴリ内の記事を抽出
2010年11月19日
過去Blog
NSAssert,NSAssert2
2011年04月13日
過去Blog
NSAssert
指定した条件が間違っていればlogに文字列を書き込む
NSAssert2
指定した条件が間違っていればlogに引数2つの文字列を書き込む
http://www.oomori.com/cocoafw/Foundation/NSAssert2/NSAssert2.html free raspberry ketones…
外部のサイトから画像をサーバに取得(コピー)
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…
PHP 配列から空白要素を削除する
2010年02月20日
過去Blog
配列 $array_exampleの要素のなかで、空白のものを削除。
$array_example = array_filter($array_example, 'strlen');
UITextField を自動で入力待ち状態にする(フォーカスをあてる)方法
2010年12月26日
過去Blog
UITextField が設置されているviewが表示されたら、自動で入力待ち状態にする方法です。
- (void)viewDidLoad {
[super viewDidLoad];
[textField becomeFirstResponder];
}
new york limo…
graffiti on the web 
この投稿へのコメント
コメントはまだありません。