查找特定字符串并颜色显示
[root@fwq test]# grep -n 'the' regular_express.txt --color=auto
8:I can't finish the test.
12:the symbol '*' is represented as start.
15:You are the best is mean you are the no. 1.
16:The world is the same with "glad".
18:google is the...
分类:
系统相关 时间:
2014-11-07 17:08:59
阅读次数:
251
摘录Android 官方博客:
Which client is best?
Apache HTTP client has fewer bugs on Eclair and Froyo. It is the best choice for these releases.
For Gingerbread and better, HttpURLConnection is the...
分类:
Web程序 时间:
2014-11-06 11:00:37
阅读次数:
198
这题比较简单,重点应该在如何减少循环次数。package practice;import java.io.BufferedInputStream;import java.util.Map;import java.util.Scanner;import java.util.TreeMap;/** * ...
分类:
编程语言 时间:
2014-11-05 21:19:44
阅读次数:
193
这题有直接套公式的解法这里提供一个O(n)的解法。package practice;import java.io.BufferedInputStream;import java.util.Scanner;/** * * * @author caiyu * @date 2014-11-4 */pu.....
分类:
编程语言 时间:
2014-11-05 12:56:22
阅读次数:
225
Choose the best routeTime Limit:1000MSMemory Limit:32768KB64bit IO Format:%I64d & %I64uSubmitStatusPracticeHDU 2680DescriptionOne day , Kiki wants to ...
分类:
其他好文 时间:
2014-11-04 19:03:57
阅读次数:
95
该题太水,没必要参考。package practice;import java.io.BufferedInputStream;import java.util.Map;import java.util.Scanner;import java.util.TreeMap;/** * @author ca...
分类:
编程语言 时间:
2014-11-04 10:45:30
阅读次数:
206
1.Link:http://poj.org/problem?id=1573http://bailian.openjudge.cn/practice/1573/2.Content:Robot MotionTime Limit:1000MSMemory Limit:10000KTotal Submiss...
分类:
其他好文 时间:
2014-11-03 15:52:11
阅读次数:
154
Paper Work
Time Limit:2000MS Memory Limit:262144KB 64bit IO Format:%I64d
& %I64u
Submit Status Practice CodeForces
250A
Description
Polycarpus has been working in the analyti...
分类:
其他好文 时间:
2014-11-03 10:18:11
阅读次数:
201
1.Link:http://poj.org/problem?id=2632http://bailian.openjudge.cn/practice/2632/2.Content:Crashing RobotsTime Limit:1000MSMemory Limit:65536KTotal Subm...
分类:
其他好文 时间:
2014-11-02 16:13:04
阅读次数:
351