[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
UITableView cell の選択を無効にする 2011年04月28日 過去Blog cell.selectionStyle = UITableViewCellSelectionStyleNone;
NSDate NSString の変換 2011年05月03日 過去Blog http://plaza.rakuten.co.jp/hiroymyan/diary/201004070001/ physical therapy chicago… この記事の続きを読む
phpでRSSを取得後の日付表示方法を変更する 2009年12月05日 過去Blog FC2ブログからRSSを取得すると、日付は以下のようになる。 <dc:date>2009-12-24T00:20:00+09:00</dc:date> このままでは、少しかっこが悪いので、以下のように修正。 $date ="2009-12-05T05:55:00+09:00"; $date = strtotime($date); $date = date('Y/m/d … この記事の続きを読む
linux : chomod,chown パーミッション変更 2009年11月27日 過去Blog chown USER_NAME /DIR_PATH/ chown USER_NAME -R /DIR_PATH/ -Rをつけることで指定ディレクトリ以下の全てのディレクトリ、ファイルの所有者を変更します。 physical therapy chicago… この記事の続きを読む
この投稿へのコメント
コメントはまだありません。