网桥实验 命令法 centos7配成网桥 eth0接入vmnet1 eth1接入vmnet8 yum -y install bridge-utils nmcli connection delete eth0 W brctl show #查看网桥 brctl addbr br0 brctl addif ...
分类:
其他好文 时间:
2021-05-23 23:06:42
阅读次数:
0
题面 Link Y n o i 数 数 题 先化一下单次方差的式子: \[ \begin{align} &\frac{\sum a_i^2 - 2\sum a_i \cdot \bar{a} + \sum\bar{a}^2}{n}&\\ =&\frac{1}{n}\sum a_i^2 - \frac ...
分类:
其他好文 时间:
2021-05-23 23:03:42
阅读次数:
0
If you are new to YAML, here is a useful link to a blog on YAML. YAML tutorial Here is a free tool that was mentioned in the video that can convert YA ...
分类:
其他好文 时间:
2021-05-04 16:11:49
阅读次数:
0
error LNK2019: unresolved external symbol “” referenced in function 描述 Link错误、无法解析的外部符号 解决方法 检查.build.cs 中是否增加相关模块的引用,或者是否使用 XXX_API 宏 error C4668: “_ ...
分类:
编程语言 时间:
2021-05-04 15:39:05
阅读次数:
0
0 参考 QT最新版5.14在WINDOWS环境静态编译安装和部署的完整过程 VS 2019-QT STATIC LINK BUILD WINDOWS 32 BIT/64 BIT MSVC 静态编译 Qt 5 Win7下静态编译QT5.12源码 Building Qt 5 from Git 1 获取 ...
分类:
其他好文 时间:
2021-05-04 15:23:59
阅读次数:
0
题目描述 给定一个保存员工信息的数据结构,它包含了员工 唯一的 id ,重要度 和 直系下属的 id 。比如,员工 1 是员工 2 的领导,员工 2 是员工 3 的领导。他们相应的重要度为 15 , 10 , 5 。那么员工 1 的数据结构是 [1, 15, [2]] ,员工 2的 数据结构是 [2 ...
分类:
其他好文 时间:
2021-05-03 12:49:49
阅读次数:
0
死机多数出现在低端路由器,一般死机后就只能搜到SSID,但无法连接。 最常用的解决办法:断电重启。 因为高端路由器基本没有过死机,所以是路由器配置过低导致死机,笔者猜测应该是路由器内存满了。 大量网上查找资料,发现解决死机最好的办法是刷三方固件,考虑到刷机有风险就不再过多考虑。 于是从路由器自身设置 ...
分类:
其他好文 时间:
2021-05-03 12:33:54
阅读次数:
0
REDIS6.x: [Unit] Description=Redis Database After=network.target After=network-online.target Wants=network-online.target [Service] Type=notify PIDFile ...
分类:
其他好文 时间:
2021-05-03 12:28:31
阅读次数:
0
Vue router如何传参 要点总结:在vue-router中,有两大对象被挂载到了实例this;$route(只读、具备信息的对象);$router(具备功能的函数) 查询字符串:去哪里 ?<router-link :to="{name:'detail',query:{id:1}}"> xxx ...
分类:
其他好文 时间:
2021-05-03 11:55:38
阅读次数:
0
crontab 用于设置定时任务,通过 cat /etc/crontab 可查看 crontab 示例: $ cat /etc/crontab SHELL=/bin/bash PATH=/sbin:/bin:/usr/sbin:/usr/bin MAILTO=root # For details s ...
分类:
其他好文 时间:
2021-05-03 11:54:27
阅读次数:
0