码迷,mamicode.com
首页 > 其他好文 > 详细

近期问题解决暂存

时间:2018-04-11 11:40:58      阅读:187      评论:0      收藏:0      [点我收藏+]

标签:googl   amp   not   date   post   pre   mysql 查询   where   hid   

lumen not null
$query->orWhereNotNull(‘deleted_at‘);
https://stackoverflow.com/questions/26344717/laravel-eloquent-or-where-is-not-null

laravel 执行console脚本
https://blog.csdn.net/glovenone/article/details/52438239
http://laravelacademy.org/post/3106.html

http://www.bubuko.com/infodetail-1541793.html

"make:console" is not defined.问题
lumen没有console命令,需要手动建
https://stackoverflow.com/questions/37928277/command-makeseeder-is-not-defined-in-lumen-5-2

yii批量更新
$condition = [‘and‘,
    [‘>‘, ‘position‘, $old_position],
    [‘<=‘, ‘position‘, $new_position],
    [‘in‘, ‘id‘, $ids],
];
http://www.yiichina.com/question/1466
https://blog.csdn.net/guowenwen_0416/article/details/52483762
https://stackoverflow.com/questions/32477678/yii2-updateall-with-multi-conditions?utm_medium=organic&utm_source=google_rich_qa&utm_campaign=google_rich_qa

yii2 mysql 查询附表没有的数据
https://zhidao.baidu.com/question/590129656.html
http://www.yiichina.com/question/1488

百度脑图
http://naotu.baidu.com/

近期问题解决暂存

标签:googl   amp   not   date   post   pre   mysql 查询   where   hid   

原文地址:https://www.cnblogs.com/cxscode/p/8794362.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!