会员
众包
新闻
博问
闪存
赞助商
HarmonyOS
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
伶俐虫虫
博客园
首页
新随笔
联系
订阅
管理
上一页
1
2
3
4
5
6
7
下一页
2023年7月11日
Ubuntu18.04 安装vue问题
摘要: https://blog.csdn.net/Youning_Yim/article/details/129343107
阅读全文
posted @ 2023-07-11 15:45 伶俐虫虫
阅读(26)
评论(0)
推荐(0)
2023年6月20日
[vue] Error: @vitejs/plugin-vue requires vue (>=3.2.13) or @vue/compiler-sfc to be present in the dependency tree.
摘要: ## 问题描述  ##解决方法 ``` npm i vue@3.2.26 ``` 重新运行即可 ``` npm r
阅读全文
posted @ 2023-06-20 09:19 伶俐虫虫
阅读(903)
评论(0)
推荐(0)
2023年6月1日
WARNING: An illegal reflective access operation has occurred
摘要: ## 问题描述  ## 问题原因 JDK9之后的版本,模块不能通过反射访问非公有的成员、成员方法和构造方法 ## 解
阅读全文
posted @ 2023-06-01 20:59 伶俐虫虫
阅读(56)
评论(0)
推荐(0)
2023年5月31日
__bp_precmd_invoke_cmd:未找到命令;__bp_interactive_mode:未找到命令
摘要: ## 环境 Ubuntu 20.04 ## 问题描述  命令行输入什么指令都会提示 未找到命令 ## 解决方法 1.
阅读全文
posted @ 2023-05-31 15:29 伶俐虫虫
阅读(245)
评论(0)
推荐(0)
2023年5月30日
sudo命令下环境变量失效的解决方法
摘要: ## 环境 Ubuntu20.04 ## 原因 在sudo命令时,系统会默认重置环境变量为安全的环境变量,即之前设置的变量都会失效 ``` sudo sed '/^#/d;/^$/d' /etc/sudoers ``` 
评论(0)
推荐(0)
2023年5月4日
[智能合约]Oyente安装配置
摘要: 环境 系统 Ubuntu18.04 Python 3.6.9 go 1.7 安装依赖 安装 solc0.4.19 pip3 install solc-select solc-select install 0.4.19 solc-select use 0.4.19 solc --version 安装g
阅读全文
posted @ 2023-05-04 15:40 伶俐虫虫
阅读(108)
评论(0)
推荐(0)
[ubuntu]安装配置go
摘要: 系统环境 ubuntu18.04 安装配置 安装Go语言 sudo apt-get update sudo apt-get -y upgrade wget https://storage.googleapis.com/golang/go1.7.linux-amd64.tar.gz sudo tar
阅读全文
posted @ 2023-05-04 15:23 伶俐虫虫
阅读(37)
评论(0)
推荐(0)
2023年4月26日
[星火链] 快速接入星火链
摘要: 快速接入星火链 SDK下载 下载java版本的SDK地址 BIF-Core-SDK 通过API调用的方式提供了星火链网-底层区块链平台相关接口 依赖检测 JDK1.8 以上版本 java -version 2. 安装Maven 参考链接
阅读全文
posted @ 2023-04-26 09:54 伶俐虫虫
阅读(97)
评论(0)
推荐(0)
2023年4月25日
[星火链] 星火链快速搭建体验节点
摘要: 环境要求 部署最小硬件要求: 内存:8G 硬盘:100G cpu:8核 Quicknode节点部署 获取镜像版本号 浏览器打开链接http://test.bifcore.bitfactory.cn/hello 获取镜像 docker pull caictdevelop/bif-core:v${cha
阅读全文
posted @ 2023-04-25 17:19 伶俐虫虫
阅读(117)
评论(1)
推荐(0)
[星火链] 节点部署获取镜像报错以及解决方法
摘要: 没有启动docker,解决方法启动docker service docker start service docker status docker hub没有该版本 在docker hub查询版本
阅读全文
posted @ 2023-04-25 16:47 伶俐虫虫
阅读(48)
评论(0)
推荐(0)
上一页
1
2
3
4
5
6
7
下一页
公告