忍者ブログ
Live as though heaven is on earth 生きなさい 今日が最後の日であるように
日本 jp
台湾 tw
香港 hk
中国 cn
韓国 kr
アメリカ us


などなど、参考リンクまだすべて見る


拍手[0回]

PR
$('.li').live('mouseover',function(){
    $(this).draggable();
});
もしくは
(function ($) {
   $.fn.liveDraggable = function (opts) {
      this.live("mouseover", function() {
         if (!$(this).data("init")) {
            $(this).data("init", true).draggable(opts);
         }
      });
      return $();
   };
}(jQuery));

参考URLへ

拍手[0回]

/**
 * minとmaxの間ランダム数値を取得
 */
function getRandomArbitary (min, max) {
    return Math.random() * (max - min) + min;
}

/**
 * minとmaxの間ランダム整数を取得
 * Math.floor四捨五入で整数を取得する
 */
function getRandomInt (min, max) {
    return Math.floor(Math.random() * (max - min + 1)) + min;
}

拍手[0回]

まず、ZipArchiveをインストール
# pecl install zip
だと、インストールできません。 peclは使えない。。。。
そのため、PECLをインストールします。
# yum install php-pear
# yum install php-devel
# yum install httpd-devel

やっとpeclをつかえるようになった
pecl install http://pecl.php.net/get/zip-1.10.2.tgz
phpで展開
<?php
$zip = new ZipArchive();
$zip->open("./test.zip");
$zip->extractTo("/tmp/test");
$zip->close();
?>
参考URL

拍手[0回]

「データ」→「データの入力規則」→「設定」→「条件の設定」
「入力値の種類(A)」の中「リスト」を選択、
「元の値(S)」の中「東京,大阪,京都,広島~」の様に、半角カンマ「,」で区切って直接入力。

拍手[0回]

ブログ内検索
AD
忍者カウンター

プロフィール
HN:
Lynn
年齢:
26
性別:
女性
誕生日:
1985/10/20
職業:
クリエーター
バーコード
アクセス解析
ブログ [PR]iphone 転職 支援
"Lynn" WROTE ALL ARTICLES.
PRODUCED BY SHINOBI.JP @ SAMURAI FACTORY INC.