随笔分类 -  java

摘要:1 1、private static ManualResetEvent posReceiveDone = new ManualResetEvent(false); 2 3 2、posThread = new Thread(delegate() { Pos(); }); posThread.Sta... 阅读全文
posted @ 2015-02-06 10:49 做梦都笑醒