A domino is a flat, thumbsized tile, the face of which is divided into two squares, each left blank or bearing from one to six dots. There is a row of ...
分类:
其他好文 时间:
2017-10-16 21:43:04
阅读次数:
217
#!/usr/bin/env python # coding: utf-8 import six def sort_items_by_key(items, key): result = {} for k, v in key.items(): if isinstance(v, (six.string_... ...
分类:
编程语言 时间:
2017-09-08 00:12:11
阅读次数:
126
九月三日 周日 帝都 算是多云吧。 基本上是敲了一天的代码,着实感觉多敲一敲能力提升很大呦。 还是从早晨开始说,一醒来,发现眼睛被蚊子叮了。。那酸爽,懂人自懂,唉,心疼自己。洗漱完毕,开始敲代码,很抱歉,今天又没有吃早饭。简直了。我也是拒绝的。。只怪昨晚死活睡不着。折腾到1点多吧。不能再这样了。我发 ...
分类:
其他好文 时间:
2017-09-03 23:56:11
阅读次数:
147
1558: Flooring Tiles 题目描述 You want to decorate your floor with square tiles. You like rectangles. With six square flooring tiles, you can form exactly ...
分类:
其他好文 时间:
2017-08-21 21:06:34
阅读次数:
283
六度分离 1967年,美国著名的社会学家斯坦利·米尔格兰姆提出了一个名为“小世界现象(small world phenomenon)”的著名假说,大意是说,任何2个素不相识的人中间最多只隔着6个人,即只用6个人就可以将他们联系在一起,因此他的理论也被称为“六度分离”理论(six degrees of ...
分类:
其他好文 时间:
2017-08-07 00:14:29
阅读次数:
125
Journalists have the ability to state a thing more clearly. What can we learn from them to help us report or explain things like them? There are six w ...
分类:
其他好文 时间:
2017-07-24 14:33:16
阅读次数:
166
1、随身英语 Dry January 新年戒酒一个月 link 2、地道英语 Hot potato 棘手的问题“烫手山芋” link 3、今日新闻 Brussels attacks: Belgian police arrest six suspects link The arrests were m ...
分类:
其他好文 时间:
2017-07-22 15:42:58
阅读次数:
209
Overview Background: I start a thread [call thread A below]in Spark driver to handle opening files in codis, in which I start six thread [call sub thr ...
分类:
其他好文 时间:
2017-07-18 21:07:37
阅读次数:
139
题面: OTTFFSSEN One Two Three Four Five Six Seven Eight Nine……描述 AFO已久的Aglove重新开始学数数,他励志要成为数数少年。为了避免爆零的尴尬,他决定对零这个万恶的数字视而不见。 他的老师为了调教他,就给他出了一道题: 求在区间[L,R ...
分类:
其他好文 时间:
2017-07-11 19:13:05
阅读次数:
214
我之前遇到的一个错误就是 [html] view plain copy File "site-packages\urllib3\packages\six.py", line 92, in __get__ File "site-packages\urllib3\packages\six.py", li ...
分类:
编程语言 时间:
2017-07-10 13:13:00
阅读次数:
598