摘要: Pipeline A pipeline is a series of commands separated by the pipe operator (|), each command in the pipeline receives an object from the previous command, performs some operation on it, and then pa... 阅读全文
posted @ 2012-11-23 19:04 HelloWorld.Michael 阅读(149) 评论(0) 推荐(0)