转自: http://www.infoq.com/cn/articles/high-availability-broker-design?utm_source=tuicool&utm_medium=referral 在要求严格顺序消息的场景下,消息的发送者,BROKER端(BROKER端和消息存储放 ...
分类:
其他好文 时间:
2016-04-14 22:19:11
阅读次数:
164
1.存储介质(Storage Medium)又称为存储媒体,存储二进制信息的物理载体。 主要分类: 1.半导体存储器:以半导体电路作为存储媒体的存储器。 按功能分为随机存取存储器(RAM)和只读存储器(ROM) 按制造工艺分为双极晶体管存储器和MOS晶体管存储器 2.磁表面存储器:涂覆在载体表面的磁 ...
分类:
其他好文 时间:
2016-04-13 18:38:21
阅读次数:
226
238. Product of Array Except Self Total Accepted: 41565 Total Submissions: 97898 Difficulty: Medium Given an array of n integers where n > 1, nums, re ...
分类:
其他好文 时间:
2016-04-13 11:19:49
阅读次数:
154
转自:http://www.jianshu.com/p/5178204a58d6?hmsr=toutiao.io&utm_medium=toutiao.io&utm_source=toutiao.io 1. Runtime Objective-C 是面相运行时的语言(runtime oriented ...
分类:
移动开发 时间:
2016-04-11 18:38:09
阅读次数:
229
260. Single Number III Total Accepted: 30927 Total Submissions: 71149 Difficulty: Medium Given an array of numbers nums, in which exactly two elements ...
分类:
其他好文 时间:
2016-04-11 14:18:46
阅读次数:
120
链接:https://medium.com/@kurtisnusbaum/rxandroid-basics-part-1-c0d5edcf6850 如果你在阅读这篇文章,相信你一定很想了解RxJava以及如何在Android应用中使用它。可能你已经见过RxJava的代码了,但仍然有些疑惑,愿你能在这 ...
分类:
移动开发 时间:
2016-04-11 10:15:23
阅读次数:
267
转:http://blog.csdn.net/minidrupal/article/details/39611605?utm_source=tuicool&utm_medium=referral移动端页面的盛行,微信的便利的页面推广等等,让越来越多的css3效果和html5在手机端大放异彩。于是乎,... ...
分类:
Web程序 时间:
2016-04-11 00:07:50
阅读次数:
679
137. Single Number II Total Accepted: 80477 Total Submissions: 214984 Difficulty: Medium Given an array of integers, every element appears three times ...
分类:
其他好文 时间:
2016-04-10 14:06:06
阅读次数:
119
Given n non-negative integers representing an elevation map where the width of each bar is 1, compute how much water it is able to trap after raining. ...
分类:
移动开发 时间:
2016-04-07 13:27:55
阅读次数:
118
Given n, generate all structurally unique BST's (binary search trees) that store values 1...n. Example Given n = 3, your program should return all 5 u ...
分类:
其他好文 时间:
2016-04-07 13:23:58
阅读次数:
130