Live as though heaven is on earth
生きなさい 今日が最後の日であるように
$('.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へ
まず、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で展開
参考URL
# 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();
?>
ブログ内検索
AD
カテゴリー
忍者カウンター
プロフィール
HN:
Lynn
年齢:
26
性別:
女性
誕生日:
1985/10/20
職業:
クリエーター
時計
アクセス解析
