前端
动画
- GreenSock | GSAP: CSS动画类库
- easing: 函数式动画库
工作中经常用到的方法。
关闭虚拟机防火墙:
关闭命令: service iptables stop
永久关闭防火墙:chkconfig iptables off
两个命令同时运行,运行完成后查看防火墙关闭状态service iptables status
service iptables stop
service iptables start
service iptables restart
service iptables status
chkconfig iptables off
chkconfig iptables on