国产+高潮+在线,国产 av 仑乱内谢,www国产亚洲精品久久,51国产偷自视频区视频,成人午夜精品网站在线观看

webman-admin中列表數(shù)據(jù)根據(jù)字段進(jìn)行排序

修改\plugin\admin\app\controller\Crud.php第91行 $where = $request->get(); 修改成 $where = $request->except(['field']); 前端引用示例: const SELECT_API = "/app/admin/data/select?field=id&order=desc";...

不敗少龍 發(fā)表與 2024-10-23 534 瀏覽 4 評(píng)論
數(shù)據(jù)庫管理創(chuàng)建表字段屬性字段可拖動(dòng)

在創(chuàng)建表的時(shí)候,可以隨意拖動(dòng)字段,只能一行字段拖動(dòng) rowDrag: {done: function(obj) { syncTableData(); const row_id = obj.row._field_id; // 當(dāng)前id const row_sort = obj.newIndex + 1; // 拖動(dòng)后的排序 const cache =...

不敗少龍 發(fā)表與 2024-07-05 614 瀏覽 1 評(píng)論
webman_admin 數(shù)據(jù)權(quán)限設(shè)置

plugin/admin/app/model/Admin.php <?php namespace plugin\admin\app\model; use plugin\admin\app\model\Base; /** * @property integer $id ID(主鍵) * @property string $username 用戶名 * @property string $nicknam...

不敗少龍 發(fā)表與 2024-06-18 897 瀏覽 0 評(píng)論
chillerlan/php-qrcode 生成二維碼

composer require chillerlan/php-qrcode $data = 'id=100&barn_id=125'; $QRCode = new QRCode(); $img_content = $QRCode->render($data); $img_content = str_replace('data:image/...

不敗少龍 發(fā)表與 2023-08-16 2900 瀏覽 5 評(píng)論
webman的分表操作

laravel的orm操作 namespace App\model; use support\Db; use support\Model; class DemoModel extends Model { protected $table="demo"; public function __construct(array $attributes = []) { $...

不敗少龍 發(fā)表與 2023-04-26 2402 瀏覽 4 評(píng)論
webman如何進(jìn)行長(zhǎng)鏈接推送?

在控制器里面直接推送 就跟結(jié)合tp框架那樣直接調(diào)用 是需要自己去實(shí)現(xiàn)還是可以用gatewayworker去做? 解決方案: 直接用webman/push 插件,超級(jí)好用 http://www.wtbis.cn/doc/webman/plugin/push.html...

不敗少龍 發(fā)表與 2020-06-29 4790 瀏覽 5 評(píng)論

不敗少龍

10184
積分
0
獲贊數(shù)
0
粉絲數(shù)
2018-08-17 加入
??