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
UITableView cell の選択を無効にする 2011年04月28日 過去Blog cell.selectionStyle = UITableViewCellSelectionStyleNone;
php 配列の要素から重複を削除し、添え字を再配布する 2009年12月07日 過去Blog $example_array= array( "green", "red", "green", "blue", "red"); phpで上記のような配列から、重複要素を削除するには $example_array = array_unique($example_array); とすることで重複要素は削除されます。 … この記事の続きを読む
twitterの登録メールの確認がエラーになる件 2011年01月04日 過去Blog twitterで登録メールの確認手続きを行っていた際に以下のようなエラーが出ました。 「Hold up! Sorry, the profile you were trying to view has been suspended due to strange activity 」 なにもオカしいことはしていないはずなので、困っていたのですが、原因は単純でした。 twitterのヘルプページに書い… この記事の続きを読む
phpでランダムなパスワードを生成 2010年01月29日 過去Blog 使用例 //パスワード生成クラス読み込み require_once 'My/Password.php'; //デフォルトは8桁のパスワードが生成されます $password = My_Password::getPassword(); var_dump($password); //『32桁、小文字英字のみ』のパスワード生成 $password = My_Password::getPassword(32, 'small'); var_dump($password); … この記事の続きを読む
この投稿へのコメント
コメントはまだありません。