Collection Tree Protocol
¶Two Priciples
Datapath Validation: Data traffic quickly discovers and fixes routing inconsistencies
Adaptive Beaconing: Extending the Trickle algorithm [1] to routing control traffic reduces route repair latency and sends fewer beacons
The two principles we present allow a routing protocol to react at the same timescales as the topology changes while remaining efficient and robust.
阅读全文
之前无聊爬的斗鱼弹幕,留个存档。主要爬取的都是 LOL (英雄联盟)的弹幕,用的是在 brucezz 的 DouyuCrawler 基础上修改过的程序,他的原版程序在存储上好像有点问题。
阅读全文
背景
经过大概一个月不怎么认真的准备,最终取得了一个7分的成绩,总体来说还是比较满意的。背景的话,四级630,六级520,都是大一时候考的,现在已经都大四了,平时英语用的最多的主要是阅读国外的技术文档。
一共报了两场,具体成绩如下:
听力
阅读
口语
写作
总分
7
8
6
6
7
8.5
8.5
6
5.5
7
下面我讲我个人的备考的经验,仅供参考。
阅读全文
¶PART I: How To Log In
We’ll assume you already know how to build a login+password HTML form which POSTs the values to a script on the server side for authentication. The sections below will deal with patterns for sound practical auth, and how to avoid the most common security pitfalls.
阅读全文
Apache Thrift 采用接口描述语言定义并创建服务,支持可扩展的跨语言服务开发,所包含的代码生成引擎可以在多种语言中,如 C++, Java, Python, PHP, Ruby, Erlang, Perl, Haskell, C#, Cocoa, Smalltalk 等创建高效的、无缝的服务,其传输数据采用二进制格式,相对 XML 和 JSON 体积更小,对于高并发、大数据量和多语言的环境更有优势。
阅读全文