justify-content:space-around 左右边上有边距 justify-content:space-between 左右边上没有边距 ...
分类:
其他好文 时间:
2018-03-28 20:26:26
阅读次数:
394
AOP:面向切面编程,相当于OOP面向对象编程。 Spring的AOP的存在目的是为了解耦,AOP可以让一组类共享相同的行为。 Spring支持AspectJ的注解切面编程: (1)使用@Aspect声明是一个切面 (2)使用@Afte、@Before、@Around定义通知/建言,可以直接将拦截规 ...
分类:
编程语言 时间:
2018-03-22 12:37:56
阅读次数:
195
In computing, reactive programming is a declarative programming paradigm concerned with data streams and the propagation of change. programming around ...
分类:
其他好文 时间:
2018-03-21 00:04:14
阅读次数:
195
Buy Tickets Time Limit: 4000MS Memory Limit: 65536K Total Submissions: 22097 Accepted: 10834 Description Railway tickets were difficult to buy around ...
分类:
其他好文 时间:
2018-03-16 21:33:42
阅读次数:
231
[抄题]: Given a binary tree, check whether it is a mirror of itself (ie, symmetric around its center). For example, this binary tree [1,2,2,3,4,4,3] is ...
分类:
其他好文 时间:
2018-03-11 11:52:52
阅读次数:
159
题目 题目描述 Although Farmer John has no problems walking around the fair to collect prizes or see the shows, his cows are not in such good shape; a full d ...
分类:
其他好文 时间:
2018-03-04 16:05:39
阅读次数:
190
Defines the strategies around dependency resolution. For example, forcing certain dependency versions, substitutions, conflict resolutions or snapshot ...
分类:
其他好文 时间:
2018-03-02 12:30:03
阅读次数:
1359
Description Farmer John wants to repair a small length of the fence around the pasture. He measures the fence and finds that he needs N (1 ≤ N ≤ 20,00 ...
分类:
其他好文 时间:
2018-02-27 19:35:46
阅读次数:
143
Symmetric Tree Given a binary tree, check whether it is a mirror of itself (ie, symmetric around its center). For example, this binary tree [1,2,2,3,4 ...
分类:
其他好文 时间:
2018-02-16 10:40:13
阅读次数:
201
1 /* 2 * 1: time complexity o(n^2) 3 * 2: good performance for items around 10-20: better than merge sort and quick sort 4 * 3: no extra space needed ... ...
分类:
其他好文 时间:
2018-02-14 23:19:06
阅读次数:
233