CSS 中文开发手册 最小高度 | @viewport.min-height (Device Adaptation) - CSS 中文开发手册 min-heightCSS描述符指定通过@viewport的at-rule定义的一个文件视区的最小高度。 考虑到最小高度限制,最初将高度设置为尽可能接近初始... ...
分类:
Web程序 时间:
2020-07-01 22:27:17
阅读次数:
72
CSS 中文开发手册 最小宽度 | @viewport.min-width (Device Adaptation) - CSS 中文开发手册 min-widthCSS描述符指定通过@viewport所定义的文档的视口的最小宽度。 默认情况下,min-width考虑到最小宽度约束,将其设置为尽可能接近... ...
分类:
Web程序 时间:
2020-07-01 22:24:07
阅读次数:
73
Html&Css04:float html==>结构 css ==>表现 js ==>行为 1、浮动的简介 <!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8"> <meta name="viewport" content="wi ...
分类:
Web程序 时间:
2020-07-01 20:40:44
阅读次数:
55
利用hover控制动画,一个从反面向正面翻,一个从正面向反面翻。 利用:backface-visibility: hidden;控制反面的元素不显示。 不支持的浏览器直接切换层级换图(部分ie9模拟器不支持) <!DOCTYPE html> <html lang="en"> <head> <meta ...
分类:
Web程序 时间:
2020-07-01 13:02:03
阅读次数:
85
1.只需要导入bootstrap.js,jquery.js,vue.js,bootstrap.css <!DOCTYPE html> <html> <head> <meta charset="utf-8" /> <meta name="viewport" content="width=device- ...
分类:
其他好文 时间:
2020-07-01 12:16:01
阅读次数:
119
板子端:ifconfig usb0 192.168.224.101route add default gw 192.168.224.100 #设置默认网关ubuntu端 #eth1为对应板子的网卡 eth0为本地上网的网卡sudo sysctl -w net.ipv4.ip_forward=1sud ...
分类:
移动开发 时间:
2020-07-01 09:16:34
阅读次数:
83
CSS 中文开发手册 方向 | @viewport.orientation (Device Adaptation) - CSS 中文开发手册 orientationCSS描述符控制由@viewport所定义的文档的方向。 /* Keyword values */orientation: auto;o... ...
分类:
Web程序 时间:
2020-06-30 23:00:34
阅读次数:
124
华为交换机 在交换机端口上打开端口安全功能,将 MAC 地址绑定到相对应接口中,并在 vlan1 上有效。 [SW1]interface Eth0/0/1 [SW1-Ethernet0/0/1]port-security enable [SW1-Ethernet0/0/1]port-security ...
分类:
系统相关 时间:
2020-06-30 17:42:14
阅读次数:
118
<!doctype html> <html lang="en"> <head> <meta charset="UTF-8"> <meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0 ...
分类:
移动开发 时间:
2020-06-30 14:52:40
阅读次数:
138
1. 关闭NetworkManager服务 systemctl stop NetworkManager systemctl disable NetworkManager 2. 加载bond模块 modprobe bonding miimon=100 mode=0 echo "alias bond0 ...
分类:
其他好文 时间:
2020-06-30 12:47:24
阅读次数:
60