开源项目

kafka限流(quota)设置

12月 24, 2016 |

如果kafka客户端是认证的。那么可以使用userId和clientId两种认证方式。如果没有认证只能使用cl […more]

kafka日志清理过程

12月 23, 2016 |

总所周知,kafka将topic分成不同的partitions,每个partition的日志分成不同的segm […more]

Kafka自带的性能测试脚本

12月 23, 2016 |

压测写入消息 ./kafka-producer-perf-test.sh –topic test_perf […more]

kafka broker advertised.listeners属性的设置

11月 19, 2016 |

kafka 0.9.x以后的版本,有一个配置属性叫advertised.listeners,在server.p […more]

Activiti简单demo,基于spring mvc

12月 30, 2015 |

工程下载:test-activiti.zip, 解压密码:javacoder.cn 部署步骤: 1、配置app […more]

Activiti Mail Task

12月 22, 2015 |

1、在流程定义中添加一个代表邮件任务的ServiceTask <serviceTask id=”mail […more]

Activiti Timer Start Event

12月 22, 2015 |

确保processEngineConfiguration.jobExecutorActivate=true或者 […more]

Lucene explain输出详解

11月 25, 2015 |

JQuery in Action 1.3116325 = (MATCH) weight(name:jquery […more]

Lucene MoreLikeThis 完整示例

11月 19, 2015 |

基于lucene 4.3.0 MoreLikeThis 的功能是,指定document,指定document中 […more]

lucene TokenStream 文档

11月 19, 2015 |

翻译自lucene 4.3.0 TokenStream遍历token(就是一个个的分词)序列,这些token可 […more]