### 准备 ## 目标 ## 目标 了解 Spring AMQP 核心代码 ## 前置知识 RabbitMQ 入门 ## 相关资源 Quick Tour for the impatient:<http://docs.spring.io/spring-amqp/docs/1.7.3.RELEASE/ ...
分类:
编程语言 时间:
2017-06-20 01:01:43
阅读次数:
381
数据链路层:将比特组装成帧并且点到点传输 帧 基本问题: 1.帧定界:帧的数据部分的上限 <= MTU(最大传输单元),SOH(0x01)和EOT(0x04)分别指示帧的开始和结束。 2..透明传输:字节插入,比特插入 3.差错检测:误码率:传输错误的比特与传输总比特数的比率 CRC(Cyclic ...
分类:
其他好文 时间:
2017-06-15 23:40:44
阅读次数:
200
6.824的课程通常是在课前让你做一些准备。一般来说是先读一篇论文,然后请你提一个问题,再请你回答一个问题。然后上课,然后布置Lab。 第二课的准备-Crawler 第二课的准备不是论文,是让你实现Go Tour里面的crawler。Go Tour里面原有的实现是串行的,并且可能爬到相同的url。要 ...
分类:
编程语言 时间:
2017-06-15 23:39:45
阅读次数:
260
A square township has been divided up into N2 square plots (1 <= N <= 7). The Farm is located in the upper left plot and the Market is located in the ...
分类:
其他好文 时间:
2017-06-11 17:22:56
阅读次数:
201
Cyclic Nacklace Time Limit: 2000/1000 MS (Java/Others) Memory Limit: 32768/32768 K (Java/Others) Problem Description CC always becomes very depressed ...
分类:
其他好文 时间:
2017-05-30 19:38:05
阅读次数:
271
http://poj.org/problem?id=1637 题意:给出n个点和m条边,这些边有些是单向边,有些是双向边,判断是否能构成欧拉回路。 思路: 构成有向图欧拉回路的要求是入度=出度,无向图的要求是所有顶点的度数为偶数。 但不管是那个,顶点的度数若是奇数,那都是不能构成的。 这道题目是非常 ...
分类:
其他好文 时间:
2017-05-29 10:59:57
阅读次数:
256
快来增加群【Swift】(群号302605932) http://download.csdn.net/detail/qi_ruihua/7439851 基本概念 注:这一节的代码源自The Swift Programming Language中的A Swift Tour。 Hello, world ...
分类:
编程语言 时间:
2017-05-27 21:17:42
阅读次数:
214
DescriptionGiven a node from a cyclic linked list which has been sorted, write a function to insert a value into the list such that it remains a cycli ...
分类:
其他好文 时间:
2017-05-19 10:08:28
阅读次数:
216
题目描述 Farmer John has decided to reward his cows for their hard work by taking them on a tour of the big city! The cows must decide how best to spend t ...
分类:
其他好文 时间:
2017-05-17 22:15:03
阅读次数:
328
CC always becomes very depressed at the end of this month, he has checked his credit card yesterday, without any surprise, there are only 99.9 yuan le ...
分类:
其他好文 时间:
2017-05-14 00:59:42
阅读次数:
258