摘要: 准备工作 1.寻找国外minio官网,并安装minio 2.格式化并挂载好硬盘 3.centos系统需要打开端口 4.下载配置mc和Prometheus(非必需) 安装 ###安装前准备,文件夹创建,控制台登入root账户(sudo su)并进入根目录(cd /) ###创建运行文件夹(mkdir 阅读全文
posted @ 2022-02-25 14:08 能豆子~ 阅读(3726) 评论(0) 推荐(2) 编辑
摘要: 1. function unique (arr) { return Array.from(new Set(arr)) } 2. [...new Set(arr)] 3. function unique(arr) { var array= arr; var len = array.length; ar 阅读全文
posted @ 2023-01-03 12:33 能豆子~ 阅读(33) 评论(0) 推荐(0) 编辑
摘要: subscribeMessage.send:fail unknown response [object Object] 问题在于为指定云环境ID 修改云函数中 的 cloud.init({ env: '你的环境id' }) 阅读全文
posted @ 2022-07-15 11:02 能豆子~ 阅读(60) 评论(0) 推荐(0) 编辑
摘要: 留言,我分享最新的激活途径 以下已不适用 首项 寻找菜单栏中的help, 选择最下方的 Eval Reset .然后点击整个页面的右下方Reset. 需要复制的指令 https://plugins.zhile.io IDE Eval Reset 点赞 关注,一波三连~ 阅读全文
posted @ 2021-12-02 12:05 能豆子~ 阅读(566) 评论(0) 推荐(0) 编辑
摘要: question: tar: Error opening archive: Failed to open '/Users/...... answer: 如图,安装six依赖时报错,那就单独安装six依赖包, brew install six。 question: .Logging to '/usr/ 阅读全文
posted @ 2021-12-02 09:06 能豆子~ 阅读(257) 评论(0) 推荐(0) 编辑
摘要: 1.打开终端,下载python3 brew install python3 2.查看下载的python3 位置 which python3 得到类似 /usr/local/bin/python3 的路径, 默认的python不是这个文件夹,所以重装!!3.修改 bash_profile 文件 vim 阅读全文
posted @ 2021-08-12 13:15 能豆子~ 阅读(808) 评论(0) 推荐(0) 编辑
摘要: 渲染问题!!!! 销毁元素,重置dom等等。。。destroyOnClose={true} 阅读全文
posted @ 2021-07-23 11:05 能豆子~ 阅读(63) 评论(0) 推荐(0) 编辑
摘要: <a-layout-sider /> 渲染到页面上会变成 <section class="undefined-has-sider"> 丢失了 layout 前缀 更新最新的antdvue 版本就好了 npm i --save ant-design-vue@next 阅读全文
posted @ 2021-06-22 14:17 能豆子~ 阅读(515) 评论(0) 推荐(0) 编辑
摘要: regedit进入注册表 HKEY_CLASSES_ROOT\Directory\Background\shellex\ContextMenuHandlers 删除其中的 \NvCplDesktopContext 点赞点赞~~ 阅读全文
posted @ 2021-01-04 10:11 能豆子~ 阅读(446) 评论(0) 推荐(0) 编辑
摘要: 使用mac 脚本安装 curl -o- -L https://yarnpkg.com/install.sh | bash 使用homebrew安装 brew install yarn 使用npm安装 npm install -g yarn 三种方法,一种失败就直接换其他的。 安装成功,查看yarn版 阅读全文
posted @ 2020-12-28 15:22 能豆子~ 阅读(6750) 评论(1) 推荐(1) 编辑