入口函数load_module load_config ast_channel_register console_tech ast_cli_register_multiple console_tech需要提供一系列的毁掉函数,比如 static struct ast_channel_tech co....
分类:
其他好文 时间:
2015-01-21 01:15:27
阅读次数:
248
参考:
http://en.wikipedia.org/wiki/Fibre_Channel
http://blog.itpub.net/26427494/viewspace-1382649/
FC SAN,就是使用FC的SAN, 下面来看看FC SAN的相关概念:
FC历史路线图:
NAME
Line-rate (gigabaud)
...
分类:
其他好文 时间:
2015-01-19 14:26:50
阅读次数:
187
http://wiki.e1550.mobi/doku.php?id=installationhttps://wiki.asterisk.org/wiki/display/AST/Mobile+Channel+Requirements/usr/sbin/asterisk -vvvgcCLI>modu...
分类:
其他好文 时间:
2015-01-14 00:37:56
阅读次数:
392
使用postgresql向客端推送消息
#listen message_channel;
notify message_channel,'hello todd';
jdbc:
Statement stmt = conn.createStatement();
stmt.execute("LISTEN message_channel");
stmt.close();
no...
分类:
数据库 时间:
2015-01-13 19:58:45
阅读次数:
179
今天,同事的数据库备份出现问题,帮忙查看,错误信息如下:
channel ch01: starting piece 1 at 2015-01-12:22:06:56
RMAN-03009: failure of backup command on ch01 channel at 01/12/2015 22:11:51
ORA-19513: failed to identify sequentia...
分类:
数据库 时间:
2015-01-13 17:54:06
阅读次数:
317
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
在能量分析攻击中,可以选择攻击整个byte或者某个单一的bit。
但是,在芯片中通常是以byte的形式进行运算和存储,因此即使攻击目标为单一bit,其所涉及的运算单元仍然会是byte。这样,一个byte中的其他7个bit都成为了转换噪声,因为这7个bit也会参与运算从而出现在采集到的能量迹中。我们把这个转换噪声称为P(sw.noise),有用信息部分P(exp),操作消耗能量P(op),数据产生...
分类:
其他好文 时间:
2015-01-13 15:57:22
阅读次数:
280
多路复用技术意在可以将一个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
前言介绍: 我们的NettyServer收到数据后,需要群发给当前链接到服务端的所有小伙伴。 技术点: 1、ChannelGroup 【io.netty.channel.group.DefaultChannelGroup】 欢迎加入:itstack | Netty The Sniper 536069...
分类:
Web程序 时间:
2015-01-12 18:53:27
阅读次数:
225
项目中涉及到调用第三方的Https的WebService,我使用的是原始的HttpWebRequest。代码中已经考虑到是Https,加上了SSL3协议,加上了委托调用。但偶尔还是会碰到The request was aborted:Could not create SSL/TLS secure c...
分类:
其他好文 时间:
2015-01-12 18:50:54
阅读次数:
288