标签:imap print 本地 thread tab oid 调试 tst read
Thread t = new Thread(new Runnable(){ @Override public void run(){ // run方法具体重写 try { handledataByAsync(inMap, busiMap); } catch (Exception e) { e.printStackTrace(); } }}); t.start(); // 本地调试打开 join方法 // t.join();
标签:imap print 本地 thread tab oid 调试 tst read
原文地址:https://www.cnblogs.com/zhangliwei/p/12123706.html