环境介绍: Win7、JDK1.8、maven+jetty插件、SpringMVC、Intellij IDEA 2018.1.2 安装插件: 在线安装: Settings --> Plugins --> Browse repositories... -->搜索栏搜索:JRebel --> 点击 In ...
分类:
其他好文 时间:
2018-12-04 11:22:47
阅读次数:
205
WEEK 2 Linear Regression with Multiple Variables What if your input has more than one value? In this module, we show how linear regression can be exte ...
分类:
其他好文 时间:
2018-12-03 15:39:22
阅读次数:
108
1,从@EnableTransactionManagement 开始入手 2,看到它给容器注册了 TransactionManagementConfigurationSelector 类 3,观察其 selectImports 方法,发现它给容器注册了两个bean 4,分别是 AutoProxyRe ...
分类:
编程语言 时间:
2018-12-01 11:05:32
阅读次数:
125
The 15-puzzle has been around for over 100 years; even if you don't know it by that name, you've seen it. It is constructed with 15 sliding tiles, eac ...
分类:
其他好文 时间:
2018-11-29 20:07:24
阅读次数:
252
Font Size: ← → Problem Description Contest time again! How excited it is to see balloons floating around. But to tell you a secret, the judges' favori ...
分类:
其他好文 时间:
2018-11-28 12:06:07
阅读次数:
152
以下6个属性设置在容器上: flex-direction:row(默认值,主轴水平轴,起点为左侧),row-reverse:(起点在右侧),column(主轴为垂直方向,起点在上),column-reverse(起点在下) flex-wrap:nowrap(默认值,不换行), wrap(换行,第一行 ...
分类:
其他好文 时间:
2018-11-26 02:28:15
阅读次数:
261
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 symmet ...
分类:
其他好文 时间:
2018-11-21 19:46:08
阅读次数:
102
Description A Communist regime is trying to redistribute wealth in a village. They have have decided to sit everyone around a circular table. First, e ...
分类:
其他好文 时间:
2018-11-18 14:15:10
阅读次数:
190
参考资料: https://leetcode.com/problems/3sum/discuss/7402/Share-my-AC-C%2B%2B-solution-around-50ms-O(N*N)-with-explanation-and-comments https://www.cnblog ...
分类:
编程语言 时间:
2018-11-16 00:29:04
阅读次数:
260
SBLP 2001 invited paper reprint from Proceedings of V Brazilian Symposium on Programming Languages(2001) B-14–B-28. [ps] The evolution of an extension ...
分类:
其他好文 时间:
2018-11-10 15:22:20
阅读次数:
125