
Python
blacksheepfly
Transfer & sharing
展开
-
Python创建索引,批量插入数据测试
测试 # -*- coding: utf-8 -*- """ Created on 2019-6-13 10:19:25 @author: chenlin3 """ import esSdk class EsSdkTest(): def test(self): name = EsSdkTest.__name__ print('begin, %s' ...原创 2019-11-13 15:43:30 · 435 阅读 · 0 评论 -
Linux下安装Python 3.7.2
1. 安装 yum install libffi-devel -y 处理后期出现 ModuleNotFoundError: No module named '_ctypes' 问题。 2. 下载libress,安装libressl代替openssl-devel, 处理ssl版本过低问题。 系统默认的是openssl1.0.1,升级至1.0.2或者libressl。 tar -zxvf ...原创 2019-03-26 11:50:45 · 454 阅读 · 0 评论