会员
众包
新闻
博问
闪存
赞助商
HarmonyOS
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
一颗糊涂淡
博客园
首页
新随笔
联系
管理
订阅
2025年4月25日
fastadmin bootstrap table 表格列表设置自动刷新
摘要: \public\assets\js\require-backend.js 增加 'bootstrap-table-auto-refresh': '../libs/bootstrap-table/dist/extensions/auto-refresh/bootstrap-table-auto-ref
阅读全文
posted @ 2025-04-25 19:58 一颗糊涂淡
阅读(128)
评论(0)
推荐(0)
2025年3月15日
fastadmin列表内时间显示年月日,隐藏时分秒
摘要: , { field: 'star', title: __('Star'), visible: false, operate: false }, { field: 'jointime', title: __('Jointime'), operate: 'RANGE', addclass: 'datet
阅读全文
posted @ 2025-03-15 13:20 一颗糊涂淡
阅读(239)
评论(0)
推荐(0)
2025年3月5日
fastadmin视图文件调用common.php的公共函数
摘要:
阅读全文
posted @ 2025-03-05 15:33 一颗糊涂淡
阅读(17)
评论(0)
推荐(0)
2025年1月16日
互亿无线发短信示例
摘要: //发送短信消息 public function sendmsg($phone='') { // $phone = '13333333333'; $account = 'C55xxxxxx'; $password = 'xxxxxxxxxxxxxxxxxx'; $content = '您好!温馨提醒
阅读全文
posted @ 2025-01-16 10:21 一颗糊涂淡
阅读(11)
评论(0)
推荐(0)
2025年1月13日
windows宝塔访问php出现404解决办法
摘要:
阅读全文
posted @ 2025-01-13 17:14 一颗糊涂淡
阅读(14)
评论(0)
推荐(0)
2025年1月11日
php二维数组根据某个字段排序
摘要: 1 $worderData = [ 2 [ 3 'id'=>1, 4 'name'=>'张三', 5 'distance'=>0.1, 6 ], 7 [ 8 'id'=>2, 9 'name'=>'李四', 10 'distance'=>2.5, 11 ], 12 [ 13 'id'=>3, 14
阅读全文
posted @ 2025-01-11 17:14 一颗糊涂淡
阅读(7)
评论(0)
推荐(0)
2024年2月21日
tp5事务
摘要: Db::startTrans(); try { Db::commit(); $this->success(''); } catch (\think\Exception\DbException $e) { Db::rollback(); $this->error(''); }
阅读全文
posted @ 2024-02-21 11:25 一颗糊涂淡
阅读(19)
评论(0)
推荐(0)
2023年12月2日
手机端h5调试代码
摘要: <script src="https://unpkg.com/vconsole@latest/dist/vconsole.min.js"></script> <script> // VConsole 默认会挂载到 `window.VConsole` 上 var vConsole = new wind
阅读全文
posted @ 2023-12-02 00:39 一颗糊涂淡
阅读(38)
评论(0)
推荐(0)
2023年9月1日
js实现html页面翻译
摘要: 引入js库 <script src="https://res.zvo.cn/translate/translate.js"></script> 在页面最底部加入js代码 //translate.ignore.tag.push('span'); //翻译时追加上自己想指定忽略的tag标签,凡是在这里面
阅读全文
posted @ 2023-09-01 11:42 一颗糊涂淡
阅读(919)
评论(0)
推荐(0)
2023年6月26日
fastadmin 根据某个字段的值控制另一个字段显示与隐藏
摘要: { field: 'switch', title: __('Switch'), table: table, // formatter: Table.api.formatter.toggle formatter:function (value, row, index) { if (row.status
阅读全文
posted @ 2023-06-26 22:19 一颗糊涂淡
阅读(1257)
评论(0)
推荐(0)
下一页
公告