[TOC] 本文积累一些高效的scala写法。 Ordering toSeq is not good idea because driver needs to put this in memory 但是通过函数传递ordering的方式比较慢,直接Ordering.by创建内置的Ordering,或 ...
分类:
其他好文 时间:
2018-12-26 00:28:50
阅读次数:
140
题面 题解 $ \because \sum_{1 \leq i < j \leq n} i + j = \frac{n(n-1)(n+1)}2 $ 所以只需求$\sum lcp(i,j)$即可。 $ \because lcp(i,j)=\min_{rank[i] \leq k \leq rank[j ...
分类:
其他好文 时间:
2018-12-24 16:18:24
阅读次数:
143
Accumulation Degree 题目链接:http://poj.org/problem?id=3585 Description: Trees are an important component of the natural landscape because of their preven ...
分类:
其他好文 时间:
2018-12-22 22:01:03
阅读次数:
181
安装完DOCKER,配置完加速源后, 执行systemctl restart docker后,报错: Job for docker.service failed because the control process exited with error code. See "systemctl st ...
分类:
其他好文 时间:
2018-12-22 17:25:57
阅读次数:
154
更好的阅读体验请点击: "当幸福来敲门 The Pursuit of Happyness" 看到时光机点亮的那一刻,我想儿子克里斯托夫正在侏罗纪的世界内探险,看着山川河流,穿梭在恐龙的脚下,在山洞中安稳的度过夜晚,期盼着光明和幸福的来临,在他弱小的背后一直都有一个宽大的臂膀为他叩响幸福之门。 & 1 ...
分类:
移动开发 时间:
2018-12-19 21:10:17
阅读次数:
191
参考: https://www.cnblogs.com/iois/p/6230800.html?tdsourcetag=s_pctim_aiomsghttp://blog.51cto.com/13859004/2173972https://blog.csdn.net/wmj2004/article/ ...
分类:
其他好文 时间:
2018-12-19 15:45:06
阅读次数:
757
1、测试代码如下: 问题: 1、-DENIED Redis is running in protected mode because protected mode is enabled, no bind address was specified, no authentication passwor ...
分类:
编程语言 时间:
2018-12-18 22:45:58
阅读次数:
276
Because list is the name of a built-in function, you should avoid using it as a variable name. I also avoid l because it looks too much like 1. So tha ...
分类:
其他好文 时间:
2018-12-18 12:14:08
阅读次数:
161
958. Check Completeness of a Binary Tree Given a binary tree, determine if it is a complete binary tree. Definition of a complete binary tree from Wik ...
分类:
其他好文 时间:
2018-12-16 14:41:11
阅读次数:
137
初次翻译,部分内容并非按字面翻译,是按本人理解进行了内容重组。如有错误望指正。 如下是变量定义和赋值的示例 变量存储的是一个引用地址。如上的变量name指向了一个值为Bob的String对象。通过var 定义变量是未明确指定类型的,由运行时VM自动推断,你也可以明确指定类型,如下代码 如果变量无法确 ...
分类:
其他好文 时间:
2018-12-15 00:59:06
阅读次数:
180