06 2011 档案
摘要: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
阅读全文

浙公网安备 33010602011771号