08 2014 档案

摘要:@Test public void testTrimWhitespace() throws Exception { assertEquals(null, StringUtils.trimWhitespace(null)); assertEquals("", ... 阅读全文
posted @ 2014-08-29 00:54 wuhn 阅读(2243) 评论(0) 推荐(0)
摘要:ls -l|grep ^d 阅读全文
posted @ 2014-08-14 08:03 wuhn 阅读(144) 评论(0) 推荐(0)
摘要:[maijunjin@localhost testGrep]$ grep 1 ./ #没有结果[maijunjin@localhost testGrep]$ grep 1 . #没有结果[maijunjin@localhost testGrep]$ ... 阅读全文
posted @ 2014-08-14 08:02 wuhn 阅读(158) 评论(0) 推荐(0)
摘要:st_atime Time whenfile data was last accessed. Changedbythe followingfunctions:creat(),mknod(),pipe(), utime(2), andread(2).st_mtime Time whendata w... 阅读全文
posted @ 2014-08-14 07:54 wuhn 阅读(1110) 评论(0) 推荐(0)