自定义博客皮肤VIP专享

*博客头图:

格式为PNG、JPG,宽度*高度大于1920*100像素,不超过2MB,主视觉建议放在右侧,请参照线上博客头图

请上传大于1920*100像素的图片!

博客底图:

图片格式为PNG、JPG,不超过1MB,可上下左右平铺至整个背景

栏目图:

图片格式为PNG、JPG,图片宽度*高度为300*38像素,不超过0.5MB

主标题颜色:

RGB颜色,例如:#AFAFAF

Hover:

RGB颜色,例如:#AFAFAF

副标题颜色:

RGB颜色,例如:#AFAFAF

自定义博客皮肤

-+
  • 博客(3)
  • 收藏
  • 关注

原创 python3 实现 google authenticator 认证/校验

生成验证码# -*- encoding: utf-8 -*-"# @Module : google authimport hmac, base64, struct, hashlib, timedef get_hotp_token(secret, intervals_no): key = base64.b32decode(secret, True) msg = struct.pack(">Q", intervals_no) h = hmac.new(key,

2022-03-28 12:34:37 2202

原创 pd.read_hdf报错 ImportError: Missing optional dependency ‘tables‘. Use pip or conda to install tables.

pd.read_hdf()报错 ImportError: Missing optional dependency 'tables'. Use pip or conda to install tables.

2022-03-23 01:25:57 5732 2

原创 web3.py 安装以及主币查询 - bsc链

安装web3pip install pip3我的电脑会提示一个c++ 14.0的报错,按照以下步骤可以解决error: Microsoft Visual C++ 14.0 or greater is required. Get it with “Microsoft C++ Build Tools“# 百度云链接:https://pan.baidu.com/s/1MWcOigDWrohbWfKoWtmHJA # 提取码:6666 下载解压安装 Microsoft Visual

2021-12-25 19:09:46 15695 3

空空如也

空空如也

TA创建的收藏夹 TA关注的收藏夹

TA关注的人

提示
确定要删除当前文章?
取消 删除