摘要:
npm配置镜像 npm config list : 查看已配置的选项内容。 1. npm config set registry “镜像仓库地址” 2. npm --registry "镜像仓库地址" info underscore npm配置代理 npm config set proxy "htt 阅读全文
posted @ 2023-09-13 17:57
搬砖的孟达
阅读(282)
评论(0)
推荐(0)
摘要:
07.oracle数据库的行转列 -- 列转行 create table tmp(rq varchar2(10),shengfu varchar2(5)); insert into tmp values('2005-05-09','胜'); insert into tmp values('2005- 阅读全文
posted @ 2023-09-13 17:16
搬砖的孟达
阅读(14)
评论(0)
推荐(0)