一、CentOS 修改IP地址修改对应网卡的IP地址的配置文件 # vi /etc/sysconfig/network-scripts/ifcfg-eth0 电信 # vi /etc/sysconfig/network-scripts/ifcfg-eth0:1 网通 # vi /etc/syscon ...
分类:
其他好文 时间:
2020-03-29 12:43:30
阅读次数:
55
源自:ITU-T.Y3800标准文案 Variations for forming QKDN and user network (This appendix does not form an integral part of this Recommendation.) There are vario ...
分类:
Web程序 时间:
2020-03-29 11:00:52
阅读次数:
88
题目 When register on a social network, you are always asked to specify your hobbies in order to find some potential friends with the same hobbies. A “s ...
分类:
其他好文 时间:
2020-03-28 23:13:05
阅读次数:
76
iosconfig.diff_text Return the diff, as text, between the candidate and the running config. candidate_config The candidate configuration sent as text. ...
分类:
移动开发 时间:
2020-03-28 21:51:24
阅读次数:
82
1,创建docker网络"redis-net": sudo docker network create --driver bridge redis-net 最后一条记录系新创建连接 2,创建主容器实例master-redis: 配置文件下载地址:https://redis.io/topics/con ...
分类:
其他好文 时间:
2020-03-28 18:25:21
阅读次数:
73
NetSH 网络配置命令行工具 netsh (Network Shell) 是一个 windows 系统本身提供的功能强大的网络配置命令行工具。 导出配置脚本:netsh -c interface ip dump > c:\interface.txt 导入配置脚本:netsh -f c:\inter ...
VirtualBox6.1 下 配置 Ubuntu 16.04 多网卡
分类:
系统相关 时间:
2020-03-27 23:28:25
阅读次数:
167
CDP 基于 WebSocket,利用 WebSocket 实现与浏览器内核的快速数据通道 CDP 分为多个域(DOM,Debugger,Network,Profiler,Console...),每个域中都定义了相关的命令和事件(Commands and Events) 我们可以基于 CDP 封装一 ...
分类:
其他好文 时间:
2020-03-27 21:16:24
阅读次数:
273
1.安装axios,网上找方法 2.src->network->request.js并复制: import axios from 'axios' export function request(config) { const instance = axios.create({ baseURL: "h ...
分类:
移动开发 时间:
2020-03-27 12:37:36
阅读次数:
475
(js中的MacroTask) 1. Rendering never happens while the engine executes a task. Doesn’t matter if the task takes a long time. Changes to DOM are painted ...
分类:
系统相关 时间:
2020-03-27 11:10:07
阅读次数:
101