|  |  | 
 |  |  |          ct.setSleep(this.adapter.getConfig().sleepBigBusy, this.adapter.getConfig().sleepSmallBusy); | 
 |  |  |          ct.start();  | 
 |  |  |           | 
 |  |  |          CoreConstantThread cct = CoreConstantThread.getInstance() ; | 
 |  |  |          cct.setSleep(this.adapter.getConfig().sleepBigBusy, this.adapter.getConfig().sleepSmallBusy); | 
 |  |  |          cct.start();  | 
 |  |  |          CoreConstantManage ccm = CoreConstantManage.getInstance() ; | 
 |  |  |          ccm.setSleep(this.adapter.getConfig().sleepBigBusy, this.adapter.getConfig().sleepSmallBusy); | 
 |  |  |          ccm.start(); | 
 |  |  |           | 
 |  |  |          if(adapter.getConfig().showStartInfo){ | 
 |  |  |             System.out.println("核心模块成功启动," |