摘要: index.wxml <view class="term"> <view> <checkbox-group bindchange="checkboxChange"> <view class="weui-cell__hd"> <checkbox value="1" color="#fe0000" cl 阅读全文
posted @ 2020-12-01 10:19 糖糖Y 阅读(5487) 评论(0) 推荐(1) 编辑
摘要: 查看Laravel的配置文件,config/database.php,查找mysql的配置 将strict的值改为false 阅读全文
posted @ 2020-12-01 10:10 糖糖Y 阅读(549) 评论(0) 推荐(0) 编辑
摘要: 1 //返回当前的毫秒时间戳 2 function msectime(){ 3 return floor(microtime(true)*1000); 4 } 阅读全文
posted @ 2020-12-01 10:07 糖糖Y 阅读(113) 评论(0) 推荐(0) 编辑