1、Vector向量 如何选用ArrayList、LinkedList、Vector? ①需要线程安全时,用Vector ②不存在线程安全问题时,并且查找较多用ArrayList(一般使用它) ③不存在线程安全问题时,增加或删除元素较多用LinkedList 2、Map的用法 1 package c ...
分类:
编程语言 时间:
2019-04-17 00:14:29
阅读次数:
158
一、简介 ntop是一家以技术为驱动的公司,用户多为个人和小公司,主要经营四款产品:Packet Capture、Traffic Recording、Network Probe、Traffic Analysis。 二、packet Capture 网络抓包使用具有PF_RING的商用硬件进行线速数据 ...
分类:
其他好文 时间:
2019-04-16 00:51:56
阅读次数:
192
今天访问已经架上服务器的网站,报错: 具体原理参考:https://blog.csdn.net/frankcheng5143/article/details/50589264 ...
分类:
数据库 时间:
2019-04-15 16:45:37
阅读次数:
206
如果找不到max_allowed_packet 可以直接添加 max_allowed_packet = 20M,然后在show VARIABLES like '%max_allowed_packet%'; 查看 mysql根据配置文件会限制server接受的数据包大小。 如果找不到max_allow ...
分类:
数据库 时间:
2019-04-13 10:35:28
阅读次数:
201
winpcap关键模块32位系统:C:\Windows\system32\wpcap.dllC:\Windows\system32\Packet.dllC:\Windows\system32\WanPacket.dllC:\Windows\system32\pthreadVC.dllC:\Windo... ...
分析ffmpeg源码 分析问题 mpegtsenc.c 找到发送PAT、PMT的函数 从源码分析,可以知道PAT、PMT的发送条件 :第一次发送PAT、PMT用到的是这个条件。 :这个条件是定时100ms发送PAT、PMT;ts pat_packet_period 这个字段在函数 里面有定义。 : ...
分类:
其他好文 时间:
2019-04-11 10:28:42
阅读次数:
179
原文: https://wiki.mikrotik.com/wiki/Manual:Packet_Flow_v6 Overview Diagram Examples Ipsec Encryption/Decryption ...
分类:
其他好文 时间:
2019-04-03 18:08:21
阅读次数:
172
Introduction介绍 Introduction介绍 This Manual describes the programming interface and the source code of Npcap. It provides detailed descriptions of the f ...
在远程连接mysql的时候,连接不上,出现如下报错:Lost connection to MySQL server at 'waiting for initial communication packet', system error: 0截图如下: 原因分析:mysql开启了DNS的反向解析功能, ...
分类:
数据库 时间:
2019-03-30 14:58:43
阅读次数:
261
环境 操作系统:CentOS release 6.8 数据库:oracle 11.2.0.4.190115 说明:数据库psu 为19年1月份的补丁,可不间断运行,但是开发提示在执行一些批处理的时候,有报错。 错误提示: 开发的报错提示: trace文件如下: 其他时间的报错: 其他时间的trace ...
分类:
其他好文 时间:
2019-03-25 17:52:39
阅读次数:
366