Chinaunix首页 | 论坛 | 博客
  • 博客访问: 1384913
  • 博文数量: 931
  • 博客积分: 10
  • 博客等级: 民兵
  • 技术积分: 10198
  • 用 户 组: 普通用户
  • 注册时间: 2011-07-08 12:28
个人简介

测试

文章分类

全部博文(931)

文章存档

2020年(134)

2019年(792)

2018年(5)

我的朋友

发布时间:2019-04-28 10:30:40

E1009 23:51:37.685891 358 start.go:174] Error starting host: Error creating host: Error executing step: Running precreate checks.Retrying.: VBoxManage not found. Make sure VirtualBox is installed and VBoxManage is in the pathAn error has occurred. Would you like to opt in to sending an.........【阅读全文】

阅读(2120) | 评论(0) | 转发(0)

发布时间:2019-04-28 09:34:45

cachedir=/var/cache/yum/releasever在我的server上这个文件夹里的内容如下:keepcache=0:设置 keepcache=1,yum 在成功安装软件包之后保留缓存的头文件 (headers) 和软件包。默认值为 keepcache=0 不保存logfile=/var/log/yum.log.........【阅读全文】

阅读(699) | 评论(0) | 转发(0)

发布时间:2019-04-27 22:28:41

Kubernetes集群的安装和部署对于很多初学者来说是一道坎。为了方便大家开发和体验Kubernetes,Kubernetes开源社区提供了可以在本地部署的Minikube。虽然有着不能启动生产集群,没有高可用性的单节点机器等局限,但对于Kubernetes初学者和体验者来说已经够用了。当我基于minikube安装Kyma时,收到提示:.........【阅读全文】

阅读(584) | 评论(0) | 转发(0)

发布时间:2019-04-27 22:16:38

Helm之于Kubernetes好比yum之于Red Hat Enterprise Linux,或者apt-get之于Ubuntu。其实还有另外一种全自动的做法,使用安装脚本自动安装。curl https://raw.githubusercontent.com/helm/helm/master/scripts/get > get_helm.sh打开脚本,可以看到helm安.........【阅读全文】

阅读(675) | 评论(0) | 转发(0)

发布时间:2019-04-27 21:57:09

1. ABAP提供了一个工具类cl_proxy_xml_transform,通过它的两个方法abap_to_xml_xstring和xml_xstring_to_abap实现两种格式的互换。最后一行的ASSERT语句,说明从ABAP格式转换成XML格式,再转换成ABAP格式,转换前的ABAP数据和转换后的ABAP数据是完全相同的。.........【阅读全文】

阅读(891) | 评论(0) | 转发(0)
给主人留下些什么吧!~~
留言热议
请登录后留言。

登录 注册