AS1内的设备全启动:PC配置:打开PC1的配置,设置静态IP:10.10.10.1255.255.255.0=》应用(备注:PC1的mac:54-89-98-B1-7B-52)路由器设置:<Huawei>system-view//进入系统视图[Huawei]sysHW-R1//设置路由器名称[HW-R1]interfaceGigabitEthernet0/0/1//配置GE0/0/1
分类:
系统相关 时间:
2019-07-29 17:39:45
阅读次数:
387
$subtask3$ 当$t[son]<=t[ansetor]$时$son$的贡献才能被计算,即求最长上升子序列$o(nlogn)$ ...
分类:
其他好文 时间:
2019-07-29 10:24:03
阅读次数:
142
大意: 给定$N^3$立方体, 每个单位立方体权值为三个坐标异或, 每次沿坐标轴切一刀, 得分为两半内权值和的乘积, 求切成$n^3$块的最大得分. 可以发现得分与切法无关, 假设每个点权值为$a_i$, 就有$ans=\frac{(\sum a_i)^2-\sum a_i^2}{2}$. 从而转化 ...
分类:
其他好文 时间:
2019-07-26 02:00:38
阅读次数:
104
problem 840. Magic Squares In Grid 参考 1. Leetcode_easy_840. Magic Squares In Grid; 完 ...
分类:
其他好文 时间:
2019-07-19 19:04:00
阅读次数:
64
导致我找了很久都没有找到原因,以为是5.5mysql导出来的再导入5.7mysql版本不一样出错了。 试了百度的很多种方法都没有用,试着用命令行导入报: ERROR 1153 (08S01) at line 1012: Got a packet bigger than ‘max_allowed_pa ...
分类:
数据库 时间:
2019-07-17 16:50:46
阅读次数:
114
转自:https://www.cnblogs.com/dcb3688/p/4608063.html Magic Packet Magic Packet白皮书介绍: The basic technical details of Magic Packet Technologyare simple and ...
分类:
其他好文 时间:
2019-07-15 14:52:55
阅读次数:
180
从log日志中抓取错误信息,如下: The last packet sent successfully to the server was 0 milliseconds ago. The driver has not received any packets from the server. 月初生 ...
分类:
其他好文 时间:
2019-07-14 14:41:43
阅读次数:
98
习惯就是人生的最大指导 ——休谟 24. Swap Nodes in Pairs Medium 1209107FavoriteShare 24. Swap Nodes in Pairs Medium 1209107FavoriteShare Medium Given a linked list, s ...
分类:
其他好文 时间:
2019-07-07 09:40:17
阅读次数:
104
wireshark本身提供很多过滤方法,常用的比如根据ip、mac、通信协议等方式来过滤报文。但我一直觉得下面描述的这种过滤方式十分好用,灵活、简便且适用范围广。 这种方式可以过滤报文中的任何一个字节,以dhcp报文为例: 我只想统计discover报文数量,那就针对packet type这一个字段 ...
分类:
其他好文 时间:
2019-07-06 13:39:02
阅读次数:
350