jquery預加載圖片
(function($) { var cache = []; // Arguments are image paths relative to the current page. $.preLoad
阿神 2016-11-08 11:00:31 0 0 295
PHP獲取Exif縮略圖的方法
本文實例講述了PHP獲取Exif縮略圖的方法。分享給大家供大家參考。具體實現(xiàn)方法如下:// file to read $file = 'test.jpg'; $image = exif_thumbnail($file, $width, $height, $type); // 
巴扎黑 2017-01-21 10:14:33 0 0 193
巴扎黑 2017-01-22 14:10:46 0 0 261
PHP 文件上傳
主意【在使用check()方法的時候必須提前開啟PHP的fileinfo 擴展,不然會爆如下錯誤】Call to undefined function think\finfo_open()檢查是否post提交Request::isPost()獲取上傳文件的全部信息$files = Request::file('image');驗證上傳文件是否符合規(guī)則$rule&
遠方 2018-11-02 10:14:50 1 0 226