css常用动画
摘要:一、animation循环播放 div{ position:absolute; animation:mymove 1s linear infinite alternate forwards; } @keyframes mymove{ from {left:0px;} to {left:200px;}
阅读全文
VMware->centos7->docker18.09.1->mysql5.7
摘要:一、VMware网络设置 1、桥接:与物理机在同一网段下 2、NAT:经过物理机地址转换过后的网段下 3、启动VMware服务 二、centos7网络及其它配置 1、配置dhcp: vi /etc/sysconfig/network-scripts/ifcfg-ens33 ONBOOT=yes 2、
阅读全文