自定义博客皮肤VIP专享

*博客头图:

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

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

博客底图:

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

栏目图:

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

主标题颜色:

RGB颜色,例如:#AFAFAF

Hover:

RGB颜色,例如:#AFAFAF

副标题颜色:

RGB颜色,例如:#AFAFAF

自定义博客皮肤

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

原创 docker 错误

1、Couldn't connect to Docker daemon at http+docker://localhost - is it running?解决方法: docker没有启动。输入命令:systemctl status docker #查看docker运行状态在使用该命令启动docker时失败,使用命令journalctl -xe,看到错误有:SELinux ...

2019-06-25 10:12:46 661

原创 python 将bz2压缩文件导入elasticsearch

1、解压bz2文件参考:【python】批量解压(.bz2)的文件import osimport bz2path = "C:/UnifiedHostAndNetflowData/host/test"un_path = "C:/UnifiedHostAndNetflowData/host/test"for (dirpath, dirnames, files) in os.walk...

2019-06-20 11:33:42 315

原创 storm 集群搭建

1、zookeeper搭建参考:1)Clustered (Multi-Server) Setup2、storm集群搭建参考:1)Setting up a Storm Cluster2)Storm介绍及安装部署3)storm集群安装与部署storm单机环境部署1、zookeeper单机环境部署参考:http://zookeeper.apache.org/...

2019-06-13 15:02:51 107

原创 VirtualBox 复制vdi文件快速创建虚拟机

参考博客:VirtualBox下快速创建新的虚拟机(一)——复制vdi文件对于修改vdi文件的UUID,报错:'VBoxManage' is not recognized as an internal or external command, operable program or batch file.使用命令Vboxmanage需要在命令行进入VirtualBox的安装目录。...

2019-06-12 14:50:18 447

原创 virtualbox安装centos虚拟机报错 VT-x is not available (VERR_VMX_NO_VMX).

错误:Failed to open a session for the virtual machine vm1.WHvCapabilityCodeHypervisorPresent is FALSE! Make sure you have enabled the 'Windows Hypervisor Platform' feature. (VERR_NEM_NOT_AVAILABLE)....

2019-06-12 11:54:17 13347 1

空空如也

空空如也

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

TA关注的人

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