我爱我老婆

06 2011 档案

摘要:Peforce 阅读全文
posted @ 2011-06-17 16:16 DataFlow 阅读(352) 评论(0) 推荐(0)
摘要:findstr is a useful command in bat file. for instances:findstr /NI ^error.*: %DEBUG_LOG% 1>nul 2>&1It matches error info via regular expression, if matched, build system will thought the build encountered a error, but sometimes, some invalid 'error' words will also be matched:Inval 阅读全文
posted @ 2011-06-07 14:40 DataFlow 阅读(1170) 评论(0) 推荐(0)