PHP 配列の結合 2010年05月20日 過去Blog $array3 = array_merge($array1,$array2); a complete guide to the acai berry diet
IE・FireFoxで使えるお気に入りボタン(ブックマークボタン) 2009年12月09日 過去Blog <script type="text/javascript"> <!-- if(navigator.userAgent.indexOf("MSIE") > -1){ //Internet Explorer document.write('<!-'+'-[if IE]>'); document.write('<input type="button" valu… この記事の続きを読む
ユーザーエージェントを調べる方法 2009年11月24日 過去Blog ユーザーエージェントを調べる方法 javascript:alert(navigator.userAgent) http://katozyun.web.fc2.com/urawaza/ua02.html http://somethinweb.jp/test123/useragent.php また,UAは以下のサイトでも確認することができます. * 診断くん:http://www.t… この記事の続きを読む
PHP short_open_tag 2010年04月05日 過去Blog php.iniの short_open_tag = On にすることで <?php の省略形が使えるようになる。 <?php echo "test"; ?> ↓↓↓↓↓↓↓↓ <? echo "test"; ?> best-wedding.getbestnews.com… この記事の続きを読む
firefox 一度ブラウザに保存されたパスワードの削除・変更 2010年06月16日 過去Blog Firefoxのメニュー「ツール」-「オプション」-「セキュリティー」-「パスワード」から変更したいパスワードを選択し削除。 los angeles cosmetic dentist… この記事の続きを読む
/etc/hosts ファイルの変更を反映させる 2009年12月05日 過去Blog hostsファイルの設定を変えた場合は、 # /etc/rc.d/init.d/network resatart または、 # /etc/rc.d/init.d/network reload で反映させる。
この投稿へのコメント
コメントはまだありません。