码迷,mamicode.com
首页 >  
搜索关键字:vertx compose    ( 1476个结果
[Compose] 17. List comprehensions with Applicative Functors
We annihilate the need for the ol' nested for loop using Applicatives. For example we have this kind of nested loop code: We can refactor it by using ...
分类:移动开发   时间:2016-12-21 20:51:34    阅读次数:230
开源 iOS 项目分类索引大全
GitHub 上大概600个开源 iOS 项目的分类和介绍,对于你挑选和使用开源项目应该有帮助 GitHub 上大概600个开源 iOS 项目的分类和介绍,对于你挑选和使用开源项目应该有帮助 系统基础库 Category/Util sstoolkit 一套Category类型的库,附带很多自定义控件 ...
分类:移动开发   时间:2016-12-19 11:32:49    阅读次数:281
[Compose] 9. Delay Evaluation with LazyBox
We rewrite the Box example using lazy evaulation. Here is Box example: So how to make it as Lazy Box? The Answer is instead of passing a value to the ...
分类:其他好文   时间:2016-12-18 09:57:17    阅读次数:243
[Compose] 8. A curated collection of Monoids and their uses
If change the data a litte bit: Because the view: null, then it will skip .map(sum). ...
分类:其他好文   时间:2016-12-16 21:57:32    阅读次数:161
[JS Compose] 6. Semigroup examples
Let's we want to combine two account accidently have the same name. So, here we can use Semi-group to combine them, because the semi-group have the kn ...
分类:Web程序   时间:2016-12-15 21:12:31    阅读次数:253
[JS Compose] 7. Ensure failsafe combination using monoids
monoids is a semi-group with a neutral element. A semigroup, it does not have an element to return so it's not a safe operation, whereas with the mono ...
分类:Web程序   时间:2016-12-15 20:54:38    阅读次数:222
[JS Compose] 5. Create types with Semigroups
An introduction to concatting items via the formal Semi-group interface. Semi-groups are simply a type with a concat method that are associative. We d ...
分类:Web程序   时间:2016-12-15 20:52:05    阅读次数:215
YAML 模板文件语法
YAML 模板文件语法 默认的模板文件是 docker-compose.yml,其中定义的每个服务都必须通过 image 指令指定镜像或 build 指令(需要 Dockerfile)来自动构建。 其它大部分指令都跟 docker run 中的类似。 如果使用 build 指令,在 Dockerfi ...
分类:其他好文   时间:2016-12-15 17:40:38    阅读次数:213
Docker Compose—简化复杂容器应用的利器
Compose是用于定义和运行复杂Docker应用的工具。你可以在一个文件中定义一个多容器的应用,然后使用一条命令来启动你的应用,然后所有相关的操作都会被自动完成。 1. 安装Docker和Compose # 当前最新的Docker是1.6.2,Compose为1.2.0 curl -s https ...
分类:其他好文   时间:2016-12-14 13:56:26    阅读次数:287
[JS Compose] 3. Use chain for composable error handling with nested Eithers (flatMap)
We refactor a function that uses try/catch to a single composed expression using Either. We then introduce the chain function to deal with nested Eith ...
分类:Web程序   时间:2016-12-14 07:36:47    阅读次数:241
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!