4.1:面向切面编程 AOP是在运行期间将代码切入到类的指定位置的编程思想。切面能帮助我们模块化横切关注点,实现横切关注点的复用。Spring在运行期间将切面植入到指定的Bean中,实际是通过拦截方法调用的过程中插入了切面。4.2:描述切点 SpringAOP中切点的定义使用了AspectJ的切点表 ...
分类:
编程语言 时间:
2018-05-08 14:42:27
阅读次数:
205
A Binary Search Tree (BST) is recursively defined as a binary tree which has the following properties: The left subtree of a node contains only nodes ...
分类:
其他好文 时间:
2018-05-05 10:20:56
阅读次数:
200
0.参考 1.初始化 2.父节点/上一个下一个兄弟节点 3.CSS 第几个子节点 3.1 通用 3.2 特别指代 3.3 上述 -child 修改为 -of-type ,仅对 过滤后的相应子节点列表 进行计数 4.Xpath 第几个子节点 ...
分类:
Web程序 时间:
2018-05-03 12:48:02
阅读次数:
332
Maven 引入POI excel 工具类 输出结果 第1行 第1列 的内容是: 品牌第1行 第2列 的内容是: 车系第1行 第3列 的内容是: 车型第1行 第4列 的内容是: 车款第1行 第5列 的内容是: 价格(万元)第1行 第6列 的内容是: 首付比例第2行 第1列 的内容是: 路虎第2行 第 ...
分类:
其他好文 时间:
2018-05-02 20:54:55
阅读次数:
177
OWIN的介绍 OWIN 的全称是 "Open Web Interface for .NET", OWIN 在 .NET Web 服务器和 .NET Web 应用之间定义了一套标准的接口, 其目的是为了实现服务器与应用之间的解耦,使得便携式 .NET Web 应用以及跨平台的愿望成为现实, 标准的 ...
分类:
Windows程序 时间:
2018-05-02 16:17:30
阅读次数:
4749
Discription The Little Elephant loves permutations of integers from 1 to n very much. But most of all he loves sorting them. To sort a permutation, th ...
分类:
其他好文 时间:
2018-05-01 20:51:41
阅读次数:
187
本篇是in place algorithm的学习笔记。目前学习的是in place merge与in place martrix transposition这两个算法。 1.in place merge 论文链接:Practical in-place merging 论文讨论的是如何O(n)时间复杂 ...
分类:
其他好文 时间:
2018-04-30 15:34:58
阅读次数:
118
Shadowman loves to collect box but his roommates woogieman and itman don't like box and so shadowman wants to hide boxes as many as possible. A box ca ...
分类:
其他好文 时间:
2018-04-29 20:32:24
阅读次数:
167
"《C++ primer plus 英文版 第六版》" 娓娓道来。建议买这本,这个是上下分册。而且,出版时间是最新的2015年,买回来发现网上的勘误基本都被纠正过来了,极个别错误没有影响到理解,好哎!而且发现遣词造句特别简单,读着也顺畅。 电子版(PDF): "C++ Primer Plus Six ...
分类:
编程语言 时间:
2018-04-29 15:29:57
阅读次数:
188
Clone an undirected graph. Each node in the graph contains a label and a list of its neighbors. OJ's undirected graph serialization: Nodes are labeled ...
分类:
其他好文 时间:
2018-04-29 13:17:12
阅读次数:
208