摘要:
创建创世区块文件->初始化区块->启动节点 一、初始化节点报错Fatal: Failed to write genesis block: unsupported fork ordering: eip150Block not enabled, but eip155Block enabled at 0 阅读全文
摘要:
一、Got permission denied while trying to connect to the Docker daemon socket 原因: 没有把当前用户加到docker用户组中 解决方法:(当然也可以使用sudo进行操作) sudo gpasswd -a $USER docke 阅读全文
摘要:
一、springboot整合kafka报错“30006 ms has passed since batch creation plus linger time” 解决方法: 打开server.properties文件 vim config/server.properties 将 #listeners 阅读全文