Submit Status Description A tree is a well-known data structure that is either empty (null, void, nothing) or is a set of one or more nodes connected ...
分类:
其他好文 时间:
2016-07-22 21:24:49
阅读次数:
130
Nothing can be quite so helpful as a well-placed comment.Nothing can clutter up a module more than frivolous dogmatic comments.Nothing can be quite so ...
分类:
其他好文 时间:
2016-07-22 14:29:34
阅读次数:
188
A tree is a well-known data structure that is either empty (null, void, nothing) or is a set of one or more nodes connected by directed edges between ...
分类:
其他好文 时间:
2016-07-21 22:03:13
阅读次数:
162
一,ActiveMQ高可用性的架构 ActiveMQ的高可用性架构是基于Master/Slave 模型的。ActiveMQ总共提供了四种配置方案来配置HA,其中Shared Nothing Master/Slave 在5.8版本之后不再使用了,并在ActiveMQ5.9版本中引入了基于Zookeep ...
分类:
其他好文 时间:
2016-07-13 11:47:40
阅读次数:
225
Postgres-XL 是一个完全满足ACID的、开源的、可方便进行水平扩展的、多租户安全的。支持share-nothing;支持海量数据并行处理-MPP(Massively Parallel Processing)。是不是跟 greenplum很相似。 主机分配 3台主机,安装centos6.2。 ...
分类:
其他好文 时间:
2016-07-06 13:21:57
阅读次数:
747
RN是一个awesome的技术, facebook很有想法的团队创造出一项新的技术改变了native开发界. 但是RN本身又疑点重重, RN是为了解决什么问题而存在的? 在诞生了一年后, RN又解决了什么问题? 本文通过分析RN的思想, 试图透过技术, 理解动态方案. RN(React Native ...
分类:
其他好文 时间:
2016-07-05 17:06:04
阅读次数:
143
2. TCP keepalive overview In order to understand what TCP keepalive (which we will just call keepalive) does, you need do nothing more than read the n ...
分类:
其他好文 时间:
2016-07-02 13:16:05
阅读次数:
226
Could not find any resources appropriate for the specified culture or the neutral culture. Make sure "UIShell.iOpenWorks.WinForm.Properties.Resources... ...
分类:
Web程序 时间:
2016-06-30 23:05:55
阅读次数:
321
Hits come and go - so we use queue. Nothing special. ...
分类:
其他好文 时间:
2016-06-28 02:06:28
阅读次数:
152
DataGridiew用法总结一、DataGridView 取得或者修改当前单元格的内容: 当前单元格指的是 DataGridView 焦点所在的单元格,它可以通过 DataGridView 对象的 CurrentCell 属性取得。如果当前单元格不存在的时候,返回Nothing(C#是null) ...