- 博客(2)
- 收藏
- 关注
原创 Linux导入cer证书
linux系统导入.cer安全证书证书的导入分为两个步骤:1 .cer转化为.pem格式;openssl x509 -in api.cer -out api.pem2 将.pem文件追加到信任列表。cat api.pem >> /etc/pki/tls/certs/ca-bundle.crt补充:查看证书内容 openssl x509 -in api.cer -tex...
2019-12-02 17:56:30
9603
2
原创 zipline安装以及bundles数据下载过程
zipline安装及bundle数据下载zipline安装1 安装anaconda2 下载zipline库下载数据1 修改pandas版本2 注册quandel运行测试代码JSONDecodeError bug 修改参考资料zipline安装1 安装anacondazipline支持python2.7和python3.5,所以最简单的方法直接安装Anaconda3.4.1 对应python3...
2019-08-28 16:10:21
1778
空空如也
空空如也
TA创建的收藏夹 TA关注的收藏夹
TA关注的人