来自:https://www.jianshu.com/p/180957762852 侵删 beforeMount() { //车辆进出设置定时器,每3秒刷新一次 var self = this; clearInterval(timer); let timer = setInterval(_getCarPeopleStreamByEntraceBottom, 3000) function _getCarPeopleStreamByEntraceBottom() { //生成随机数用来测试 let
public class BallUtil { public static Timer fisTimer ; public static void fisStartBall(){ long firstTime = 2000l; long time = 2000l; if(fisTimer==null){ fisTimer = new Timer(); } fisTimer.scheduleAtFixedRate(new TimerTask(){ public void run(){ System