新增 'insert into xxx set ?' 删除 'delete from xxx where ?' 修改 'update xxx set ? where ?' 查询 'select * from xxx where ?' Read More
配置镜像 npm config set registry http://registry.npm.taobao.org 淘宝镜像 --registry=https://registry.npm.taobao.org Read More