ModalView経由での値の受け渡し 2011年05月03日 過去Blog http://timneill.net/2010/11/modal-view-controller-example-part-2/ http://ameblo.jp/iphone0126/entry-10716795357.html buy steroids… この記事の続きを読む
外部のサイトから画像をサーバに取得(コピー) 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… この記事の続きを読む
Drupal6でクリーンURL 2011年04月25日 過去Blog .htaccessに以下を記述してルートに設置 # Various rewrite rules. <IfModule mod_rewrite.c> RewriteEngine on # Modify the RewriteBase if you are using Drupal in a subdirectory and # the rewrite rules are n… この記事の続きを読む
phpmyadmin のインポートサイズの最大値を変更する 2010年04月03日 過去Blog php.iniを適当なサイズに変更します。 memory_limit 32M post_max_size 50M upload_max_filesize 50M php.iniを変更したら httpdをリスタートします。 service httpd restart これで、大きなサイズでもインポート可能になります。 cheapest generic xanax… この記事の続きを読む
UIDatePickerの取得する時間がずれる 2011年05月03日 過去Blog 以下のサイトを参考に [ui_picker setTimeZone:[NSTimeZone timeZoneWithAbbreviation:@"GMT"]]; のようにすると日付の誤差はなくなりましたが、時刻の誤差はそのままでした。 http://pukapuka-ahirusan.blogspot.com/2010/11/uidatepicker.html どうやら、UIDatePicke… この記事の続きを読む
この投稿へのコメント
コメントはまだありません。