摘要:
package com.cn.gbx;import java.util.Date;import java.util.Timer;import java.util.TimerTask;//class MyTimerTask extends TimerTask {// private static int x = 0;// { x = (x + 1) % 2; }// @Override// public void run() {// // System.out.println("booming!");// if ((x & 1) == 0) {// new Timer 阅读全文