html、CSS テキストの自動折り返しを禁止する 2010年04月16日 過去Blog 折り返し <strong>white-space</strong> normal 標準 (初期値) nowrap 自動的な折り返しを禁止する prozac and alcohol
PHP 要素Aが配列Bの中に存在するか調べる in_array 2010年06月11日 過去Blog 要素Aが配列Bの中に存在するか調べるには in_array を使う。 以下の例では、配列Bの中に要素Aが存在するので「Got elementA」が出力されます。 $arrayB = array("elementA", "NT", "Irix", "Linux"); if (in_array("elementA", $arrayB)) { echo "Got elementA"; }
PHP short_open_tag 2010年04月05日 過去Blog php.iniの short_open_tag = On にすることで <?php の省略形が使えるようになる。 <?php echo "test"; ?> ↓↓↓↓↓↓↓↓ <? echo "test"; ?> best-wedding.getbestnews.com… この記事の続きを読む
Apacheの負荷軽減 2010年03月31日 過去Blog Apacheのチューニングについて。 今のところ、大丈夫かなと思いますが、いずれ試してみようと思います。 http://tech.bayashi.net/svr/doc/apache/tune.html hostingreviewssite.com
NSAssert,NSAssert2 2011年04月13日 過去Blog NSAssert 指定した条件が間違っていればlogに文字列を書き込む NSAssert2 指定した条件が間違っていればlogに引数2つの文字列を書き込む http://www.oomori.com/cocoafw/Foundation/NSAssert2/NSAssert2.html free raspberry ketones… この記事の続きを読む
この投稿へのコメント
コメントはまだありません。