A rectangle is represented as a list [x1, y1, x2, y2], where (x1, y1) are the coordinates of its bottom-left corner, and (x2, y2) are the coordinates ...
分类:
其他好文 时间:
2018-06-26 01:05:36
阅读次数:
235
Prerequisites Install Docker version 1.13 or higher. Get Docker Compose. On Docker for Mac and Docker for Windows it’s pre-installed, so you’re good-t ...
分类:
其他好文 时间:
2018-06-21 14:46:29
阅读次数:
209
koa2已发布了一段时间,可以考虑入手,参见Node.js最新Web技术栈(2016年4月) 本文主要是koa 2的文档解读和runkoa介绍,让大家对koa 2有一个更简单直接的理解 一.依赖Node.js 4.0+ Koa requires node v4.0.0 or higher for ( ...
分类:
其他好文 时间:
2018-06-11 00:43:29
阅读次数:
185
One of the more powerful features Scala has is the ability to generically abstract across things that take type parameters. This feature is known as H ...
分类:
其他好文 时间:
2018-06-08 16:40:18
阅读次数:
194
首先我们从最基本的泛型来看: 现在我们对上面泛型中的类型参数再进一步,也是个泛型会如何呢? 可以看到,java中不支持类型参数也是泛型类型的情况,而scala支持。这是一个很重要的区别,scala在类型系统上要比java强大。我们现在简单对类型归纳一下,可以分为两类: 现在我们来看 higher-k ...
分类:
其他好文 时间:
2018-06-08 15:48:29
阅读次数:
164
高级类类型就是使用其他类型构造成为一个新的类型,因此也称为 类型构造器(type constructors)。它的语法和高阶函数(higher-order functions)相似,高阶函数就是将其它函数作为参数的函数;高级类类型则是将构造类类型作为参数类型。一个高级类类型可以有一个或者多个类型作为 ...
分类:
其他好文 时间:
2018-06-08 15:46:46
阅读次数:
176
题目描述: We are playing the Guess Game. The game is as follows: I pick a number from 1 to n. You have to guess which number I picked. Every time you gues ...
分类:
其他好文 时间:
2018-06-02 14:27:47
阅读次数:
184
2018 年“三盟科技杯”中国大学生程序设计竞赛(湖南) A. Easy h index 题目描述 :给出一个数组$a_i$,求最大的$h$,使得至少有$h$个数不少于$h$。 solution 模拟。 时间复杂度:$O(nlogn)$ B. Higher h index 题目描述 :写论文,当一份 ...
分类:
其他好文 时间:
2018-05-27 12:00:45
阅读次数:
223
一、Homebrew是什么 Homebrew是一款Mac OS平台下的软件包管理工具,拥有安装、卸载、更新、查看、搜索等很多实用的功能。简单的一条指令,就可以实现包管理,而不用你关心各种依赖和文件路径的情况,十分方便快捷。 援引官方的一句话:又提示缺少套件啦?别担心,Homebrew 随时守候。Ho ...
分类:
其他好文 时间:
2018-05-23 10:22:04
阅读次数:
208