Eth-Trunk概述 Eth-Trunk接口能够实现负载分担、增加带宽和提高可靠性 Eth-Trunk接口把多个物理接口捆绑成一个逻辑接口 Eth-Trunk接口的链路聚合模式 Eth-Trunk接口的链路聚合模式分为手工负载分担模式和静态LACP模式 手工负载分担模式的Eth-Trunk可以聚合 ...
分类:
其他好文 时间:
2019-03-22 23:04:17
阅读次数:
794
首先,arm的整个安装路径不能包含任何的中文字符。一开始没有注意这个,安装在中文路径下来导致无法导入license,在这上面浪费了很多时间。在网上看了很多解决办法都不能有效地解决问题,直到遇见了这个答案: ads非正常卸载,导致无法重装也无法卸载的问题: 重新安装的时候老是出现modify repa ...
分类:
其他好文 时间:
2019-03-19 01:38:59
阅读次数:
179
使用localStorage,进入修改页面,设置localstorage,跳转回筛选页面时,监听route,判定设置localStorage是否是具体的值,如果是,不清空筛选条件,否则清空,最后把删除设置的localstorage。 具体操作如下: 修改页面是modify.vue 筛选页面是a.vu ...
分类:
其他好文 时间:
2019-03-12 10:38:27
阅读次数:
410
首先电脑安装svn,并且确svn/bin下面有svn.exe文件 没有bin/svn.exe解决方法: 重新打开TortoiseSVN安装文件-Modify-Next后在command line client tools选项修改为Will be installed on local hard dri ...
分类:
其他好文 时间:
2019-03-11 21:18:28
阅读次数:
309
比如在Django admin 注册models时,会用到。 对于APP里自带的models,可以使用这种方式注册。 但是如果想要扩展models在Django admin页面的显示效果时,就没法用上面的方法了,但是可以使用装饰器来简化书写的代码量。 补充一个获取模块中类名的方法。 ...
分类:
其他好文 时间:
2019-03-10 20:44:43
阅读次数:
211
题目 Given an array A of integers, we must modify the array in the following way: we choose an i and replace A[i] with A[i], and we repeat this process ...
分类:
其他好文 时间:
2019-03-10 19:08:06
阅读次数:
144
pt-online-schema-change安装见pt-toolkit,这里不作介绍: ddl语名: alter table TXP.T_TXP_ORDER modify column merchant_orderno VARCHAR(50) COMMENT '商户订单号'; [root@sjno ...
分类:
其他好文 时间:
2019-03-07 20:49:31
阅读次数:
189
【CodeChef】Querying on a Grid(分治,最短路) 题面 "Vjudge" "CodeChef" 题解 考虑分治处理这个问题,每次取一个$mid$,对于$mid$上的三个点构建最短路径树(因为保证了最短路唯一所以是树)。 如果两点之间的最短路径跨越了$mid$,那么必定有$di ...
分类:
其他好文 时间:
2019-03-01 17:14:37
阅读次数:
236
43、(9-2)choosethreeWhichthreetaskscanbeperformedbyDDLstatements?A)preventingdataretrievalfromatableoutsideofofficehoursB)modifyingatabletopreventdatathatviolatecertainconditionsfrombeingenteredinacolu
分类:
数据库 时间:
2019-02-27 11:41:18
阅读次数:
245