2023年5月4日

分页查询处理上百万数据 更新

摘要: $count = Route::find()->where(['ro_visible'=>1])->count();//统计数据表数量$limit = 100;$pagecount = ceil($count/$limit); // 计算数据表的 页数//事务执行$tr = Yii::$app->d 阅读全文

posted @ 2023-05-04 11:26 磊有三颗小石头 阅读(66) 评论(0) 推荐(0)

js onclick 不能绑定 动态添加的html事件

摘要: 可以 用 $('#id').on('click',function(){}) 绑定动态添加的 html标签事件 阅读全文

posted @ 2023-05-04 11:20 磊有三颗小石头 阅读(14) 评论(0) 推荐(0)

导航