ModalView経由での値の受け渡し 2011年05月03日 過去Blog http://timneill.net/2010/11/modal-view-controller-example-part-2/ http://ameblo.jp/iphone0126/entry-10716795357.html buy steroids
zencart META内のauthor、generatorの設定 2010年06月29日 過去Blog includes/templates/テンプレート名/common 内のhtml_header.phpを編集。 What is Darvocet?… この記事の続きを読む
phpmyadmin のIPによるアクセス制限 2010年04月22日 過去Blog # vi /etc/httpd/conf.d/phpmyadmin.conf ← phpMyAdmin用Apache設定ファイル作成 以下にアクセスを許可するIPアドレスを指定 order deny,allow deny from all allow from 127.0.0.1 allow from 192.168.3. ←ローカルIP全てを許可する allow from 123.123.123.123 ←許可するグローバルIPアドレスを指定 allow from ::1 … この記事の続きを読む
linux サーバのバックアップ箇所 2010年04月06日 過去Blog ■データベース関連 phpmyadmin データベース ■ユーザドキュメント関連 /home/ 内 ■ユーザ関連 /etc/passwd /etc/shadow /etc/group ■サーバ設定 /etc/ 内 バーチャルホストやvsftp,httpd関連の設定 メール関連の設定 buy valium roche… この記事の続きを読む
addressbook内のデータをtableViewに表示させる 2011年01月17日 過去Blog - (UITableViewCell *)tableView:(UITableView *)tableView cellForRowAtIndexPath:(NSIndexPath *)indexPath { static NSString *CellIdentifier = @"Cell"; UITableViewCell *cell = [tableView dequeueReusab… この記事の続きを読む
UIActionSheet を複数使った場合のメソッドの振り分け 2011年05月03日 過去Blog 1つのクラスファイル内で、複数のUIActionSheetを使う時はtagプロパティを使って、どのアクションシートのボタンがクリックされたのかを判別します。 actionsheet.tag = 1; 詳しくは以下のサイトを参照。 http://technical-iphone.blogspot.com/2010/05/uiactionsheet.html
この投稿へのコメント
コメントはまだありません。