码迷,mamicode.com
首页 >  
搜索关键字:find mtime    ( 24581个结果
【leetcode】Minimum Path Sum
Given amxngrid filled with non-negative numbers, find a path from top left to bottom right whichminimizesthe sum of all numbers along its path.Note:Yo...
分类:其他好文   时间:2014-06-28 15:55:58    阅读次数:196
Leetcode: Single Number II
Given an array of integers, every element appears three times except for one. Find that single one.Note:Your algorithm should have a linear runtime co...
分类:其他好文   时间:2014-06-28 13:44:09    阅读次数:188
find中的 time 参数
find手册中对time的解释:以 atime 为例:-atime n File was last accessed n*24 hours ago. When find figures out how many 24-hours periods ago the file was last...
分类:其他好文   时间:2014-06-28 12:09:59    阅读次数:222
How to proxy a web site by apache2 in Ubuntu
Install apache2To execute the install command in terminal:sudo apt-get install apache2Then, we can find that the apache2 has been installed in "/etc/"...
分类:Web程序   时间:2014-06-24 09:39:53    阅读次数:363
mtime,ctime,atime
在学习makefile的时候涉及到修改时间,对于mtime,ctime,atime三个时间之间有啥区别呢??atime - access time mtime - if modify timectime - of change timels -luTo view ctimels -lcTo vi.....
分类:其他好文   时间:2014-06-23 07:58:14    阅读次数:246
一个批量修改文件夹中文件名的命令
1. 只修改当前目录下的文件【root】#rename -s \.png \_iphone.png *这个是修改目录下 的所有文件名,加入一个后缀如: 1.png ->>> 1_iphone.png2. 递归修改当前目录下的所有子文件夹【root】#find ./ -name"*.png" | .....
分类:其他好文   时间:2014-06-23 07:40:53    阅读次数:193
Linux常用命令_(文件管理)
文件管理命令?基本命令:ls、cd、pwd、man?文件操作:touch、cp、rm、mv、ln、mkdir、rmdir、?文件查看:cat、more、less、head、tail?文件权限:chmod、chgrp、chown?文件搜索:which、whereis、grep、find、wc1、ls打...
分类:系统相关   时间:2014-06-22 23:58:30    阅读次数:447
Leetcode:Minimum Path Sum 矩形网格最小路径和
Minimum Path Sum:Given amxngrid filled with non-negative numbers, find a path from top left to bottom right whichminimizesthe sum of all numbers along...
分类:其他好文   时间:2014-06-22 23:06:39    阅读次数:290
系统清理——查找大文件
在系统中查找大文件的方法: 1. 统计当前目录的文件(或文件夹)大小,并按照从大到小的顺序排序      du -s /home/* | sort -nr      * -h已易读的格式显示指定目录或文件的大小      * -s选项指定对于目录不详细显示每个子目录或文件的大小 2. 查找大于100M的文件,并显示详细信息      find . -type f -size +...
分类:其他好文   时间:2014-06-22 17:58:51    阅读次数:185
SCOI2009生日快乐
竟然是搜索……囧还以为是什么神题…… 1 uses math; 2 var x,y:extended; 3 n:longint; 4 function find(x,y:extended;z:longint):extended; 5 var i:longint; 6 r1,r...
分类:其他好文   时间:2014-06-21 17:49:05    阅读次数:198
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!