float要素を解除する clearfix 2010年04月16日 過去Blog clearfix • float http://blog.d-spica.com/entry/070307clearfix.html
iPadでiOS Dev Center内のリファレンスを見ると(^^) 2011年01月08日 過去Blog iPad用に最適化されていて、とても使いやすくなっています(^_^) 私は、さっき気付いたんですが、既にご存知の方も多いのかもしれませんが、、、(^_^;)… この記事の続きを読む
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); … この記事の続きを読む
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… この記事の続きを読む
サーバの時刻調整 2010年03月05日 過去Blog サーバの時刻設定 1. 時刻確認 date 2. 時刻設定 date -s "2006/02/20 19:03" linux上で、上記のコマンドを実行すれば、調整出来ます。 参照元:http://memorva.jp/memo/linux/date_ntp.php buy anabolics online… この記事の続きを読む
UITableView のcellの複数選択を実装する 2011年01月25日 過去Blog //セルが選択された際に呼び出される - (void)tableView:(UITableView *)tableView didSelectRowAtIndexPath:(NSIndexPath *)indexPath { //選択されたセルを取得 UITableViewCell *cell = [tableView cellForRowAtIndexPath:indexPath]; /… この記事の続きを読む
この投稿へのコメント
コメントはまだありません。