
简介
该用户还未填写简介
擅长的技术栈
可提供的服务
暂无可提供的服务
题目快乐数字!Write an algorithm to determine if a number is “happy”.A happy number is a number defined by the following process: Starting with any positive integer, replace the number by the sum of the s...
本文目的:1.搭建Ethereum私有链和节点集群;2.熟悉以太坊智能合约的部署和使用流程;3.了解以太坊智能合约的应用和常见安全性问题;参考:https://www.jianshu.com/p/3aa80732ed73https://blog.csdn.net/Jade0214/article/details/80043776https://www.8btc.com/article...
Requests是用Python编写,基于urllib,采用Apache2 Licensed开源协议的HTTP库。它比urllib更方便,可以节约我们大量的工作,完全满足HTTP测试需求。安装:pip3 install requests使用实例:import requestsresponse=requests.get('https://www.baidu.com')print(ty...
本文要实现3台计算机通过局域网模拟3节点通信。(windows环境下)这是在上一步的基础上修改而来的。首先3台计算机要通过局域网连接在一起(可以通过wifi等方式)。注意要把各自的防火墙关掉。可以用ping命令测试,互相间的通信是否正常。一切正常后,需要修改代码(server部分):如上图,红框中需要改成扮演中心节点的那台计算机当前的ip地址。(可以在网络中当前连接的IPv4地址查看...







