码迷,mamicode.com
首页 >  
搜索关键字:streams    ( 382个结果
[RxJS] Sharing Streams with Share
A stream will run with each new subscription added to it. This lesson shows the benefits of using share so that the same stream can be shared across m
分类:Web程序   时间:2016-03-14 07:07:30    阅读次数:229
[RxJS] Combining Streams with CombineLatest
Two streams often need to work together to produce the values you’ll need. This lesson shows how to use an input stream and an interval stream togethe
分类:Web程序   时间:2016-03-11 06:26:12    阅读次数:153
[RxJS] Handling Multiple Streams with Merge
You often need to handle multiple user interactions set to different streams. This lesson shows hows Observable.merge behaves like a "logical OR" to h
分类:Web程序   时间:2016-03-11 01:13:37    阅读次数:423
联系InfoSphere Streams和OpenMI时对水利模型联系的设计模式的一些考虑
从《时序计算通用模型接口 OpenMI开发技术及应用》一书中的第一章的对接口要求描述,我想到InfoSphere streams的流数据处理模式刚好可以满足这种模型/数据之间对接的需求。 首先就是标准化的问题,如SPL一般,我们设计数据类型,将模型(包括其计算内核【可能由不同语言和不同人开发编写】、
分类:其他好文   时间:2016-03-08 16:13:38    阅读次数:179
[RxJS] Reactive Programming - What is RxJS?
First thing need to understand is, Reactive programming is dealing with the event stream. Event streams happens overtime, which not stay in the memory
分类:Web程序   时间:2016-03-07 20:42:29    阅读次数:180
[Hapi.js] Replying to Requests
hapi's reply interface is one of it's most powerful features. It's smart enough to detect and serialize objects, buffers, promises and even streams. T
分类:Windows程序   时间:2016-02-28 06:32:15    阅读次数:309
HADOOP HDFS的设计
Hadoop提供的对其HDFS上的数据的处理方式,有以下几种, 1 批处理,mapreduce 2 实时处理:apache storm, spark streaming , ibm streams 3 交互式: 如pig , spark shell 都可以提供交互式地数据处理 4 sql: hive...
分类:其他好文   时间:2016-02-22 19:00:09    阅读次数:156
spark streaming 异常No output streams registered, so nothing to execute
实现spark streaming demo时,代码: 1 public static void main (String[] args) { 2 3 4 SparkConf conf = new SparkConf().setAppName("Spark_Streaming").setMaster
分类:其他好文   时间:2016-02-02 17:53:56    阅读次数:173
利用NTFS交换数据流隐藏文件
利用NTFS交换数据流隐藏文件 发表于 2012 年 12 月 15 日 由 晴刃 这篇文章介绍一下Windows的NTFS文件系统的ADS(alternate data streams,交换数据流)特性;实例演示如何利用ADS将文件隐藏到任何宿主上(宿主可以是文件夹、文件以及磁盘根目录);文章最后
分类:Web程序   时间:2016-01-30 02:12:42    阅读次数:221
VLC命令行参数详解
VLC命令行参数详解2012-11-29 14:006859人阅读评论(0)收藏举报Usage: vlc [options] [stream] ...You can specify multiple streams on the commandline. They will be enqueued ...
分类:其他好文   时间:2015-12-15 14:26:27    阅读次数:204
382条   上一页 1 ... 27 28 29 30 31 ... 39 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!