05 2022 档案

摘要:Sudo的环境变量问题 export PATH=$PATH:/usr/bin https://askubuntu.com/questions/338726/cant-execute-terminal-commands-the-command-sudo-is-available-in-usr-bin- 阅读全文
posted @ 2022-05-14 12:02 铸剑非攻 阅读(57) 评论(0) 推荐(0)
摘要:sudo的环境变量问题 export PATH=$PATH:/usr/bin https://askubuntu.com/questions/338726/cant-execute-terminal-commands-the-command-sudo-is-available-in-usr-bin- 阅读全文
posted @ 2022-05-14 11:54 铸剑非攻 阅读(169) 评论(0) 推荐(0)
摘要:可能换行符号异样导致无法识别后面的-c命令行,退格删除重新输入即可 阅读全文
posted @ 2022-05-14 11:52 铸剑非攻 阅读(90) 评论(0) 推荐(0)
摘要:Access your "Desktop" folder from "Home". Copy/cut from there and paste to any folder. 从home进入相应文件夹进行复制粘贴 https://askubuntu.com/questions/338726/cant- 阅读全文
posted @ 2022-05-14 11:45 铸剑非攻 阅读(340) 评论(0) 推荐(0)
摘要:1. 计算latency, transactions per second (TPS)等: https://github.com/Hyperledger-TWGC/tape/issues/146 2. ProposalResponsePayloads from Peers do not match问 阅读全文
posted @ 2022-05-11 22:21 铸剑非攻 阅读(567) 评论(0) 推荐(0)
摘要:reset the bytes.Buffer https://stackoverflow.com/questions/70302406/failed-unmarshal-for-xxx-invalid-character-after-top-level-value 阅读全文
posted @ 2022-05-04 23:13 铸剑非攻 阅读(361) 评论(0) 推荐(0)
摘要:从blockchain上拿下来的数据(byte)用自定义的decodeToXXXStruct解析 和json.Unmarshal交替尝试使用 func DecodeToCostInfo(s []byte) CostInfo { p := CostInfo{} dec := gob.NewDecode 阅读全文
posted @ 2022-05-04 23:12 铸剑非攻 阅读(475) 评论(0) 推荐(0)
摘要:result of a syntax error in the JSON input (likely a missing ", }, or ]). https://stackoverflow.com/questions/27994327/golang-json-unmarshal-unexpecte 阅读全文
posted @ 2022-05-04 22:22 铸剑非攻 阅读(400) 评论(0) 推荐(0)
摘要:https://stackoverflow.com/questions/28264343/json-unmarshal-return-nil 阅读全文
posted @ 2022-05-04 22:19 铸剑非攻 阅读(138) 评论(0) 推荐(0)
摘要: 阅读全文
posted @ 2022-05-02 23:37 铸剑非攻 阅读(80) 评论(0) 推荐(0)
摘要:https://zhuanlan.zhihu.com/p/109828249 阅读全文
posted @ 2022-05-02 23:36 铸剑非攻 阅读(17) 评论(0) 推荐(0)
摘要:https://itcn.blog/p/1648461309475448.html 阅读全文
posted @ 2022-05-02 23:27 铸剑非攻 阅读(69) 评论(0) 推荐(0)
摘要:sudo apt-get install openssl sudo apt-get install libssl-dev https://www.jianshu.com/p/e2f57b224c84 阅读全文
posted @ 2022-05-02 23:26 铸剑非攻 阅读(718) 评论(0) 推荐(0)