码迷,mamicode.com
首页 >  
搜索关键字:interval    ( 2017个结果
move.js框架
1 function getByClass(oParent,cName){ 2 var elements = document.getElementsByTagName('*'); 3 var i = 0; 4 var results = []; 5 for(var i=0;i0?Math.ceil... ...
分类:Web程序   时间:2018-03-04 18:12:16    阅读次数:252
[LeetCode] Set Intersection Size At Least Two 设置交集大小至少为2
An integer interval [a, b] (for integers a < b) is a set of all consecutive integers from a to b, including a and b. Find the minimum size of a set S ...
分类:其他好文   时间:2018-03-04 00:24:15    阅读次数:381
197. Rising Temperature--solution
Question: Given a Weather table, write a SQL query to find all dates' Ids with higher temperature compared to its previous (yesterday's) dates. + + + ...
分类:其他好文   时间:2018-03-03 21:27:43    阅读次数:199
树套树乱讲的代码
树套树乱讲的代码 由于部分代码的完成时间较早所以码风可能有些差异,敬请谅解。 动态区间Kth [题面][1] [整体二分题解][2] [HNOI2016]网络 [题面][9] cpp include include include using namespace std; const int MAX ...
分类:其他好文   时间:2018-03-03 14:06:21    阅读次数:217
秒杀倒计时功能实现
1 window.onload = function(){ 2 search(); 3 secondKill(); 4 }; 5 /*头部搜索*/ 6 var search = function(){ 7 /*搜索框对象*/ 8 var search = document.getElementsBy... ...
分类:其他好文   时间:2018-03-02 23:57:16    阅读次数:363
前端性能优化(二):移动端浏览器前端优化策略
相对于桌面端浏览器,移动端Web浏览器上有一些较为明显的特点:设备屏幕较小、新特性兼容性较好、支持一些较新的HTML5和CSS3特性、需要与Native应用交互等。但移动端浏览器可用的CPU计算资源和网络资源极为有限,因此要做好移动端Web上的优化往往需要做更多的事情。首先,在移动端Web的前端页面 ...
分类:移动开发   时间:2018-03-01 19:44:37    阅读次数:222
JavaScript Class 5
学习内容: BOM-JavaScript是运行在浏览器中的, 所以提供了一系列对象用于和浏览器窗口进行交互, 这些对象主要包括window、document、location、navigator和screen等。 通常称为浏览器对象模型(Browser Object Model) 1.window对 ...
分类:编程语言   时间:2018-02-28 20:44:49    阅读次数:193
Echarts图表横坐标显示不全
xAxis: { "axisLabel":{ //加上这个强制显示 interval: 0 }, type: 'category', data: self[theDataKey].title}, ...
分类:其他好文   时间:2018-02-27 17:38:11    阅读次数:486
贪吃蛇02---用java script完成贪吃蛇
贪吃蛇 ...
分类:编程语言   时间:2018-02-26 15:00:20    阅读次数:206
poj1840 Eqs(hash+折半枚举)
Description Consider equations having the following form: a1x13+ a2x23+ a3x33+ a4x43+ a5x53=0 The coefficients are given integers from the interval [- ...
分类:其他好文   时间:2018-02-25 20:47:03    阅读次数:316
2017条   上一页 1 ... 76 77 78 79 80 ... 202 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!