特定欄(列的話改為rows)

exportOptions: {

dizzy03 發表在 痞客邦 留言(0) 人氣()

$r = $client->request('PUT', 'http://httpbin.org/put', [
    'json' => ['foo' => 'bar']
]);

使用request,第一格帶PUT,第二格帶url,第三格帶陣列,陣列中要帶名為"json"參數,內容為要丟進此URL的參數們的陣列。

dizzy03 發表在 痞客邦 留言(0) 人氣()

類似diff的功能

上方工具列=>外掛=>Plugin Admin=>找到"Compare"=>打勾選擇安裝即可

dizzy03 發表在 痞客邦 留言(0) 人氣()

非常好用的php讀寫各種報表檔案的plug-in

https://phpspreadsheet.readthedocs.io/en/latest/topics/reading-and-writing-to-file/

dizzy03 發表在 痞客邦 留言(0) 人氣()

https://www.microsoft.com/zh-tw/p/my-mp4-to-mp3-audio-converter/9ng4dw2fd04f

簡易的MP4轉MP3應用程式

dizzy03 發表在 痞客邦 留言(0) 人氣()

 $table->timestamps(); 代表加入 created_atupdated_at 欄位

dizzy03 發表在 痞客邦 留言(0) 人氣()

轉自 http://blog.tonycube.com/2016/12/composer-php.html

--

dizzy03 發表在 痞客邦 留言(0) 人氣()

I'm just trying to deploy my application and I just ran composer update on my server and I got the following error:

In PackageManifest.php line 122: Undefined index: name

dizzy03 發表在 痞客邦 留言(0) 人氣()

轉自 https://blog.csdn.net/csdn_ds/article/details/72731908

--

dizzy03 發表在 痞客邦 留言(0) 人氣()

轉自 https://learnku.com/articles/42615

--

dizzy03 發表在 痞客邦 留言(0) 人氣()