Q1:微信浏览器 input获取焦点时,页面宽度变大 解决方法: HTML <header> 中添加<meta name="viewport" content="width=device-width,minimum-scale=1.0,maximum-scale=1.0,user-scalable= ...
分类:
其他好文 时间:
2016-05-18 00:10:02
阅读次数:
155
问题描述 Given a sequence of non-negative integers a0,…,an?1, find the maximum pairwise product, that is, the largest integer that can be obtained by mult ...
分类:
其他好文 时间:
2016-05-17 22:33:16
阅读次数:
510
Find the contiguous subarray within an array (containing at least one number) which has the largest sum. For example, given the array [?2,1,?3,4,?1,2, ...
分类:
其他好文 时间:
2016-05-17 19:12:32
阅读次数:
107
题目来源 https://leetcode.com/problems/maximum-depth-of-binary-tree/ Given a binary tree, find its maximum depth. The maximum depth is the number of nodes ...
分类:
编程语言 时间:
2016-05-17 17:30:40
阅读次数:
285
处理快速排序,递归深度可能非常大,而系统默认的深度可能没有这么大 需要设置最大递归深度 ...
分类:
编程语言 时间:
2016-05-17 17:27:47
阅读次数:
255
简单DP。 注意:If all the K numbers are negative, then its maximum sum is defined to be 0, and you are supposed to output the first and the last numbers of ...
分类:
其他好文 时间:
2016-05-15 21:37:31
阅读次数:
249
创建虚拟机PC FILE->NEW Virtual machine->custom->...->I WILL INSTALL THE OS LATER->...->RED HAT ENTERPRISE LINUX 6->...->选择路径->...->NAT->...->MAXIMUM DISK S ...
分类:
系统相关 时间:
2016-05-15 10:50:09
阅读次数:
237
html5:在创建html时为了防止页面缩放等不兼容效果,要创建个viewport <meta name="viewport" content="maximum-scale=1.0,minimum-scale=1.0,user-scalable=0,width=device-width,initia ...
<!DOCTYPEhtml><html><head><metacharset="UTF-8"><title>登录angularJS</title><metacharset="UTF-8"><metaname="viewport"content="width=device-width,initial-scale=1,maximum-scale=1,user-scalable=no"><linkrel="st..
分类:
Web程序 时间:
2016-05-13 17:31:16
阅读次数:
184