UITableView cell の選択を無効にする 2011年04月28日 過去Blog cell.selectionStyle = UITableViewCellSelectionStyleNone;
Drupal 関連サイト 2011年04月24日 過去Blog http://www.forest-and-trees.com/comment/reply/146#comment-form http://www10.atwiki.jp/drupal/
サーバの時刻調整 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… この記事の続きを読む
addressbook内のデータをtableViewに表示させる 2011年01月17日 過去Blog - (UITableViewCell *)tableView:(UITableView *)tableView cellForRowAtIndexPath:(NSIndexPath *)indexPath { static NSString *CellIdentifier = @"Cell"; UITableViewCell *cell = [tableView dequeueReusab… この記事の続きを読む
linux sambaでwindowsとファイル共有 2010年09月28日 過去Blog linux側の設定の参考サイト http://www.linuxmania.jp/samba_setting.html 日本語が文字化けする場合 [global]以下に次の3行を追加する # vi /etc/samba/smb.conf [global] dos charset = CP932 unix charset = UTF8 display charset = UTF8… この記事の続きを読む
デスクトップ上のファイルの拡張子を表示させる 2010年01月06日 過去Blog 私の環境では、デスクトップにあるファイル(デスクトップに限らずPC上のすべてのファイル?)の拡張子が表示されない設定になっており、時々、不便に感じることもあったので、それを変更しました。 拡張子を表示させるには、以下のように設定を変更します。 XPの場合 「コントロールパネル」→「フォルダオプション」→「表示」タブをクリックし、下の詳細設定の項目から「登録されている拡張子は表示しない」のチェック… この記事の続きを読む
この投稿へのコメント
コメントはまだありません。