logo
publist
写文章

简介

该用户还未填写简介

擅长的技术栈

可提供的服务

暂无可提供的服务

pip install pycrypto 报错 error: command ‘C:\\Program Files (x86)\\Microsoft Visual Studio 14.0\\VC\\

pip intarll 报错  error: command 'C:\\Program Files (x86)\\Microsoft Visual Studio 14.0\\VC\\BIN\\x86_amd64\\cl.exe' failed with exit code 2

#pip#microsoft#visual studio
报错 :no libwebkitgtk-1.0 detected, some features will be unavailable Consider installing the pack

1、今天安装kettle 起动的时候如下警告no libwebkitgtk-1.0 detected, some features will be unavailableConsider installing the package with apt-get or yum.e.g. 'sudo apt-get install libwebkitgtk-1.0-0'2、因为我用的是centos7.x

#etl
azure databricks 常用的JDBC连接

3、sqlservice的连接。4、posgresq的连接。2、oracle 的连接。1、mysql 的连接。

文章图片
#azure#microsoft
hbase 修改表中列的数据

ps: 今天前端的同事叫我给新增列的测试数据一下没想起来,hbase 怎么加,特此记忆put ‘表名’,‘rowkey’,‘列簇:列名’,‘值’

es 用 kibana 根据时间删除数据

时间小于多少删除数据POST sms_index/_delete_by_query{"query": {"range": {"auditTime": {"lt":"2020-03-14T03:09:11.989Z"}}}}

到底了