码迷,mamicode.com
首页 >  
搜索关键字:magic packet    ( 2626个结果
简单二分
A.codeforces670D2. Magic Powder - 2 1 second 256 megabytes The term of this problem is the same as the previous one, the only exception — increased re ...
分类:其他好文   时间:2019-05-11 13:32:25    阅读次数:128
[转]Blue Prism Opening a password protected Excel workbook?
本文转自:https://www.rpaforum.net/threads/opening-a-password-protected-excel-workbook.470/ 问: As the title says, how would we open a password protected Ex ...
分类:其他好文   时间:2019-05-11 09:44:01    阅读次数:174
FFmpeg开发教程一、FFmpeg 版 Hello world
本系列根据项目 "ffmpeg libav tutorial" 翻译而来 Chapter 0 万物之源 —— hello world 然而,本节的程序并不会在终端打印“Hello world”,而是会打印原视频文件的一些信息,比如封装格式、视频时长、分辨率、音频通道数。最后,我们将解码每一帧视频,并 ...
分类:其他好文   时间:2019-05-09 23:28:32    阅读次数:167
Necklace HDU - 3874 (线段树/树状数组 + 离线处理)
Necklace HDU - 3874 Mery has a beautiful necklace. The necklace is made up of N magic balls. Each ball has a beautiful value. The balls with the same ...
分类:编程语言   时间:2019-05-09 18:28:04    阅读次数:108
使用cgroup和tc限制带宽
cgroup子系统net_cls 可以给 packet 打上 classid 的标签,用于过滤分类,这个classid就是用于标记skb所属的 qdisc class 的。有了这个标签,流量控制器(tc)可以对不同的 cgroup 的 packet 起作用,Netfilter(iptables)也可 ...
分类:其他好文   时间:2019-05-05 15:52:43    阅读次数:220
Cisco静态路由
怎样让身在两个网段的终端会话交流呢?我们借用Cisco packet研究一下Cisco静态路由 ...
分类:系统相关   时间:2019-05-04 11:46:18    阅读次数:137
单调栈+线段树
262144K Alice has a magic array. She suggests that the value of a interval is equal to the sum of the values in the interval, multiplied by the smalle ...
分类:其他好文   时间:2019-05-02 21:36:15    阅读次数:139
简谈packet tracer软件使用时数据包分叉状态
这种分叉的状态是我们在使用模拟模式时,会看到数据包发出后会分叉为多个,发送给很多终端,再一次发送时会发现这种状况又消失了。这是为什么呢? 首先我们会通过ping的命令去测试是否通信,ping发出的数据包类型是ICMP(网络控制消息协议)。 交换机属于二层设备又称二层交换,代表OSI七层的前两层,不支 ...
分类:其他好文   时间:2019-05-02 21:19:45    阅读次数:155
通过redis实现的一个抢红包流程,仅做模拟
数据结构+基础设施 数据结构 这里通过spring-data-jpa+mysql实现DB部分的处理,其中有lombok的参与 REDIS数据结构 REDIS对于一个红包存储3部分信息: 1、KEY:红包ID+_TAL_PACKET VALUE:红包剩余数量 2、KEY:红包ID+_TOTAL_AMO ...
分类:其他好文   时间:2019-05-01 12:05:37    阅读次数:147
南昌 Max answer
https://nanti.jisuanke.com/t/38228 Alice has a magic array. She suggests that the value of a interval is equal to the sum of the values in the interva ...
分类:其他好文   时间:2019-04-29 20:45:32    阅读次数:159
2626条   上一页 1 ... 57 58 59 60 61 ... 263 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!