<html> <head> <meta charset="utf-8"> <meta name="viewport" content="width=device-width, initial-scale=1.0, user-scalable=0, minimum-scale=1.0, maximum ...
分类:
Web程序 时间:
2017-05-25 11:38:52
阅读次数:
1871
<head> <meta charset="utf-8"> <meta name="viewport" content="width=device-width,initial-scale=1,minimum-scale=1,maximum-scale=1,user-scalable=no" /> < ...
分类:
移动开发 时间:
2017-05-24 22:33:59
阅读次数:
1429
viewport的<meta>标签用法 其主要用来告诉浏览器如何规范的渲染Web页面,而你则需要告诉它视窗有多大 移动端开发中,通常我们都会采用<meta name="viewport" content="width=device-width, initial-scale=1, maximum-sc ...
分类:
移动开发 时间:
2017-05-24 18:24:14
阅读次数:
282
1、设置meta属性 content属性值 : width:可视区域的宽度,值可为数字或关键词device-width; height:同width; intial-scale:页面首次被显示是可视区域的缩放级别,取值1.0则页面按实际尺寸显示,无任何缩放; maximum-scale=1.0, m ...
分类:
移动开发 时间:
2017-05-24 12:46:09
阅读次数:
332
We define a harmonious array is an array where the difference between its maximum value and its minimum value is exactly 1. Now, given an integer arra ...
分类:
其他好文 时间:
2017-05-24 00:43:41
阅读次数:
258
To 洛谷.2879 区间统计 题目描述 FJ's N (1 ≤ N ≤ 10,000) cows conveniently indexed 1..N are standing in a line. Each cow has a positive integer height (which is a ...
分类:
其他好文 时间:
2017-05-23 15:59:28
阅读次数:
194
https://leetcode.com/problems/maximum-xor-of-two-numbers-in-an-array/#/description ...
分类:
其他好文 时间:
2017-05-23 11:24:23
阅读次数:
116
原题 求二叉树的最大路径和 Given a binary tree, find the maximum path sum. For this problem, a path is defined as any sequence of nodes from some starting node to ...
分类:
其他好文 时间:
2017-05-23 10:17:26
阅读次数:
202
<!DOCTYPE html><html lang="en"><head> <head> <meta charset="UTF-8"> <meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale= ...
分类:
其他好文 时间:
2017-05-23 00:38:18
阅读次数:
180
<!DOCTYPE html><html lang="en"><head> <meta charset="UTF-8"> <meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1, user ...
分类:
其他好文 时间:
2017-05-23 00:31:08
阅读次数:
168