近期问题解决暂存

Posted cxscode

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了近期问题解决暂存相关的知识,希望对你有一定的参考价值。

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/

以上是关于近期问题解决暂存的主要内容,如果未能解决你的问题,请参考以下文章

Git暂存流程

git命令之git stash 暂存临时代码

git开发错分支

解决开发中未发生的暂存中的 nginx 404 错误

解决方案电影标题中缺少代码的片段,完成挑战更多[关闭]

git如何提交代码