1.下载:https://github.com/blueimp/jQuery-File-Upload 2.命令: npm install bower install ====================== 3.修改basic.html 如下: 1.cdn 静态引用修改 2.ajax提交路径修改... ...
分类:
Web程序 时间:
2017-06-25 11:56:54
阅读次数:
817
1,原型:$watch: function(watchExp, listener, objectEquality, prettyPrintExpression){}; 2,参数:watchExp(必须):{(function()|string)},可以字符串表达式,也可以带当前scope为参数的函数 ...
分类:
其他好文 时间:
2017-06-24 22:48:53
阅读次数:
241
soft_wdt(下面简称本软件)是一个软件实现的Linux看门狗。 本软件是一款开源、免费软件。 下载地址: https://github.com/sunmingbao/soft-wdt/archive/master.zip 本软件和/drivers/watchdog/softdog.c实现的软件 ...
分类:
系统相关 时间:
2017-06-24 22:42:43
阅读次数:
332
Given m arrays, and each array is sorted in ascending order. Now you can pick up two integers from two different arrays (each array picks one) and cal ...
分类:
编程语言 时间:
2017-06-24 15:34:24
阅读次数:
288
Given a string S, find the longest palindromic substring in S. You may assume that the maximum length of S is 1000, and there exists one unique longes ...
分类:
其他好文 时间:
2017-06-23 23:47:23
阅读次数:
219
题目链接:https://uva.onlinejudge.org/index.php?option=com_onlinejudge&Itemid=8&category=3&page=show_problem&problem=44 Dynamic Programming. 对所有可能存在的长方形计算s ...
分类:
其他好文 时间:
2017-06-23 10:19:07
阅读次数:
120
Leetcode - 624 - Maximum Distance in Arrays 624. Maximum Distance in Arrays 624. Maximum Distance in Arrays 624. Maximum Distance in Arrays 624. Maxim ...
分类:
其他好文 时间:
2017-06-22 21:57:18
阅读次数:
123
In the computer world, use restricted resource you have to generate maximum benefit is what we always want to pursue. For now, suppose you are a domin ...
分类:
其他好文 时间:
2017-06-22 16:44:11
阅读次数:
130
有的时候经常会遇到移动端吸顶效果,开始我也只是上网查了一下,分别有iOS和android两种样式,如下: /*!*Android*!*/ .head { position: fixed; top: 0; left: 0; z-index: 5; } /*!*iOS*!*/ .head{ positi ...
分类:
移动开发 时间:
2017-06-21 16:00:54
阅读次数:
429