01 2021 档案

摘要:一、镜像源 查询当前镜像源 npm get registry 设置为淘宝镜像 npm config set registry http://registry.npm.taobao.org/ 设置回默认的官方镜像 npm config set registry https://registry.npm 阅读全文
posted @ 2021-01-25 09:14 林中有风 阅读(1237) 评论(0) 推荐(0)
摘要:通过两个三角形来叠加出边框来实现 <!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8" /> <meta name="viewport" content="width=device-width, initial-scale=1.0 阅读全文
posted @ 2021-01-06 10:50 林中有风 阅读(606) 评论(0) 推荐(0)