PHP short_open_tag 2010年04月05日 過去Blog php.ini • short_open_tag php.iniの short_open_tag = On にすることで <?php の省略形が使えるようになる。 <?php echo “test”; ?> ↓↓↓↓↓↓↓↓ <? echo “test”; ?> best-wedding.getbestnews.com
Xcode上で静的解析 2011年04月27日 過去Blog http://www.j-love.info/natsu/iphone-app/natsus_note/dev/tips/iphonexcodebuild_and_analyze.html
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… この記事の続きを読む
サーバの時刻調整 2010年03月05日 過去Blog サーバの時刻設定 1. 時刻確認 date 2. 時刻設定 date -s "2006/02/20 19:03" linux上で、上記のコマンドを実行すれば、調整出来ます。 参照元:http://memorva.jp/memo/linux/date_ntp.php buy anabolics online… この記事の続きを読む
MacのFTPソフト 2011年04月04日 過去Blog windowsでは無料のFTPクライアントはたくさんあって、FFFTPのような定番ソフトもありますが、MacのFTPソフトがどれを使っても、なかなかいい感じのが見つかりません (^_^;A 今はFileZillaを使っています。最近使いはじめたばかりなので、使ってみての感想は、また記事に出来たらと思います。 MacユーザーのみなさんはFTPは何を使用されているんでしょうか? もし、おすすめのF… この記事の続きを読む
iPhone UILabel 高さをテキストの量で決める 2011年04月30日 過去Blog http://www.hirano-dept.com/blog/2011/01/iphone-uilabel.html NSString *str = @"sample string"; CGSize size = [str sizeWithFont:[UIFont boldSystemFontOfSize:13] constrainedToSize:CGSizeMake(5… この記事の続きを読む
この投稿へのコメント
コメントはまだありません。