摘要: /** * 获取Java VM中当前运行的所有线程 * @return */ public static Thread[] findAllThreads() { ThreadGroup group = Thread.currentThread().getThreadGroup(); ThreadGr 阅读全文
posted @ 2016-08-10 19:02 苍穹冰尘 阅读(2557) 评论(0) 推荐(0) 编辑
摘要: package com.netease.live.admin.util; import com.netease.live.common.util.Constant; /** * * @author bjliuzezhou * @description 使用threadLocal 封装分页所必需传的参 阅读全文
posted @ 2016-08-10 18:58 苍穹冰尘 阅读(891) 评论(0) 推荐(0) 编辑
Live2D