摘要: 上下布局 <!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8"> <meta http-equiv="X-UA-Compatible" content="IE=edge"> <meta name="viewport" conten 阅读全文
posted @ 2022-04-01 15:59 小牛知足 阅读(2148) 评论(0) 推荐(0)
摘要: 场景复现 解决办法 1.取消npm代理设置,执行命令 npm config set proxy null npm config set https-proxy null 2.添加淘宝镜像 npm --registry https://registry.npm.taobao.org info unde 阅读全文
posted @ 2021-12-10 19:10 小牛知足 阅读(11250) 评论(0) 推荐(0)
摘要: 咋啥也不知道,莫名就出现了 Failed to connect to github.com port 443: Timed out 于是我果断百度,发现如下解决办法 git config --global http.proxy http://127.0.0.1:1080 git config --g 阅读全文
posted @ 2021-07-23 14:35 小牛知足 阅读(7988) 评论(1) 推荐(1)
摘要: 下载 LxRunOffline ,https://github.com/DDoSolitary/LxRunOffline/releases 下载后直接解压,我解压到E盘 在当前文件目录下单击鼠标右键或者上面交的方法shift + 右键选择power shell ,我安装的是terminal, 输入“ 阅读全文
posted @ 2021-07-01 18:18 小牛知足 阅读(104) 评论(0) 推荐(0)