文艺秀发

文章
4
资源
0
加入时间
3年0月9天

解决kubectl create -f 如下报错

虚拟机   环境:centos7.4创建好yaml 文件,执行kubectl create -f  文件名 时。报错如下:The connection to the server localhost:8080 was refused - did you specify the right host or port?解决办法:vim /etc/kubernetes/apiserver删除Servic...

CSS盒子基础知识

CSS将页面中的所有元素都设置为了一个矩形的盒子,将元素设置为矩形的盒子后,对页面的布局就变成将不同的盒子摆放到不同的位置。每一个盒子都由一下几个部分组成:内容区(content),内边距(padding),边框(border),外边距(margin)。 内容区(content),元素中的所有的子元素和文本内容都在内容区中排列 ,内容区的大小由width 和 height两个属性来设置。width 设置内容区的宽度, height 设置内容区的高度。 边框(border),边框属于盒子边缘,边框