09 2020 档案
摘要:select t.* from (select order.org_id from order o where o.org_id = 102528 order by o.id ) t where rownum <= 1 如果order by o.id是主键,内查询先执行排序,在执行where,很慢
阅读全文
摘要:方式一 cmd命令中设置 set http_proxy=http://IP:PORTset https_proxy=http://IP:PORTset http_proxy_user=XXXXset http_proxy_pass=123454321 方式二 配置代理 npm config set
阅读全文