zencart META内のauthor、generatorの設定 2010年06月29日 過去Blog Zencart includes/templates/テンプレート名/common 内のhtml_header.phpを編集。 What is Darvocet?
fedora サーバにvnc-server のインストール 2010年04月05日 過去Blog fedor サーバ にvnc-server のインストール yum install -y vnc-server
Drupalをサーバから削除する 2011年05月10日 過去Blog 以下のファイルが削除出来ないので、このファイルとこのファイルより上の階層のパーミッションを777にすれば削除可能になりました。 default.settings.php settings.php
PHP strstr stristr ある文字列が含まれるかどうか調べる 2010年06月11日 過去Blog $string = 'Hello World!'; if(stristr($string, 'earth') === FALSE) { echo '"earth" not found in string'; } // 出力は "earth" not found in string となります 参照元:http://www.php.net/manual/ja/function.st… この記事の続きを読む
addressbook内のデータをtableViewに表示させる 2011年01月17日 過去Blog - (UITableViewCell *)tableView:(UITableView *)tableView cellForRowAtIndexPath:(NSIndexPath *)indexPath { static NSString *CellIdentifier = @"Cell"; UITableViewCell *cell = [tableView dequeueReusab… この記事の続きを読む
UIDatePickerの取得する時間がずれる 2011年05月03日 過去Blog 以下のサイトを参考に [ui_picker setTimeZone:[NSTimeZone timeZoneWithAbbreviation:@"GMT"]]; のようにすると日付の誤差はなくなりましたが、時刻の誤差はそのままでした。 http://pukapuka-ahirusan.blogspot.com/2010/11/uidatepicker.html どうやら、UIDatePicke… この記事の続きを読む
この投稿へのコメント
コメントはまだありません。