Description
When a radio station is broadcasting over a very large area, repeaters are used to retransmit the signal so that every receiver has a strong signal. However, the channels used by each rep...
分类:
其他好文 时间:
2014-08-28 16:15:57
阅读次数:
163
【原文】https://github.com/code4craft/netty-learning/blob/master/posts/ch3-pipeline.mdChannel是理解和使用Netty的核心。Channel的涉及内容较多,这里我使用由浅入深的介绍方法。在这篇文章中,我们主要介绍Cha...
分类:
Web程序 时间:
2014-08-26 22:47:06
阅读次数:
464
Databasemounted.ORA-03113:end-of-fileoncommunicationchannelProcessID:4907SessionID:1Serialnumber:5这种错误的解决方案出现这个报错之后,明明oracle已经mount,此时查看oracle的状态:selectopen_modefromv$database;ERROR:ORA-03114:notconnectedtoORACLE提示oracle就根..
分类:
数据库 时间:
2014-08-26 03:03:26
阅读次数:
284
图2当前栏目typeid值为3,所以代码如下:{dede:channelartlist typeid='3,3'} {dede:field name='typename'/} {dede:channel type='son' noself='yes'} [field:typena...
分类:
其他好文 时间:
2014-08-25 11:33:34
阅读次数:
245
微软的Windowsserver2012已经能支持LACP链路聚合了,由于使用链路聚合后可以实现线路的冗余以及带宽增加,在这里我用一台思科的2960做了一个测试,供有兴趣的朋友参考。实验准备:思科交换机2960一台、安装server2012的服务器一台,内有两个千兆网卡,网线两根。步骤:1、思科..
分类:
Windows程序 时间:
2014-08-22 02:55:16
阅读次数:
11590
flume-ng 中 selector的使用
在最近的项目中,需要用到flume。使用的是非常常见的结构:netcat source开启监听端口,接收发送来的报文消息,通过memory channel与sink(重写的roll file sink)写到本地磁盘。特别的是,这里需要根据报文的类型来发往不同的sink(暂且命名为sink1与sink2)。根据该需求,考虑有两种解决方案。...
分类:
其他好文 时间:
2014-08-21 17:08:14
阅读次数:
1607
7、将站点加入频道栏 将站点加入频道栏[看详细说明]====1、加入channel的方法:使用如下连接指向你的频道文件*.cdf。====================================================================================....
分类:
编程语言 时间:
2014-08-21 14:53:34
阅读次数:
189
在进行网络通信时可能需要传输对象,如果用NIO的话,只能用Bytebuffer和channel直接通过ByteArray*Stream和Object*Stream可以将byte数组和对象进行相互的转换。1.byte数组转对象:byte [] data=initData();//初始化byte数组By...
分类:
其他好文 时间:
2014-08-21 13:00:34
阅读次数:
241
Java NIO提供了一套网络api,可以用来处理连接数很多的情况。他的基本思想就是用一个线程来处理多个channel。
分类:
编程语言 时间:
2014-08-19 12:38:54
阅读次数:
265
Except that on android you can bypass the pairing dialog if you know the PIN in advance through a different channel.EtanOn 06.02.2013, at 10:09, "Andr...
分类:
其他好文 时间:
2014-08-18 20:10:12
阅读次数:
298