最近在做demo的时候使用了koa框架,自己做了一个静态服务器,首先判断访问文件是否存在,在回调函数中设置了this.body,run之后,各种404,花了N长的时间把koa-compose和co模块看了下,只能说自己终于有了一个比较浅显的认识了。首先我们看下koa-compose的代码,就短短的十...
分类:
其他好文 时间:
2016-01-27 13:02:52
阅读次数:
231
坑1 Observable.just("hello world!") .compose(this.bindUntilEvent(ActivityEvent.PAUSE)) .flatMap(new Func1>() { ...
分类:
其他好文 时间:
2016-01-06 20:02:43
阅读次数:
144
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
题目描述: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
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 *pageControl = [[UIPageControl alloc] init]; // 设置内部的圆点图片[pageControl setValue:[UIImage imageNamed:@"compose_keyboard_dot_normal"] forKe...
分类:
其他好文 时间:
2015-11-29 21:03:45
阅读次数:
151
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
问题描述: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
使用 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