laravel 復(fù)制表DB::update("CREATE TABLE {$table2} SELECT * FROM {$table1}
一、準(zhǔn)備 corpid secret 二珠漂、獲取access_token https://qyapi.weixin.qq.com/cgi-bin...
一父款、準(zhǔn)備 企業(yè)ID corpid agentid secret企業(yè)應(yīng)用設(shè)置項(xiàng)中的'可信域名' 需配置正確 二、企業(yè)獲取code 跳轉(zhuǎn)鏈接: h...
一斩松、安裝 phpoffice/phpexcel composer require phpoffice/phpexcel 二伶唯、創(chuàng)建對(duì)象,寫(xiě)入數(shù)據(jù) ...
一惧盹、配置 Yii2.0自帶swiftmailer 可發(fā)送郵件 在web.php中配置 $config = [ 'components' => ...
public static function secToTime($times){ $result = '00:00:00'; if (...
functioncreate_uuid($prefix=""){//可以指定前綴 $str= md5(uniqid(mt_rand(), tru...
a.php public function a(){ b::dd([1,2],3,4); } b.php public static funct...
步驟一: 在Controller 中 form 添加如下代碼 // removable 添加刪除按鈕 sortable 排序按鈕 $form->...