WordPressでログイン中のユーザーIDを取得 2011年05月16日 過去Blog WordPressでログイン中のユーザーIDを取得 global $userdata; get_currentuserinfo(); echo $userdata->ID; migraine remedies
PHP short_open_tag 2010年04月05日 過去Blog php.iniの short_open_tag = On にすることで <?php の省略形が使えるようになる。 <?php echo "test"; ?> ↓↓↓↓↓↓↓↓ <? echo "test"; ?> best-wedding.getbestnews.com… この記事の続きを読む
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… この記事の続きを読む
mac でプリントスクリーン 2010年10月22日 過去Blog http://detail.chiebukuro.yahoo.co.jp/qa/question_detail/q148021424 上記サイトからの転載です。 Shift+コマンド+3(テンキーの出ない3) これで画面全体 Shift+コマンド+4(テンキーの出ない4) これで、指定範囲 デスクトップにピクチャファイルとして保存されています。ダブルクリックするとプレビューで見られます。フ… この記事の続きを読む
mySQL上で登録された内容に一致する文字列を置き換え 2009年12月25日 過去Blog 以下のようにSQLを実行することで該当箇所が置き換えされます。 phpのstr_replaceのような感じ。 UPDATE `テーブル名` SET フィールド名 =REPLACE (フィールド名,"置き換え前文字列","置き換え後文字列"); limo service san diego… この記事の続きを読む
addressbook内のデータをtableViewに表示させる 2011年01月17日 過去Blog - (UITableViewCell *)tableView:(UITableView *)tableView cellForRowAtIndexPath:(NSIndexPath *)indexPath { static NSString *CellIdentifier = @"Cell"; UITableViewCell *cell = [tableView dequeueReusab… この記事の続きを読む
この投稿へのコメント
コメントはまだありません。