码迷,mamicode.com
首页 >  
搜索关键字:find grep    ( 34568个结果
ANDROID开发实用小工具
分享一些 Android开发中的实用小工具,你有发现好工具吗? 来这里分享一下呗一、find bugs 静态检查工具http://findbugs.sourceforge.net/FindBugs 是一个静态分析工具,它检查类或者 JAR 文件,将字节码与一组缺陷模式进行对比以发现可能的问题。有了静...
分类:移动开发   时间:2014-05-17 13:10:32    阅读次数:393
linux操作系统下完全删除oracle数据库
1.关掉oracle server 和 background processes ps -ef | grep ora 关掉数据库 shutdown immediate 2.关掉监听 lsnrctl status 如果开启的话就执行lsnrctl stop 关掉3.把$ORACLE_HOME下面的文件...
分类:数据库   时间:2014-05-17 04:31:36    阅读次数:469
CentOS6.4 64位系统安装jdk
1. CentOS操作安装好了以后,系统自带了openJDK,先查看相关的安装信息:[plain]view plaincopy$rpm -qa | grep javatzdata-java-2013b-1.el6.noarchjava-1.6.0-openjdk-1.6.0.0-1.61.1.11....
分类:其他好文   时间:2014-05-17 00:06:29    阅读次数:435
LA 2038
Bob enjoys playing computer games, especially strategic games, but sometimes he cannot find the solution fast enough and then he is very sad. Now he h...
分类:其他好文   时间:2014-05-14 00:29:42    阅读次数:251
【Linux】撷取命令grep
什么是撷取命令啊?说穿了,就是将一段数据经过分析后,取出我们所想要的。或者是经由分析关键词,取得我们所想要的那一行! 不过,要注意的是,一般来说,撷取信息通常是针对『一行一行』来分析的, 并不是整篇信息分析的~底下我们介绍两个很常用的信息撷取命令之一grep命令: 刚刚的 cut 命令是将一行...
分类:系统相关   时间:2014-05-13 20:09:43    阅读次数:388
【LeetCode】Triangle
TriangleGiven a triangle, find the minimum path sum from top to bottom. Each step you may move to adjacent numbers on the row below.For example, given...
分类:其他好文   时间:2014-05-13 18:51:44    阅读次数:297
Leetcode | Interleaving String
Given s1, s2, s3, find whether s3 is formed by the interleaving of s1 and s2.For example,Given:s1 = "aabcc",s2 = "dbbca",When s3 = "aadbbcbcac", retur...
分类:其他好文   时间:2014-05-13 18:11:42    阅读次数:249
lost+found目录
If you runfsck, the filesystem check and repair command, it might find data fragments that are not referenced anywhere in the filesystem. In particula...
分类:其他好文   时间:2014-05-13 16:59:54    阅读次数:276
Linux Basics 正则表达式 grep
grep全称是:GlobalsearchRegularExpressionandPrinting全局搜索正则表达式并显示出来使用正则表达式来描述选择条件。取行选择;选取行的筛选条件,给定选取条件,只显示符合条件的行,或者只显示不符合条件的行。对于类似的操作有三个命令:grep;egrep;fgrepgrep:默认支持基本..
分类:系统相关   时间:2014-05-13 13:19:29    阅读次数:321
老男孩培训视频听课笔记九(在51cto上听的)--5.8 64bit 基础优化
定时清理clientmqueue目录垃圾文件防止占满磁盘空间:/var/spool/clientmqueue --这个目录会自动创建很多的文件,可以用下面的命令来清理find/var/spool/clientmqueue/–type f|xargsrm–frmkdir/server/scripts–pvimdel.sh:find/var/spool/clientmqueue/–type..
分类:其他好文   时间:2014-05-13 12:14:48    阅读次数:412
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!