摘要:
class MyThreadScopeData { // 单例 private MyThreadScopeData() { } // 提供获取实例方法 public static synchronized MyThreadScopeData getThreadInstance() { // 从当前... 阅读全文
posted @ 2015-05-09 22:55
Ruthless
阅读(2041)
评论(0)
推荐(0)
浙公网安备 33010602011771号