码迷,mamicode.com
首页 >  
搜索关键字:around    ( 886个结果
flex justify-content:space-around justify-content:space-between 布局区别
justify-content:space-around 左右边上有边距 justify-content:space-between 左右边上没有边距 ...
分类:其他好文   时间:2018-03-28 20:26:26    阅读次数:394
SpringBoot之AOP
AOP:面向切面编程,相当于OOP面向对象编程。 Spring的AOP的存在目的是为了解耦,AOP可以让一组类共享相同的行为。 Spring支持AspectJ的注解切面编程: (1)使用@Aspect声明是一个切面 (2)使用@Afte、@Before、@Around定义通知/建言,可以直接将拦截规 ...
分类:编程语言   时间:2018-03-22 12:37:56    阅读次数:195
reactive programming
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
poj2828 Buy Tickets (线段树 插队问题)
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
对称二叉树 · symmetric binary 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,4,3] is ...
分类:其他好文   时间:2018-03-11 11:52:52    阅读次数:159
USACO 2009 FEB Fair Shuttle 庙会班车 贪心
题目 题目描述 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
gradle DLS学习之ResolutionStrategy
Defines the strategies around dependency resolution. For example, forcing certain dependency versions, substitutions, conflict resolutions or snapshot ...
分类:其他好文   时间:2018-03-02 12:30:03    阅读次数:1359
poj2513 Fence Repair(小根堆)
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
Microsoft leetcode (Symmetric Tree)
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
SelectSort
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
886条   上一页 1 ... 24 25 26 27 28 ... 89 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!