码迷,mamicode.com
首页 >  
搜索关键字:channel allocation    ( 2866个结果
netty入门实例
TimeServer.javapackage netty.timeserver.server;import io.netty.bootstrap.ServerBootstrap;import io.netty.channel.ChannelFuture;import io.netty.channel...
分类:Web程序   时间:2014-07-19 20:05:13    阅读次数:252
dedeCMS中单独调用子栏目模板和子栏目的文章时修改源代码给channel和chanenartllist加上limit
在网站文件中找到include-taglib-chanel.lib.php,和chaneartllist.lib.php下载用php的IDE打开,chanel.php加入limit属性修改如下>dede>>频道标签全局标记V55,V56,V57用于获取栏目列表{dede:channel type='...
分类:其他好文   时间:2014-07-16 23:02:05    阅读次数:279
MQ队列管理
分享一段代码,很实用。下面这段java代码是我在国外一个论坛上发现的,源地址已经忘了。代码的作用是可以删除正在使用的mq的队列消息,管理mq的人一定知道它的美妙了吧,哈哈。我拿来改了下,增加了2个参数支持:ccsid和channel。上代码: 1 import java.util.Hashtabl....
分类:其他好文   时间:2014-07-16 23:00:41    阅读次数:362
贴一段demo代码,演示channel之间的同步
package mainimport ( "fmt" "time")func deskGoRoutine(index int, userChannel chan string, deskChannel chan string) { for { fmt.Println(...
分类:其他好文   时间:2014-07-16 19:32:52    阅读次数:203
文章页获得顶级栏目名称列表以及其内部文章数量
分类目录 {dede:channel type='top' row='8' currentstyle="~typename~ "} [field:typename/] ([field:id runphp='yes']global $dsql;$sql='SE...
分类:其他好文   时间:2014-07-16 18:42:47    阅读次数:206
Netty4.X 学习(一)
Server:import io.netty.buffer.ByteBuf;import io.netty.channel.ChannelHandlerContext;import io.netty.channel.ChannelInboundHandlerAdapter;import io.net...
分类:Web程序   时间:2014-07-16 00:59:48    阅读次数:495
flume的基本概念,数据流模型
1.flume的基本概念 本文中所有与flume相关术语都采用斜体英文表示,这些术语的含义如下所示。 flume             一个可靠的,分布式的,用于采集,聚合,传输海量日志数据的系统。 Web Server   一个产生 Events 的系统。 Agent            flume 系统中的一个节点,它主要包含三个部件:Source, Channel...
分类:其他好文   时间:2014-07-15 12:59:26    阅读次数:402
PatentTips - Systems, methods, and devices for dynamic resource monitoring and allocation in a cluster system
BACKGROUND1. FieldThe embodiments of the disclosure generally relate to computer clusters, and more particularly to systems, methods, and devices for ...
分类:其他好文   时间:2014-07-12 15:46:47    阅读次数:265
poj 1129 Channel Allocation
http://poj.org/problem?id=1129 1 import java.util.*; 2 import java.math.*; 3 public class Main { 4 public static boolean flag=false; 5 public ...
分类:其他好文   时间:2014-07-09 14:20:09    阅读次数:169
openwrt wireless配置通过uci使其生效
2.配置无线 vi /etc/config/wireless config wifi-device  wlan0         option type     mac80211         option channel  5         # REMOVE THIS LINE TO ENABLE WIFI:         # 删除或注释掉option disabled...
分类:其他好文   时间:2014-07-09 12:37:59    阅读次数:339
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!