实验目的:通过ISIS协议,实验全网互通 实验步骤: Step1:必打命令 <Huawei>undo terminal monitor <Huawei>system-view [Huawei]sysname R7[R7]user-interface console 0[R7-ui-console0] ...
分类:
其他好文 时间:
2020-07-27 23:44:07
阅读次数:
136
经反映redis连接超时,先定位到redis配置文件目录被删除;继而重启redis后出现连接中断问题(未启动成功);查看redis的输出日志时发下报以下错误: 根据提示在/etc/sysctl.conf文件中添加vm.overcommit_memory = 1, 修改其大透明页,并将调整redis的 ...
分类:
其他好文 时间:
2020-07-27 23:34:42
阅读次数:
83
重分发: AR1配置信息 <Huawei>undo terminal monitor <Huawei>system-view Enter system view, return user view with Ctrl+Z. [Huawei]user-interface console 0 [Huaw ...
分类:
其他好文 时间:
2020-07-27 13:45:56
阅读次数:
81
php 使用composer 时,总是提示 composer SSL: Handshake timed out 这个说明是有ssl证书的。只是超时了。原因是默认php连接时间有问题。 我们找到php.ini 配置文件 。修改 default_socket_timeout = 360 (原来是-1或3 ...
分类:
其他好文 时间:
2020-07-26 15:31:34
阅读次数:
133
一、multiprocessing模块介绍 python中的多线程无法利用多核优势,如果想要充分地使用多核CPU的资源(os.cpu\_count\(\)查看),在python中大部分情况需要使用多进程。Python提供了multiprocessing。 multiprocessing模块用来开启子 ...
分类:
系统相关 时间:
2020-07-26 15:09:05
阅读次数:
97
<!doctype html>promise promise原因 简单来说 就是为了解决callback hell 简单来看一个回调的例子 ?x 1 let fs = require('fs') 2 fs.readFile('./a.txt','utf8',function(err,data){ 3 ...
分类:
其他好文 时间:
2020-07-24 19:10:55
阅读次数:
101
Python多进程模块 multiprocessing模块介绍 python中的多线程无法利用多核优势,如果想要充分地使用多核CPU的资源(os.cpu_count()查看),在python中大部分情况需要使用多进程。Python提供了multiprocessing。 multiprocessing ...
分类:
系统相关 时间:
2020-07-24 19:05:39
阅读次数:
90
实验1:OSPF中,Area0为骨干区域、Area1、Area2、Area3为非骨干区域。其中Area3不是Area0的直连区域,所以要在Area2中建立一个虚连接,帮助一个非骨干区域跨越另一个非骨干区域与骨干区域连接。 实验步骤: Step1:如图所示,敲必打命令与设置IP地址。 R1: <Hua ...
分类:
其他好文 时间:
2020-07-24 15:25:35
阅读次数:
71
问题出现: 视频剪辑超时 1。检查系统日志 发现这个报错信息,导致接口访问超时获取数据失败。 2。经过对网上信息梳理,发现这个超时是在用域名访问nginx时候,有一个send_timeout超时时间,超过这个时间nginx将连接断开了。代码会报错 3。由于这个请求的数据大小只有2M,大概四千条数据, ...
分类:
其他好文 时间:
2020-07-23 16:14:57
阅读次数:
323
实验步骤: Step1:必打命令 <Huawei>undo terminal monitor <Huawei>system-view [Huawei]sysname SW1[SW1]user-interface console 0[SW1-ui-console0]idle-timeout 0 0[S ...
分类:
其他好文 时间:
2020-07-22 20:44:18
阅读次数:
105