尤 川豪
尤 川豪
謝謝分享,很棒的一篇文章!
Since you decide to use the validation mechanism built into the MY_Model, you should not use form_validation library in your controller. This way, you validate the same data TWICE, which...
目前沒有打算替5.1版寫一個,不好意思
be able to configure the upload image path. currently it's '/public/img' maybe make this path configurable. thanks a lot.
The solution provided by @julianj works for me. My machine info is ``` MacBook Pro (13-inch, 2020, Two Thunderbolt 3 ports) 1.4 GHz Quad-Core Intel Core i5 Intel Iris Plus...
+1 ``` const client = await page.target().createCDPSession(); await client.send('Network.enable', { maxResourceBufferSize: 1024 * 1204 * 100, maxTotalBufferSize: 1024 * 1204 * 200, }); ``` this seems to not work anymore...
this saves my day! thanks a lot!
有道理,UI 上需要再調整 我想想看怎麼改設計~