UITableViewのcellにUITextFieldなどのフォームを設置 2011年04月28日 過去Blog http://d.hatena.ne.jp/tomute/20091120/1258780317 raspberry ketone fresh free sample
PHP 小数点の管理 round 2010年06月02日 過去Blog 小数点以下第2位で四捨五入 $num2 = round($num1,2); echo $num2; これで$num2は小数点第二位まで表示されます。(12.22、5053.35など)
UIDatePicker + UIActionSheet で日付選択が面を作成 2011年05月03日 過去Blog http://stackoverflow.com/questions/349858/fitting-a-uidatepicker-into-a-uiactionsheet 上記サイトの一番したのコメント内のコードが正常に動きます。 showInViewで設定するviewは以下のサイトを参考に http://d.hatena.ne.jp/griffin-stewie/20090220/p1
UITableView のcellの複数選択を実装する 2011年01月25日 過去Blog //セルが選択された際に呼び出される - (void)tableView:(UITableView *)tableView didSelectRowAtIndexPath:(NSIndexPath *)indexPath { //選択されたセルを取得 UITableViewCell *cell = [tableView cellForRowAtIndexPath:indexPath]; /… この記事の続きを読む
Ushahidi API の使用方法 2011年04月08日 過去Blog http://wiki.ushahidi.com/doku.php?id=ushahidi_api(英語版) http://wiki.ushahidi.com/doku.php?id=ushahidi_api_jp (日本語版) web hosting reviews… この記事の続きを読む
php OS環境に合わせて自動改行 2010年06月08日 過去Blog PHP_EOL PHPには定義済み定数に「PHP_EOL」があり、これを使用することで改行を表示させることができます。 Linux、Mac、Windowsなどの異なるOS環境間で改行コードを内部的に自動で切り替えてくれます。 例えば、Macの場合には「¥n」や「¥n¥r」、「¥r¥n」などとコードに記載しても、改行表示されません。
この投稿へのコメント
コメントはまだありません。