刚写到datatimepicker的时候想到这个问题。 这可以说是我接触到的第一个功能如此齐全的一款依赖型插件。我把依赖于别人库的插件这么称呼。 首先上官网:http://datatables.club/ 官网还是比较丑的,颜色搭配和风格简直了。我想他们一定没有一个好的美工。 但是没关系,他们插件做 ...
分类:
其他好文 时间:
2016-12-12 11:37:46
阅读次数:
117
After understanding how Box is, then we are going to see how to use Box to refacotr code, to un-nested expression. For example, we have code: So how i ...
分类:
Web程序 时间:
2016-12-12 07:41:41
阅读次数:
261
参考了https://discuss.leetcode.com/topic/67413/detailed-explanation-for-java-o-n-2-solution 这道题DP思路还是能想出来,Time O(N^2), Space O(N^2) T(i, d), which denote ...
分类:
其他好文 时间:
2016-12-12 07:40:11
阅读次数:
320
一个串的子串是指该串的一个连续的局部。如果不要求连续,则可称为它的子序列。比如对串: "abcdefg" 而言,"ab","abd","bdef" 等都是它的子序列。特别地,一个串本身,以及空串也是它的子序列。对两个串而言,可以有许多的共同的子序列,我们关心的是:它们所共同拥有的长度最大的子序列是多 ...
分类:
其他好文 时间:
2016-12-12 02:25:02
阅读次数:
200
JQuery js的缺点总结 jquery动画 ...
分类:
Web程序 时间:
2016-12-12 02:06:42
阅读次数:
259
默认情况下(也即类型没有重载==运算符的情况下),==运算符是判断栈中两个值是否相等。为了验证这个结论,来看下面的程序: namespace JudgeEquals{ class Program { static void Main(string[] args) { int a = 10; int ...
分类:
其他好文 时间:
2016-12-12 01:51:41
阅读次数:
277
http://stackoverflow.com/questions/32042726/what-is-the-proper-syntax-for-the-less-than-equal-operator-in-mybatis-3 I show examples for the Greater Th ...
分类:
数据库 时间:
2016-12-12 01:30:46
阅读次数:
264