码迷,mamicode.com
首页 >  
搜索关键字:scalable networking    ( 1263个结果
杂七杂八
1.centos7永久修改主机名命令:hostnamectl set-hostname mylinuxops.com centos6永久修改主机名第一步:vi /etc/sysconfig/network NETWORKING=yes HOSTNAME=mylinuxops.com 第二步:vi / ...
分类:其他好文   时间:2020-07-04 13:12:56    阅读次数:69
如何解决移动端300ms延迟问题
方案一: <meta content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=0" name="viewport" /> 注释掉vue中public文件夹里面的meta标签 方案二: 在styl ...
分类:移动开发   时间:2020-07-03 23:45:16    阅读次数:105
js移动端rem响应式和meta标签【转】
rem自适应 <meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1, user-scalable=no"> <script> var deviceWidth = window.inner ...
分类:移动开发   时间:2020-07-03 19:15:14    阅读次数:92
滤镜 | mask (Scalable Vector Graphics) - CSS 中文开发手册 - Break易站
CSS 中文开发手册 滤镜 | mask (Scalable Vector Graphics) - CSS 中文开发手册 maskCSS属性通过部分或完全隐藏它改变的元件的可见性。这是通过在特定点掩蔽或裁剪图像来完成的。 /* Keyword values */mask: none;/* Image... ...
分类:Web程序   时间:2020-07-02 00:13:09    阅读次数:72
文本渲染 | text-rendering (Scalable Vector Graphics) - CSS 中文开发手册 - Break易站
CSS 中文开发手册 文本渲染 | text-rendering (Scalable Vector Graphics) - CSS 中文开发手册 该text-renderingCSS属性提供信息,以什么来优化渲染文本时的渲染引擎。 浏览器在速度,可读性和几何精度之间进行权衡。 /* Keyword ... ...
分类:Web程序   时间:2020-06-30 22:39:32    阅读次数:68
P4 Runtime - Putting the Control Plane in Charge of the Forwarding Plane
A few weeks ago we introduced the first demonstration of “P4 Runtime”. We invite all members of the networking community to join with us, so that toge ...
分类:其他好文   时间:2020-06-30 13:01:44    阅读次数:51
蓝牙mesh网络技术的亮点
蓝牙mesh网络技术的亮点 The highlights of Bluetooth mesh networking technology 导言 蓝牙是当今最主要的低功耗无线技术之一,对无线设备用户和开发人员非常熟悉。蓝牙网络类型仅限于两个设备(信标或单个集线器)和几个只能与该集线器(星型网络)通信的 ...
分类:其他好文   时间:2020-06-27 12:00:36    阅读次数:83
CentOS7 网络服务启动失败
错误:job for network.service failed because the control process exited with error code.see "" fordetails failed to start lsb bring up/down networking 解决 ...
分类:其他好文   时间:2020-06-22 18:54:09    阅读次数:112
Networking overview
Networking overview One of the reasons Docker containers and services are so powerful is that you can connect them together, or connect them to non-Do ...
分类:Web程序   时间:2020-06-19 16:24:16    阅读次数:70
nmcli nmtui NetworkManager
nmcli [OPTIONS...] {help | general | networking | radio | connection | device | agent | monitor} [COMMAND] [ARGUMENTS...] 一:nmcli help 类似于ip,分成很多objec ...
分类:Web程序   时间:2020-06-19 00:37:37    阅读次数:105
1263条   上一页 1 ... 3 4 5 6 7 ... 127 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!