码迷,mamicode.com
首页 >  
搜索关键字:channels    ( 630个结果
hdu4612 连通性,求树的直径,加一边求最少桥
http://acm.hdu.edu.cn/showproblem.php?pid=4612 Problem Description   N planets are connected by M bidirectional channels that allow instant transportation. It's always possible to travel b...
分类:其他好文   时间:2015-03-03 18:41:28    阅读次数:143
在KVM虚拟机中使用spice系列之二(USB映射,SSL,密码,多客户端支持)
1.spice的USB重定向1.1 介绍使用usb重定向,在client上插入的U盘会被重定向到虚拟机中. 其有两种实现方式,自动重定向(所有插入client中的U盘都被重定向),或者手动选择需要重定向的U盘USB重定向需要为虚拟机添加USB2 EHCI驱动,以及若干个Spice channels,...
分类:其他好文   时间:2015-02-26 20:07:33    阅读次数:1827
Go Concurrency
【Go Concurrency】1、Agoroutineis a lightweight thread managed by the Go runtime. 2、Channels are a typed conduit through which you can send and receive ....
分类:其他好文   时间:2015-02-06 20:29:40    阅读次数:177
无线 WIFI 的13个信道频率范围(转载)
转自:http://cnzhx.net/blog/13-channels-of-wifi/目前主流的无线WIFI网络设备不管是802.11b/g还是802.11b/g/n 一般都支持13个信道。它们的中心频率虽然不同,但是因为都占据一定的频率范围,所以会有一些相互重叠的情况。下面是13个信道的频率范...
分类:其他好文   时间:2015-02-06 18:42:07    阅读次数:194
java_nio
Java nio 概述 Java NIO 由以下几个核心部分组成:Channels,Buffers,Selectors 虽然Java NIO 中除此之外还有很多类和组件,Channel,Buffer 和 Selector 构成了核心的API。其它组件,如Pipe和FileLock,是与三个核心组件共同使用的工具类。 Channel 和 Buffer 基本上,所有的 IO 在NIO 中都从...
分类:编程语言   时间:2015-01-30 10:45:50    阅读次数:353
HDU 4612 Warm up(边双联通求树的直径)
Problem Description   N planets are connected by M bidirectional channels that allow instant transportation. It's always possible to travel between any two planets through these channels.   If we ...
分类:移动开发   时间:2015-01-29 21:11:36    阅读次数:248
在Tornado2.2配置的hardware->peripherals->serial->SIO内增加N_SIO_CHANNELS参数配置串口个数
1.找到文件\Tornado2.2\target\config\comps\vxWorks\00bsp.cdf2.在930行添加 Parameter N_SIO_CHANNELS { NAME number of system serial ports TYPE uint DEFAULT ...
分类:其他好文   时间:2015-01-28 17:25:58    阅读次数:242
camel概念【Message】
此为message的功能 Messages?are the entities used by systems to communicate with each other when using messaging channels.? Messages flow inone direction from a sender to a receiver(message的功能...
分类:其他好文   时间:2015-01-27 18:45:21    阅读次数:252
【Flume】flume中通道channel的简单分析梳理
Channels are the repositories where the events are staged on a agent. Source adds the events and Sink removes it. 通道就是事件暂存的地方,source负责往通道中添加event,sink负责从通道中移出event flume1.5.2内置的通道有:内存,文件,jdbc 1、内...
分类:Web程序   时间:2015-01-13 16:02:38    阅读次数:734
【Flume】flume的多路复用技术multiplexing
多路复用技术意在可以将一个event根据配置信息发送特定的channel上。 A source instance can specify multiple channels, but a sink instance can only specify one channel. Flume supports fanning out the flow from one source to m...
分类:Web程序   时间:2015-01-13 10:29:07    阅读次数:1361
630条   上一页 1 ... 55 56 57 58 59 ... 63 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!