摘要: 用法一 Runnable mRunnable = new Runnable() { @Override public void run() { // TODO } }; mHandler.removeCallbacks(mRunnable);//取消待执行的消息 mHandler.postDelay 阅读全文
posted @ 2017-03-02 11:04 行走的思想 阅读(12) 评论(0) 推荐(0) 编辑
摘要: 用法一 Thread.dumpStack(); Note: java.lang.Thread /** * Prints a stack trace of the current thread to the standard error stream. * This method is used on 阅读全文
posted @ 2017-03-02 10:54 行走的思想 阅读(21) 评论(0) 推荐(0) 编辑