码迷,mamicode.com
首页 >  
搜索关键字:vertx compose    ( 1476个结果
docker学习(7) docker-compose使用示例
分类:其他好文   时间:2016-02-04 18:16:54    阅读次数:140
koa框架异步返回值的操作(co,koa-compose)
最近在做demo的时候使用了koa框架,自己做了一个静态服务器,首先判断访问文件是否存在,在回调函数中设置了this.body,run之后,各种404,花了N长的时间把koa-compose和co模块看了下,只能说自己终于有了一个比较浅显的认识了。首先我们看下koa-compose的代码,就短短的十...
分类:其他好文   时间:2016-01-27 13:02:52    阅读次数:231
Rxlifecycle(三):坑
坑1 Observable.just("hello world!") .compose(this.bindUntilEvent(ActivityEvent.PAUSE)) .flatMap(new Func1>() { ...
分类:其他好文   时间:2016-01-06 20:02:43    阅读次数:144
Prime Ring Problem
Problem DescriptionA ring is compose of n circles as shown in diagram. Put natural number 1, 2, ..., n into each circle separately, and the sum of num...
分类:其他好文   时间:2015-12-15 21:08:11    阅读次数:246
Prime is problem - 素数环问题
题目描述:A ring is compose of n circles as shown in diagram. Put natural number 1, 2, ..., n into each circle separately, and the sum of numbers in two ad...
分类:其他好文   时间:2015-12-09 18:58:42    阅读次数:224
Docker Machine, Compose, and Swarm: How They Work Together
The three tools are now neatly packaged into what’s called the Docker Toolbox.Docker Machine1/ create Linux VMdocker-machine create --driver virtualbo...
分类:系统相关   时间:2015-12-08 18:11:34    阅读次数:204
UIPageControl设置图片
UIPageControl *pageControl = [[UIPageControl alloc] init]; // 设置内部的圆点图片[pageControl setValue:[UIImage imageNamed:@"compose_keyboard_dot_normal"] forKe...
分类:其他好文   时间:2015-11-29 21:03:45    阅读次数:151
[Javascript] Introducing Reduce: Common Patterns
Learn how two common array functions - map() and filter() - are syntactic sugar for reduce operations. Learn how to use them, how to compose them, and...
分类:编程语言   时间:2015-11-29 19:38:03    阅读次数:120
HDU 1558 Segment set(并查集之三)
问题描述:Problem DescriptionA segment and all segments which are connected with it compose a segment set. The size of a segment set is the number of segme...
分类:其他好文   时间:2015-11-04 17:14:52    阅读次数:237
mac 安装composer
使用 curl 指令下载: curl -sS https://getcomposer.org/installer | php 或是沒有安裝 curl ,也可以用 php 指令下载: php -r "readfile(‘https://getcomposer.org/installer‘);" | php 或是手动下载?compose...
分类:系统相关   时间:2015-10-23 16:47:09    阅读次数:221
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!