<!DOCTYPE html> <html> <head> <meta charset="utf-8"> <meta name="viewport" content="width=device-width,initial-scale=1,minimum-scale=1,maximum-scale=1 ...
分类:
其他好文 时间:
2019-06-23 15:32:35
阅读次数:
312
<!DOCTYPE html> <html> <head> <meta charset="utf-8"> <meta name="viewport" content="width=device-width,initial-scale=1,minimum-scale=1,maximum-scale=1 ...
分类:
其他好文 时间:
2019-06-23 10:24:21
阅读次数:
264
--MySql查看表结构 select column_name,data_type,CHARACTER_MAXIMUM_LENGTH,column_comment from information_schema.columns where table_schema = 'db_name' and t... ...
分类:
数据库 时间:
2019-06-21 11:01:33
阅读次数:
135
移动端300ms延迟原因 2007 年初。苹果公司在发布首款 iPhone 前夕,遇到一个问题:当时的网站都是为大屏幕设备所设计的。于是苹果的工程师们做了一些约定,应对 iPhone 这种小屏幕浏览桌面端站点的问题。 双击缩放(double tap to zoom),这也是会有上述 300 毫秒延迟 ...
分类:
移动开发 时间:
2019-06-19 12:05:19
阅读次数:
158
题目如下: Given an integer array A, you partition the array into (contiguous) subarrays of length at most K. After partitioning, each subarray has their v ...
分类:
其他好文 时间:
2019-06-18 14:13:25
阅读次数:
115
$ xrandrScreen 0: minimum 1 x 1, current 1680 x 900, maximum 8192 x 8192Virtual1 connected primary 1680x900+0+0 (normal left inverted right x axis y a ...
分类:
其他好文 时间:
2019-06-16 11:25:53
阅读次数:
230
Given a string s, find the longest palindromic subsequence's length in s. You may assume that the maximum length of s is 1000. Example 1:Input: Output ...
分类:
其他好文 时间:
2019-06-16 09:23:59
阅读次数:
90
题目如下: Given a matrix consisting of 0s and 1s, we may choose any number of columns in the matrix and flip every cell in that column. Flipping a cell ch ...
分类:
其他好文 时间:
2019-06-15 10:17:21
阅读次数:
82
Shihu Shihu Shihu https://jaminzhang.github.io/linux/understand-Linux-backlog-and-somaxconn-kernel-arguments/ 各参数的含义:https://www.alibabacloud.com/help ...
分类:
系统相关 时间:
2019-06-14 12:20:43
阅读次数:
155