官方主页:http://cassandra.apache.org/ 简介:The Apache Cassandra Project develops a highly scalable second-generation distributed database, bringing together ...
分类:
其他好文 时间:
2016-05-17 11:22:48
阅读次数:
195
w11d4 How time flies! Megan and Alex have came back to the States. We shared a really nice memory when we got together. And my freshman year in the gr ...
分类:
其他好文 时间:
2016-05-13 13:27:09
阅读次数:
170
题目:Merge two sorted linked lists and return it as a new list. The new list should be made by splicing together the nodes of the first two lists。
将两个有序链表按序合并。
主要是链表的操作,与链表有关的题就拿c++做了。思路:依次比较两个链表的当前元素的...
分类:
其他好文 时间:
2016-05-12 14:31:08
阅读次数:
111
题目描述
Merge two sorted linked lists and return it as a new list. The new list should be made by splicing together the nodes of the first two lists.
完整测试程序:
#inc...
分类:
编程语言 时间:
2016-05-07 07:31:59
阅读次数:
121
Description Description You're given a list of n strings a1,?a2,?...,?an. You'd like to concatenate them together in some order such that the resultin ...
分类:
其他好文 时间:
2016-05-02 11:40:04
阅读次数:
184
1.Start a container running Consul
2.Start a container running Registrator
3. Start a web service and let Registrator automatically register it on Consul
4. Find the IP address and port of the service from Consul UI, and start using the service...
分类:
其他好文 时间:
2016-04-29 19:44:16
阅读次数:
263
Add another reducer: Added a 'people' reducer, defined a 'defaultPeople' as default state. In bootstrap, add people reducer to the provideStore(). The ...
分类:
其他好文 时间:
2016-04-27 22:43:25
阅读次数:
286
1.Start a container running Consul
2.Start a container running Registrator
3. Start a web service and let Registrator automatically register it on Consul
4. Find the IP address and port of the service from Consul UI, and start using the service...
分类:
其他好文 时间:
2016-04-26 21:45:09
阅读次数:
190
Observable.merge allows you take two different source streams and use either one of them to make changes to the same state of your data. This lesson s ...
分类:
其他好文 时间:
2016-04-26 07:05:28
阅读次数:
191
Merge two sorted linked lists and return it as a new list. The new list should be made by splicing together the nodes of the first two lists. 这题与Add T ...
分类:
其他好文 时间:
2016-04-24 12:31:34
阅读次数:
127