公司老大最近一直推崇拉姆达。自己怀着好奇心学习 Lambda在集合中的使用 列表的遍历 提起对于集合的遍历,恐怕下面的这种方式已经是一种思维定式了吧: final List<String> friends = Arrays.asList("Brian", "Nate", "Neal", "Raju" ...
分类:
数据库 时间:
2018-04-28 00:00:32
阅读次数:
271
写在前面 第一部分 让自己习惯C++ 条款01:视C++为一个语言联邦 一、要点 ■ c++高效编程守则视状况而变化,取决于你使用c++的哪一部分。 二、扩展 将c++视为一个由相关语言组成的联邦而非单一语言会帮助你更好的理解,其由c、object oriented c++、template c++ ...
分类:
编程语言 时间:
2018-04-24 14:48:23
阅读次数:
184
巴什博弈: Tang and Jiang are good friends. To decide whose treat it is for dinner, they are playing a game. Specifically, Tang and Jiang will alternativel ...
分类:
其他好文 时间:
2018-04-22 13:12:27
阅读次数:
279
Arseny likes to organize parties and invite people to it. However, not only friends come to his parties, but friends of his friends, friends of friend ...
分类:
其他好文 时间:
2018-04-19 11:54:15
阅读次数:
335
Farm Tour 题目描述 When FJ's friends visit him on the farm, he likes to show them around. His farm comprises N (1 <= N <= 1000) fields numbered 1..N, the ...
分类:
其他好文 时间:
2018-04-18 20:12:52
阅读次数:
143
4985: Going Dutch <!--StartMarkForVirtualJudge--> 题目描述 You and your friends have just returned from a beautiful vacation in the mountains of the Nethe ...
分类:
其他好文 时间:
2018-04-15 13:34:24
阅读次数:
173
函数定义: int vprintf ( const char * format, va_list arg ); printf() and friends are for normal use. vprintf() and friends are for when you want to write ...
分类:
其他好文 时间:
2018-04-12 20:46:58
阅读次数:
156
var myDog = {"name":"aaa","legs":5,"tails":20,"friends": ["sss","ddd"] }; var testObj = {"hat": "ballcap","shirt": "jersey","shoes": "cleats"}; var ha ...
分类:
编程语言 时间:
2018-04-10 23:56:37
阅读次数:
252
洛谷 P3003 [USACO10DEC]苹果交货Apple Delivery 题目描述 Bessie has two crisp red apples to deliver to two of her friends in the herd. Of course, she travels the ...
分类:
移动开发 时间:
2018-04-01 21:51:04
阅读次数:
213
Description Bessie has moved to a small farm and sometimes enjoys returning to visit one of her best friends. She does not want to get to her old home ...
分类:
其他好文 时间:
2018-03-27 18:38:33
阅读次数:
175