Linux ユーザー一覧の確認 2010年02月02日 過去Blog linux [hogehoge@localhost ~]$ cat /etc/passwd http://kazmax.zpp.jp/lin/etc_passwd.html is garcinia cambogia safe to take
SQLiteのデータベースからデータを取り出す 2010年12月09日 過去Blog このチュートリアルでは、SQLiteを使ったデータベースを外部で作成し、XCodeプロジェクトに読み込んで、データを取り出す方法を説明します。 サンプルとして、おみくじアプリを作成してみましょう。 … この記事の続きを読む
objective-Cで遅延させる(sleepのような動作) 2010年12月06日 過去Blog iPhon開発(objective-C)で実行を遅らせる方法です。 PHPなどのsleep()のような動作を想定しています。 [NSThread sleepForTimeInterval:0.5]; 上記のようにすることで、0.5秒遅らせることが可能になります。… この記事の続きを読む
UITextField を自動で入力待ち状態にする(フォーカスをあてる)方法 2010年12月26日 過去Blog UITextField が設置されているviewが表示されたら、自動で入力待ち状態にする方法です。 - (void)viewDidLoad { [super viewDidLoad]; [textField becomeFirstResponder]; } new york limo… この記事の続きを読む
Drupal6でクリーンURL 2011年04月25日 過去Blog .htaccessに以下を記述してルートに設置 # Various rewrite rules. <IfModule mod_rewrite.c> RewriteEngine on # Modify the RewriteBase if you are using Drupal in a subdirectory and # the rewrite rules are n… この記事の続きを読む
UITableViewのcellにUITextFieldなどのフォームを設置 2011年04月28日 過去Blog http://d.hatena.ne.jp/tomute/20091120/1258780317 raspberry ketone fresh free sample… この記事の続きを読む
この投稿へのコメント
コメントはまだありません。