会员
众包
新闻
博问
闪存
赞助商
HarmonyOS
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
牛犊子
博客园
首页
新随笔
联系
订阅
管理
2022年4月1日
使用flex实现上中下和上下布局
摘要: 上下布局 <!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)
2021年12月10日
解决stack FetchError: request to https://registry.npm.taobao.org/@vue%2fcli-plugin-vuex failed, reason: connect ECONNREFUSED
摘要: 场景复现 解决办法 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)
2021年7月23日
解决 Failed to connect to github.com port 443: Timed out
摘要: 咋啥也不知道,莫名就出现了 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)
2021年7月1日
迁移window10的子系统文件地址
摘要: 下载 LxRunOffline ,https://github.com/DDoSolitary/LxRunOffline/releases 下载后直接解压,我解压到E盘 在当前文件目录下单击鼠标右键或者上面交的方法shift + 右键选择power shell ,我安装的是terminal, 输入“
阅读全文
posted @ 2021-07-01 18:18 小牛知足
阅读(104)
评论(0)
推荐(0)
公告