Loading...
sips --resampleWidth 1024 ./IMG_0438.HEIC --out output.jpg
两个字段比较where('fulfill_time', '<', Db::raw('expected') 可以写成 whereRaw('fulfill_time < expected') 或者处理fulfill_time为null的情况 会在他为null的时候使用默认值 0 whereRaw('COALESCE(fulfill_time, "0") < ...
SHOW CREATE TABLE `表名`; ALTER TABLE `表名` AUTO_INCREMENT=10001
// 重写vxetable表头样式 /deep/.vxe-table--header-wrapper { height: 30px; font-size: 12px; color: #999; } /deep/ th { padding: 0px !important; } /deep/.vxe-resizable { top: 0; height: 30px; }
composer create-project topthink/think=6 tp6 --prefer-dist