摘要:
一、pg数据库修改操作 Insert into table (key) values (value) on conflict(主键) do update set key=value; 修改的 value 是 set 的那个,不是前面的 (value) 二‘、基本操作 \h #查看所有的sql关键字 阅读全文
摘要:
1. ngx.redirect(uri, status?) 301/302外部重定向 redirect 为外部重定向,有两种形式: rewrite ^ /foo? redirect; # nginx config 在 rewrite 阶段重定向等价于return ngx.redirect('/foo 阅读全文