码迷,mamicode.com
首页 >  
搜索关键字:nothing    ( 658个结果
A - Is It A Tree?
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
JMS学习(六)-ActiveMQ的高可用性实现
一,ActiveMQ高可用性的架构 ActiveMQ的高可用性架构是基于Master/Slave 模型的。ActiveMQ总共提供了四种配置方案来配置HA,其中Shared Nothing Master/Slave 在5.8版本之后不再使用了,并在ActiveMQ5.9版本中引入了基于Zookeep ...
分类:其他好文   时间:2016-07-13 11:47:40    阅读次数:225
Postgres-XL集群搭建
Postgres-XL 是一个完全满足ACID的、开源的、可方便进行水平扩展的、多租户安全的。支持share-nothing;支持海量数据并行处理-MPP(Massively Parallel Processing)。是不是跟 greenplum很相似。 主机分配 3台主机,安装centos6.2。 ...
分类:其他好文   时间:2016-07-06 13:21:57    阅读次数:747
React Native Changed the World? or Nothing.
RN是一个awesome的技术, facebook很有想法的团队创造出一项新的技术改变了native开发界. 但是RN本身又疑点重重, RN是为了解决什么问题而存在的? 在诞生了一年后, RN又解决了什么问题? 本文通过分析RN的思想, 试图透过技术, 理解动态方案. RN(React Native ...
分类:其他好文   时间:2016-07-05 17:06:04    阅读次数:143
TCP keepalive
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
LeetCode "Design Hit Counter"
Hits come and go - so we use queue. Nothing special. ...
分类:其他好文   时间:2016-06-28 02:06:28    阅读次数:152
DataGridView很详细的用法
DataGridiew用法总结一、DataGridView 取得或者修改当前单元格的内容: 当前单元格指的是 DataGridView 焦点所在的单元格,它可以通过 DataGridView 对象的 CurrentCell 属性取得。如果当前单元格不存在的时候,返回Nothing(C#是null)  ...
分类:Windows程序   时间:2016-06-22 09:13:36    阅读次数:209
20160621_Task_03_Menu_List
city=(,,) sh_district=(,,) bj_district=(,,) sz_district=(,,) sh_mh_street=(,,) sh_xh_street=(,,) sh_hp_street=(,,) bj_dc_street=(,,) bj_cy_street=(,,) bj_xc_street=(,,) sz_ft_street=(,,) sz_lh_street=(,,) sz_yt_street=(,,) list=[]icity: list.append(i) l_ind..
分类:其他好文   时间:2016-06-21 21:01:38    阅读次数:112
第2章 走进shell
几个术语 哑终端(dumb terminal): A dumb terminal was usually nothing more than a monitor and keyboard connected to the Unix system via a communication cable ( ...
分类:系统相关   时间:2016-06-19 11:24:06    阅读次数:279
viewDidLoad, viewWillDisappear, viewWillAppear等区别及各自的加载顺序
viewWillAppear: Called when the view is about to made visible. Default does nothing视图即将可见时调用。默认情况下不执行任何操作 viewDidAppear: Called when the view has been ...
分类:移动开发   时间:2016-06-18 12:42:29    阅读次数:417
658条   上一页 1 ... 41 42 43 44 45 ... 66 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!