会员
周边
众包
新闻
博问
闪存
赞助商
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
能豆子~
博客园
首页
新随笔
联系
订阅
管理
1
2
3
4
下一页
[置顶]
超详细centos中部署minio
摘要: 准备工作 1.寻找国外minio官网,并安装minio 2.格式化并挂载好硬盘 3.centos系统需要打开端口 4.下载配置mc和Prometheus(非必需) 安装 ###安装前准备,文件夹创建,控制台登入root账户(sudo su)并进入根目录(cd /) ###创建运行文件夹(mkdir
阅读全文
posted @ 2022-02-25 14:08 能豆子~
阅读(4927)
评论(0)
推荐(2)
2023年1月3日
Js中的数组去重
摘要: 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 能豆子~
阅读(34)
评论(0)
推荐(0)
2022年7月15日
微信小程序 subscribeMessage.send:fail unknown response [object Object]
摘要: subscribeMessage.send:fail unknown response [object Object] 问题在于为指定云环境ID 修改云函数中 的 cloud.init({ env: '你的环境id' })
阅读全文
posted @ 2022-07-15 11:02 能豆子~
阅读(89)
评论(0)
推荐(0)
2021年12月2日
JetBrains agent 2020.2.x全系列激活(仅供学习使用!!!)
摘要: 留言,我分享最新的激活途径 以下已不适用 首项 寻找菜单栏中的help, 选择最下方的 Eval Reset .然后点击整个页面的右下方Reset. 需要复制的指令 https://plugins.zhile.io IDE Eval Reset 点赞 关注,一波三连~
阅读全文
posted @ 2021-12-02 12:05 能豆子~
阅读(661)
评论(0)
推荐(0)
mac 安装mysql. 使用brew install mysql 报错
摘要: 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 能豆子~
阅读(274)
评论(0)
推荐(0)
2021年8月12日
mac 修改默认python,pip,为python3,pip3
摘要: 1.打开终端,下载python3 brew install python3 2.查看下载的python3 位置 which python3 得到类似 /usr/local/bin/python3 的路径, 默认的python不是这个文件夹,所以重装!!3.修改 bash_profile 文件 vim
阅读全文
posted @ 2021-08-12 13:15 能豆子~
阅读(947)
评论(0)
推荐(0)
2021年7月23日
多次调用摄像头,需要考虑渲染问题
摘要: 渲染问题!!!! 销毁元素,重置dom等等。。。destroyOnClose={true}
阅读全文
posted @ 2021-07-23 11:05 能豆子~
阅读(68)
评论(0)
推荐(0)
2021年6月22日
Ant Designer Vue 中 layout 样式类名丢失
摘要: <a-layout-sider /> 渲染到页面上会变成 <section class="undefined-has-sider"> 丢失了 layout 前缀 更新最新的antdvue 版本就好了 npm i --save ant-design-vue@next
阅读全文
posted @ 2021-06-22 14:17 能豆子~
阅读(561)
评论(0)
推荐(0)
2021年1月4日
Windows10 右键假死卡住转圈。
摘要: regedit进入注册表 HKEY_CLASSES_ROOT\Directory\Background\shellex\ContextMenuHandlers 删除其中的 \NvCplDesktopContext 点赞点赞~~
阅读全文
posted @ 2021-01-04 10:11 能豆子~
阅读(455)
评论(0)
推荐(0)
2020年12月28日
mac 安装yarn
摘要: 使用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 能豆子~
阅读(6874)
评论(1)
推荐(1)
1
2
3
4
下一页
公告