摘要: package com.lb; import java.util.concurrent.ArrayBlockingQueue; import java.util.concurrent.BlockingQueue; public class ProductConsumer { private BlockingQueue queue = null; private boolean flag ... 阅读全文
posted @ 2019-05-11 14:28 ForMeDream 阅读(1215) 评论(0) 推荐(0) 编辑
摘要: package com.lb; import java.io.IOException;import java.io.PipedInputStream;import java.io.PipedOutputStream;import java.util.Arrays; public class Test 阅读全文
posted @ 2019-05-11 13:48 ForMeDream 阅读(747) 评论(0) 推荐(0) 编辑