Upload Code
loading-left
loading loading loading
loading-right

Loading

Profile
No self-introduction
codes (1)
Job, threadPool can, auto or by time interval exec
5.0
Application background Any Java program can use a Job interface. Simple and practical, can set the time interval to repeat the number of milliseconds to perform a specific task.You can also perform a task independently.  Job, threadPool can, auto or by time interval execute. with Key Technology   / / test examples are as follows:Class JobTest public{    / * *      * method name: Main      * parameter:          args  @param;                 * return value: void      * /    static void main public (args String[])    {        job HeartJob = HeartJob new ();                 job.setTimeInterval (4000);                 job.addJob ();              
sunny4help
2016-08-23
0
1
No more~