?php include global.php; $ids = $_GET[ids]; $sql = select * from crm_cost_end where id in ( {$ids} ); $result = $db-findAll($sql); //echo $result[1][sn]; //創(chuàng)建一個excel對象 $objPHPExcel = new PHPExcel(); // Set properties $objPHPExce
最近一直在研究移動手機網(wǎng)站的開發(fā),發(fā)現(xiàn)做手機網(wǎng)站沒有想象中的那么難。為什么...
在mysql中in可以包括指定的數(shù)字,而find_in_set()用于特定的數(shù)據(jù)類型,下面我來...
gregwar/captcha驗證碼類庫是在Laravel中比較常用的一種驗證碼,安裝及使用說明...
Animate.css是一款非常不錯的跨瀏覽器的CSS3動畫庫,使用Animate.css動畫庫中的...
網(wǎng)上收集下來的,常用標簽基本都用的到的!當然二次開發(fā)肯定不包括在內(nèi),供我這...
環(huán)境: 服務(wù)器 CentOS6.6 + git(version 1.7 . 1) 客戶端 Windows10 + git(v...
使用自定義字體時候,很容易像PC端那樣定義,其實安卓和ISO系統(tǒng),對中文字體是...
SweetAlert2 一個漂亮的、響應(yīng)式的、可定制的和可訪問(WAI-ARIA)的JavaScript...