码迷,mamicode.com
首页 >  
搜索关键字:maximum    ( 4142个结果
Mui-列表/table-view
<!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
Mui-遮罩模板
<!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常用函数积累
--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兼容问题(移动端经典问题)
移动端300ms延迟原因 2007 年初。苹果公司在发布首款 iPhone 前夕,遇到一个问题:当时的网站都是为大屏幕设备所设计的。于是苹果的工程师们做了一些约定,应对 iPhone 这种小屏幕浏览桌面端站点的问题。 双击缩放(double tap to zoom),这也是会有上述 300 毫秒延迟 ...
分类:移动开发   时间:2019-06-19 12:05:19    阅读次数:158
【leetcode】1043. Partition Array for Maximum Sum
题目如下: 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
leetcode-hard-array-239. Sliding Window Maximum
mycode 89.27% 参考 ...
分类:Windows程序   时间:2019-06-18 13:58:28    阅读次数:115
Centos 7自定义屏幕分辨率
$ 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
Longest Palindromic Subsequence
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
【leetcode】1072. Flip Columns For Maximum Number of Equal Rows
题目如下: 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
理解 Linux backlog/somaxconn 内核参数
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
4142条   上一页 1 ... 51 52 53 54 55 ... 415 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!