06 2020 档案
摘要:location / {if (!-e $request_filename){rewrite ^(.*)$ /index.php?s=$1 last; break;}}
阅读全文
摘要:插入并且返回当前ID Db::name($this->table)->insertGetId($data); 更新数据库某个字段+1 Db::name($this->table)->where(['id' => $id])->setInc('num', $stockNum); 更新数据库某个字段-1
阅读全文
摘要:解压文件:unzip -O cp936 文件 压缩文件:zip -r 名称.zip 文件夹
阅读全文