12 2021 档案
摘要:查询不为null WHERE `date` IS NOT NULL 查询为null WHERE `date` IS NULL
阅读全文
摘要:昨天遇到一个git的提示:error:The following untracked working tree files would be overwritten by merge,操作的目的是想把分支的程序合并到test分支中,merge不成功. 操作顺序如下: 于是就上网查怎么解决,最后查到了
阅读全文
摘要:/** * * 获取指定年月的开始和结束时间戳 * * @param int $y 年份 * @param int $m 月份 * @return array(开始时间,结束时间) */function mFristAndLast($y=0,$m=0){ $y = $y ? $y : date('Y
阅读全文
摘要:https://www.cnblogs.com/xiaoxi/p/5889486.html
阅读全文
摘要:https://www.python87.com/layui/doc/index.htm
阅读全文