码迷,mamicode.com
首页 >  
搜索关键字:streams    ( 382个结果
改变软件开发的5个Java9新特性
今天我们已经对Java 9中所期待的特性有了一个很清晰的图景。如果Java 8可以被描述为主要是lambdas表达式、streams和API变化的话,那么Java 9就是关于Jigsaw、额外的实用工具和内部的变化。在这篇文章中,收集了一些我们认为是Java 9中最期待的特性——除了通常的猜测之外, ...
分类:编程语言   时间:2016-09-07 10:55:42    阅读次数:162
Visualize real-time data streams with Gnuplot
源文地址 (September 2008) For the last couple of years, I've been working on European Space Agency (ESA) projects - writing rather complex code generators ...
分类:其他好文   时间:2016-08-21 16:40:39    阅读次数:201
使用 Oracle GoldenGate 在 Microsoft SQL Server 和 Oracle Database 之间复制事务
分步构建一个跨这些平台的简单事务复制示例。 (注意在管理员下执行) 2011 年 8 月发布 大多数关注数据复制的 Oracle 技术专家都熟悉 Oracle Streams。在 2009 年之前,Streams 一直是推荐使用的最流行的 Oracle 数据分发技术。 2009 年 7 月,Orac ...
分类:数据库   时间:2016-08-17 11:53:34    阅读次数:464
Java Socket 简单梳理
Sockets let you send raw streams of bytes back and forth between two computers, giving you fairly low-level access to the TCP/IP protocol. See the Fil ...
分类:编程语言   时间:2016-08-12 11:43:07    阅读次数:236
android开发之背景音乐与音效
android开发之背景音乐与音效 一:添加背景音乐(MediaPlayer) MediaPlayer class can be used to control playback of audio/video files and streams.MediaPlayer 类是用来控制音频和视频文件的播 ...
分类:移动开发   时间:2016-08-09 19:04:35    阅读次数:733
c里面的fflush函数
NAME fflush - flush a stream SYNOPSIS #include <stdio.h> int fflush(FILE *stream); DESCRIPTION For output streams, fflush() forces a write of all user ...
分类:其他好文   时间:2016-08-06 11:11:37    阅读次数:207
Java 8 中的 Streams API 详解
为什么需要 Stream Stream 作为 Java 8 的一大亮点,它与 java.io 包里的 InputStream 和 OutputStream 是完全不同的概念。它也不同于 StAX 对 XML 解析的 Stream,也不是 Amazon Kinesis 对大数据实时处理的 Stream ...
分类:编程语言   时间:2016-07-21 18:11:42    阅读次数:284
Cosmos —— Big Data at Microsoft
1, 1,cosmos stores。 Cosmos stores data as streams – a file-like structure Streams are split apart into extents Each extent can be up to 250MB in size ...
分类:其他好文   时间:2016-07-19 20:50:30    阅读次数:136
java 8 中的stream
Java 8 中的 Streams 详解 Java 8 是迄今为止在语义上改动上最大的一个平台。除了最显著的 Lambda 表达式之外,还有很多初次见面的特性,例如本文主题的 Streams API。这里介绍了它出现的背景和具体用法。 为什么需要 Stream Stream 作为 Java 8 的一大...
分类:编程语言   时间:2016-07-11 17:17:24    阅读次数:253
TIP协议
1. TIP是什么? CISCO给TIP的定义如下: The TIP protocol specifications describe how to multiplex multiple screens, multiple audio streams, as well as an auxiliary ...
分类:其他好文   时间:2016-07-08 15:04:43    阅读次数:327
382条   上一页 1 ... 24 25 26 27 28 ... 39 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!