一、find 命令格式1、find命令的一般形式为;find pathname
-options [-print -exec -ok ...]2、find命令的参数;pathname:
find命令所查找的目录路径。例如用.来表示当前目录,用/来表示系统根目录。-print: find命令将匹配的文...
分类:
系统相关 时间:
2014-06-16 07:56:44
阅读次数:
356
Given an unsorted integer array, find the first
missing positive integer.For example, Given [1,2,0] return 3, and [3,4,-1,1]
return 2.Your algorithm s...
分类:
其他好文 时间:
2014-06-13 20:25:38
阅读次数:
241
packageIOtest;importjava.io.File;publicclassTestFile{//inlinuxprivateFilefoder=newFile("/home/eblly");TestFile(){find(foder);System.out.println("=====...
分类:
编程语言 时间:
2014-06-13 19:55:49
阅读次数:
342
Question:Givens1,s2,s3, find whethers3is formed
by the interleaving ofs1ands2.For
example,Given:s1="aabcc",s2="dbbca",Whens3="aadbbcbcac", return true...
分类:
其他好文 时间:
2014-06-12 19:06:19
阅读次数:
195
Given a binary tree, find its maximum depth.The
maximum depth is the number of nodes along the longest path from the root node
down to the farthest le...
分类:
其他好文 时间:
2014-06-12 18:32:00
阅读次数:
222
原题地址:https://oj.leetcode.com/problems/maximum-subarray/题意:Find
the contiguous subarray within an array (containing at least one number) which
has the ...
分类:
编程语言 时间:
2014-06-12 17:06:04
阅读次数:
339
原题地址:https://oj.leetcode.com/problems/maximum-depth-of-binary-tree/题意:Given
a binary tree, find its maximum depth.The maximum depth is the number of n...
分类:
编程语言 时间:
2014-06-12 13:55:34
阅读次数:
210