码迷,mamicode.com
首页 >  
搜索关键字:hard link    ( 15824个结果
华为-OSPF协议的虚链路
虚链路 使用场合:只能一个非骨干区域跨越一个非骨干区域时用 作用:帮助这个非骨干区域获取完整lsdb 命令:在非骨干区域的中转域打 R10:ospf Aera 1 Vlink-peer 对端 router-id R18:ospf Aera 1 Vlink-peer 对端 router-id 注意:虚 ...
分类:其他好文   时间:2020-07-27 13:46:21    阅读次数:82
redis主从同步,显示master_link_status:down的解决思路
当通过inforeplication指令查看到master的连接状态为:master_link_status:down时。肯定要先瞅瞅日志。下面是两个可能造成master连接状态为down的日志信息:日志中有大量的I/OerrortryingtosyncwithMASTER:connectionlost字样。日志持续输出UnabletoAUTHtoMASTER:-ERRClientsentAUTH
分类:其他好文   时间:2020-07-27 09:58:50    阅读次数:112
linux limite资源限制 万能设置
linux资源限制 万能设置 /etc/security/limits.conf * soft core unlimited * hard core unlimited * soft nproc 1000000 * hard nproc 1000000 * soft nofile 1000000 * ...
分类:系统相关   时间:2020-07-27 09:50:00    阅读次数:100
Linux网络设备驱动之网络连接状态(七)
网络适配器硬件电路可以检测出链路上是否有载波,载波反映了网络的连接是否正常。网络设备驱动可以通过 netif_carrier_on() 和 netif_carrier_off() 函数改变设备的连接状态,如果驱动检测到连接状态发生变化,也应该以 netif_carrier_on() 和 netif_ ...
分类:系统相关   时间:2020-07-27 09:17:26    阅读次数:132
【Vue】12 VueRouter Part2 路由与传参
【编程式导航】 我们希望在路由跳转之前执行某一些功能。。。 <template> <div id="app"> <h2>这是App.vue组件的标题</h2> <router-link to="/home"> 首页 </router-link> <br> <router-link to="/samp ...
分类:其他好文   时间:2020-07-26 22:49:12    阅读次数:70
面试常见的http问题
1.请说一下OSI 网络分层模型是怎样分层的? 应用层、表示层、会话层、传输层、网络层、数据链路层、物理层 application layer、presentation layer、session layer、transport layer、network layer、data link layer ...
分类:Web程序   时间:2020-07-26 16:01:19    阅读次数:168
openlayers6结合echarts4实现迁徙图
效果图如下: 参考GitHub来实现的,更详细的源码以及参数说明见:GitHub 本篇文章的html源码: <!DOCTYPE html> <html> <head> <title>openlayers6结合echarts4实现迁徙图</title> <link rel="stylesheet" h ...
分类:其他好文   时间:2020-07-26 15:58:57    阅读次数:124
CrawlSpider一直无法进入回调函数
CrawlSpider一直无法进入回调函数的 碰到的两个坑: 1、正则表达式写的不对 start_urls = ['http://wz.sun0769.com/political/index/politicsNewest?id=1&page=1'] link = LinkExtractor(allo ...
分类:其他好文   时间:2020-07-26 01:52:52    阅读次数:85
Animate.css动画
参考地址: http://www.animate.net.cn/ 官方地址: https://animate.style/ https://github.com/animate-css/animate.css 只需两步 链接css文件 <link rel="stylesheet" href="sty ...
分类:Web程序   时间:2020-07-26 01:29:55    阅读次数:175
LayUI示例代码
[TOC]## 1. 文件上传> [doc](https://www.layui.com/doc/modules/upload.html)```html upload模块快速使用 上传图片``` ...
分类:其他好文   时间:2020-07-26 00:53:31    阅读次数:80
15824条   上一页 1 ... 43 44 45 46 47 ... 1583 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!