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… この記事の続きを読む
[7.5] iPhoneアプリに背景画像を設置する 2010年12月06日 過去Blog iPhoneアプリの背景に独自の画像をいれたい場合の説明です。デフォルトのままでも特に気にならない方も多いかもしれませんが、少し味気ないので、背景を設定してみましょう。 … この記事の続きを読む
[PHP]Cannot use object of type stdClass as array 2011年03月24日 過去Blog 根本的な解決ではないかもしれませんが、「Cannot use object of type stdClass as array」エラーが出る場合は、配列の扱い方を以下のように変更する事で解決しました。 $row["catID"] ↓ $row->catID
サーバの時刻調整 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… この記事の続きを読む
お名前.com VPS サーバでphp アップデート 2011年04月25日 過去Blog まず、ファイアーウォールからSSHを許可 http://guide.onamae-server.com/vps/3/31/81/124/ ステム設定 > セキュリティー > アップデートからアップデートなし(上級者向け)に変更。これでyumコマンドが使えるようになる。 サーバ管理画面上から システム設定>ユーザ>一般アカウント で一般ユーザのアカウントを作成。 Macのターミナ… この記事の続きを読む
この投稿へのコメント
コメントはまだありません。