大意小蚂蚁

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

flex:1及flex取值的理解

1. flex布局参照:阮一峰的文章2. flex:1的理解2.1 概念flex:是 flex-grow、flex-shrink、flex-basis的缩写,默认值为0 1 auto。后两个属性可选剩余空间:父容器在主轴方向上的可用空间。2.2 flex属性2.2.1 flex-grow2.2.2 flex-shrink2.2.3 flex-basis2.3 flex的取值 2.4 例子 2.5 参考文章

kubeadm报错:The connection to the server localhost:8080 was refused - did you specify the right hostThe connection to the server localhost:8080 was refused - did you specify the right host or port?

The connection to the server localhost:8080 was refused - did you specify the right host or port?报错现象[root@k8s-node1 ~]# kubectl apply -f calico.yaml The connection to the server localhost:8080 was refused - did you specify the right host or port?报错原

个人对测试的理解--性能测试

系列文章目录文章目录系列文章目录整体思路工具jmeterloadrunnergatlinglocustnmon自动化整体思路性能测试是一个很大的概念,从不同角度、深度来看,同样一个测试可以有不同的称呼。 并发测试、压力测试、负载测试,从严格的定义上是指不同情况或者说不同层级的测试。以接口测试为例,并发测试是指在测试过程中使用并发手段发请请求;压力测试主要是在测试过程中逐渐增大请求压力(简单的说就是更多并发)直到系统报错所能承受的极限;负载测试是一般指在一定的压力下(特定的并发、事务数控制等