05 2021 档案

摘要:https://wallet.tether.to/richlist https://etherscan.io/token/0xdac17f958d2ee523a2206206994597c13d831ec7 https://etherscan.io/token/0xdac17f958d2ee523a 阅读全文
posted @ 2021-05-31 11:21 微信公众号--共鸣圈 阅读(248) 评论(0) 推荐(0)
该文被密码保护。
posted @ 2021-05-29 13:25 微信公众号--共鸣圈 阅读(1) 评论(0) 推荐(0)
摘要:crashpad是一个支持mac和windows的崩溃报告库,google还有一个breakpad,已经不建议使用了。编译 crashpad 只能用 gn 来生成 ninja 文件,gn 的下载方法: git clone https://gn.googlesource.com/gn 因此,编译cra 阅读全文
posted @ 2021-05-28 13:35 微信公众号--共鸣圈 阅读(3526) 评论(0) 推荐(1)
该文被密码保护。
posted @ 2021-05-26 18:02 微信公众号--共鸣圈 阅读(0) 评论(0) 推荐(0)
摘要:采用: https://github.com/Nuitka/Nuitka 安装: pip install nuitka 最简单的命令为: python -m nuitka --standalone --follow-imports testprocess.py 注意,好像nuitka不能将pytho 阅读全文
posted @ 2021-05-14 16:06 微信公众号--共鸣圈 阅读(1121) 评论(0) 推荐(0)
摘要:金融指标技术分析库: https://github.com/twopirllc/pandas-ta zigzag的实现: """ reference: https://github.com/jbn/ZigZag.git """ import numpy as np PEAK = 1 VALLEY = 阅读全文
posted @ 2021-05-12 17:03 微信公众号--共鸣圈 阅读(4272) 评论(0) 推荐(0)
该文被密码保护。
posted @ 2021-05-07 21:06 微信公众号--共鸣圈 阅读(0) 评论(0) 推荐(0)