码迷,mamicode.com
首页 >  
搜索关键字:maximum    ( 4142个结果
二维码生成器(来源黑白猪的博客)
<!doctype html><html><head> <meta charset="utf-8"> <title>二维码生成</title> <meta name="viewport" content="initial-scale=1, width=device-width, maximum-sc ...
分类:其他好文   时间:2016-11-22 13:14:48    阅读次数:214
linux tune2fs命令详解
一.简介: tune2fs是调整和查看ext2/ext3文件系统的文件系统参数,Windows下面如果出现意外断电死机情况,下次开机一般都会出现系统自检。Linux系统下面也有文件系统自检,而且是可以通过tune2fs命令,自行定义自检周期及方式。 二.用法: tune2fs [ -l ] [ -c ...
分类:系统相关   时间:2016-11-21 16:41:58    阅读次数:227
POJ 2699 The Maximum Number of Strong Kings Description
The Maximum Number of Strong Kings Description A tournament can be represented by a complete graph in which each vertex denotes a player and a directe ...
分类:其他好文   时间:2016-11-21 14:38:20    阅读次数:189
Leetcode-414 Third Maximum Number
#414. Third Maximum Number Given a non-empty array of integers, return the third maximum number in this array. If it does not exist, return the maximu ...
分类:其他好文   时间:2016-11-21 08:36:22    阅读次数:186
探究移动端web开发
探究移动端web开发 什么使移动端开发呢?这就是在手机等移动端设备上的网页开发。而当今比较流行的通过rem进行移动端的适配,所以这篇文章会主要介绍一些基本概念以及rem适配方案。 第一部分:基本概念 物理像素:这个就是在屏幕上可以控制的最小显示单位,比如显示颜色的最小单位。 css像素: 就是我们在 ...
分类:移动开发   时间:2016-11-20 16:00:17    阅读次数:256
17956. Maximum Multiple另一种解法
...
分类:其他好文   时间:2016-11-20 15:56:58    阅读次数:131
leetcode 152. Maximum Product Subarray --------- java
Find the contiguous subarray within an array (containing at least one number) which has the largest product. For example, given the array [2,3,-2,4],t ...
分类:编程语言   时间:2016-11-19 02:09:34    阅读次数:198
149. Max Points on a Line
Given n points on a 2D plane, find the maximum number of points that lie on the same straight line. 求二维平面上n个点中,最多共线的点数。 1、比较直观的方法是,三层循环,以任意两点划线,判断第三个点 ...
分类:其他好文   时间:2016-11-18 17:51:55    阅读次数:203
获取当前日期时间,获取当月最后一天
获取当前日期: public class TestDate { public static void main(String[] args) { Date now = new Date(); Calendar cal = Calendar.getInstance(); } 获取当月最后一天: pub ...
分类:其他好文   时间:2016-11-17 20:30:02    阅读次数:214
log4net 既要按日期分割日志文件,又要按文件大小分割。
<appender name="DebugAppender" type="log4net.Appender.RollingFileAppender"> <file value="log\debug\"/> <appendToFile value="true" /> <rollingStyle val ...
分类:Web程序   时间:2016-11-16 22:00:54    阅读次数:433
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!