Targeted packet sniffing Now all the data will be stored in the file name specified after the -write option. We can analyze this data using Wireshark. ...
分类:
Web程序 时间:
2019-11-09 19:41:17
阅读次数:
107
题意 给n个二元组(v,p),要求排序使得v从小到大,而且总价值最大,价值定义为相邻两个v值不同的p值之差绝对值之和。 分析 in a row原来是相邻的意思。 对于每个相同v值的块来说,有用的数只有最大,次大,最小,次小,且如果块大小小于4,还有一些会重复,后面需要特判。 所以直接dp到每个块,左 ...
分类:
其他好文 时间:
2019-11-07 23:57:22
阅读次数:
231
GVRPGVRP(GARPVLANRegistrationProtocol),中文名为GARPVLAN注册协议;GARP(GenericAttributeRegistrationProtocol),通用属性注册协议GVRP用于注册和注销VLAN属性。使得交换机之间能够相互交换VLAN配置信息,动态创建和管理VLAN,并控制trunk接口允许通过的VLAN列表,但并不能自动将用户端口划分至相应VLA
分类:
其他好文 时间:
2019-11-07 20:48:45
阅读次数:
95
两个重载函数必须在下列一个或两个方面有所区别: 1、函数的参数个数不同。 2、函数的参数类型不同或者参数类型顺序不同 intValue()是把Integer对象类型变成int的基础数据类型; parseInt()是把String 变成int的基础数据类型; Valueof()是把String 转化成 ...
分类:
编程语言 时间:
2019-11-07 19:06:02
阅读次数:
111
MySQL升级的实质是对数据字典的升级,数据字典有:mysql、information_schema、performance_schema、sys schema。 一、MySQL升级的两种方式: 1、in place upgrade(适合小版本的升级) 即:关闭当前的MySQL,替换当前的二进制文件 ...
分类:
数据库 时间:
2019-11-07 11:32:28
阅读次数:
130
1.什么是Telegraf? Telegraf是一个用Go语言开发的代理程序,可用于收集和报告指标。Telegraf插件直接从其运行的系统中获取各种指标,从第三方API中提取指标,甚至通过StatsD和Kafka消费者服务来监听指标。它还具有输出插件,可以将指标发送到各种其他数据存储,服务和消息队列 ...
分类:
其他好文 时间:
2019-11-07 11:18:46
阅读次数:
90
Basalt sand making machine is made of wear - resistant material with high - burning iron, long service life and stable performance. It has two crushin... ...
分类:
系统相关 时间:
2019-11-06 16:43:51
阅读次数:
103
Entity Framework Core performance tuning – a worked example Last Updated: February 25, 2019 | Created: September 22, 2017 This is the first in a serie ...
分类:
其他好文 时间:
2019-11-06 14:56:07
阅读次数:
101
? Log4j2 性能 "https://logging.apache.org/log4j/2.x/performance.html" ? Spring Boot 依赖与配置 Maven 依赖 XML 配置 resources/log4j2.xml 混合 sync/async 彩色日志 分类输出到不 ...
分类:
编程语言 时间:
2019-11-06 00:50:54
阅读次数:
76
1,没有图形化界面 纯文字:top 美化的文字界面:htop 2,图形界面查看系统状态: gnome-system-monitor(或者在搜索界面中搜索system monitor) 3,jetson-stats包查看(适用于英伟达开发板) sudo jtop 能够查看系统内核,内存,gpu,温度等 ...
分类:
系统相关 时间:
2019-11-05 15:15:47
阅读次数:
1002