上一页 1 ··· 202 203 204 205 206 207 208 209 210 ··· 263 下一页

2021年5月21日

摘要: 本文共给出两种密码设置方法,一种为直接设置密码法(较为便捷),另一种为hash密码设置法 第一种: 直接设置密码 注意: ipython notebook 设置密码后就不能使用 token 进入客户端网页了 1. 对应环境下 执行命令: jupyter notebook password 密码被写入 阅读全文
posted @ 2021-05-21 15:04 Angry_Panda 阅读(4752) 评论(0) 推荐(0)
摘要: 1. 使用conda 安装 jupyter conda install jupyter 2. 在服务器端不打开浏览器,指定 端口, IP , 运行jupyter notebook 这里假设端口为9999,IP为192.168.1.100,不打开浏览器使用参数 no-brower jupyter no 阅读全文
posted @ 2021-05-21 12:16 Angry_Panda 阅读(2881) 评论(0) 推荐(0)
摘要: 参考: https://blog.csdn.net/mieleizhi0522/article/details/89336321 1. 首先在Ubuntu系统下需要先有anaconda的安装,这里假设已经提前安装了anaconda环境,在anaconda环境下提前创建好多个环境 可以看到系统环境下, 阅读全文
posted @ 2021-05-21 10:13 Angry_Panda 阅读(2416) 评论(0) 推荐(0)

2021年5月20日

摘要: 版权声明:本文为CSDN博主「sunxb10」的原创文章,遵循CC 4.0 BY-SA版权协议,转载请附上原文出处链接及本声明。原文链接:https://blog.csdn.net/sunxb10/article/details/81036693 简介f-string,亦称为格式化字符串常量(for 阅读全文
posted @ 2021-05-20 07:22 Angry_Panda 阅读(406) 评论(0) 推荐(0)

2021年5月18日

摘要: 网址: https://bitcoin.org/bitcoin.pdf 阅读全文
posted @ 2021-05-18 10:05 Angry_Panda 阅读(642) 评论(1) 推荐(0)

2021年5月15日

摘要: 原始实现(python2 版本) https://github.com/santisiri/proof-of-work 依据python3特性改进后: #!/usr/bin/env python # example of proof of work algorithm import hashlib 阅读全文
posted @ 2021-05-15 21:37 Angry_Panda 阅读(758) 评论(0) 推荐(0)
摘要: 学习视频: https://www.bilibili.com/video/BV13E411P7km?p=1 https://www.bilibili.com/video/BV14z4y1Z7Jd?p=1 学习网站地址: https://learnblockchain.cn/ 阅读全文
posted @ 2021-05-15 19:22 Angry_Panda 阅读(256) 评论(0) 推荐(0)
摘要: ubuntu18.04系统下安装: sudo apt-get install software-properties-common sudo add-apt-repository -y ppa:ethereum/ethereum sudo apt-get update sudo apt-get in 阅读全文
posted @ 2021-05-15 19:13 Angry_Panda 阅读(328) 评论(0) 推荐(0)

2021年5月13日

摘要: 原文地址: https://zhuanlan.zhihu.com/p/54729619 当我们接收别人的比特币转账的时候,需要给对方的那一串看似杂乱无章的字符串就是比特币地址了。那么,它的底层基本原理是什么呢?为什么不直接用公钥接收比特币而是使用地址呢?为什么使用地址的最佳实践是每次转账都换一个新地 阅读全文
posted @ 2021-05-13 22:27 Angry_Panda 阅读(445) 评论(0) 推荐(0)

2021年5月11日

摘要: 昨天学院18级的博士班班长也是我的一个学弟昨天联系我说今天学院要开会,主题内容是研究生学习和培养方面的座谈会,由于学弟不在学校就要我代替他去开会。到了会场发现学院领导到了不少,有学院的数据,负责学生生活的主任,负责学生生活的导员,负责学生学术的负责人等,由于昨天说的是学习方面的座谈会,也就没有多考虑 阅读全文
posted @ 2021-05-11 17:20 Angry_Panda 阅读(255) 评论(0) 推荐(0)
上一页 1 ··· 202 203 204 205 206 207 208 209 210 ··· 263 下一页

导航