这里简单讲下SCD在讲之前贴上两个有用的链接地址。作者的两篇文件讲解了SCD是什么以及应用http://www.cnblogs.com/biwork/p/3363749.htmlhttp://www.cnblogs.com/biwork/p/3371338.htmlSlow Changing Dim...
分类:
其他好文 时间:
2015-08-13 13:54:00
阅读次数:
129
使用起来很方便:1. Implement any number of event handling methods in the subscriber: public void onEvent(AnyEventType event) {} 2. Register subscribers: event...
分类:
其他好文 时间:
2015-08-12 16:40:27
阅读次数:
115
写操作 1 #include 2 #include 3 #include 4 #include 5 void error_handling(char* message); 6 7 int main() 8 { 9 int fd;10 char buf[] = "let's ...
分类:
其他好文 时间:
2015-08-12 16:12:32
阅读次数:
186
我们继续讨论console consumer的实现原理,本篇着重探讨ZookeeperConsumerConnector的使用,即后续所有的内容都由下面这条语句而起:val connector = Consumer.create(config)那么问题来了?这条语句后面执行了什么呢?我们先看crea...
分类:
其他好文 时间:
2015-08-11 22:58:11
阅读次数:
892
如果你是在开发消费级软件(Consumer Software),那你必须清楚,在对计算机的理解上,你跟你的大多数客户处在完全不同的等级。当你开始对你的软件进行技术支持的时候,你可能会对这种差距的巨大感到非常震惊。这并非说明你的用户都是傻瓜,只是因为他们没有像你一样在电脑上花了无数时间。下面笔者总结了...
分类:
其他好文 时间:
2015-08-11 18:31:44
阅读次数:
111
The Android M Developer Preview introduces support for App Links, which improves upon existing link handling by allowing app developers to associate.....
分类:
移动开发 时间:
2015-08-11 09:57:05
阅读次数:
425
参考资料 Locks Aren't Slow; Lock Contention Is
分类:
其他好文 时间:
2015-08-10 23:42:25
阅读次数:
117
1、列出MySQL服务器运行各种状态值? mysql> show global status;? 2、查询MySQL服务器配置信息语句? mysql> show variables;? 3、慢查询? mysql> show variables like ‘%slow%‘;? +------------------+--...
分类:
数据库 时间:
2015-08-10 09:31:58
阅读次数:
197
1、列出MySQL服务器运行各种状态值 mysql> show global status; 2、查询MySQL服务器配置信息语句 mysql> show variables; 3、慢查询 mysql> show variables like ‘%slow%‘; +------------------+-------+ | Va...
分类:
数据库 时间:
2015-08-09 17:21:42
阅读次数:
158
1.发送消息吞吐量的测试:1)单台producer单个进程的发送消息tps2)单台producer多个进程的发送消息tps3)单台broker的接收消息tps,由于单台producer可能压不满,所以需要可能两台producer来发消息2.消费消息吞吐量的测试:1)单台consumer消费消息的tp...
分类:
其他好文 时间:
2015-08-07 10:49:12
阅读次数:
166