一、代码(希望一直打印当前的时间)
package DR3;
import java.text.SimpleDateFormat;
import java.util.Date;
public class TestSleep1 {
public static void main(String[] args) {
while(true){
//System.out.println(i);
try {
Thread.sleep(1000);
} catch (InterruptedException e) {
// TODO Auto-generated catch block
e.printStackTrace();
}
//System.out.println(new Date());
Date now =new Date();
SimpleDateFormat sdf= new SimpleDateFormat("yyyy-MM-dd hh:mm:ss");
String str =sdf.format(now);
System.out.println(str);
}
}
}
二、输出结果(执行程序后,想让结束,截图右下角stop)
"C:\Program Files\JetBrains\IntelliJ IDEA 2019.3.3\jbr\bin\java.exe" "-javaagent:C:\Program Files\JetBrains\IntelliJ IDEA 2019.3.3\lib\idea_rt.jar=59424:C:\Program Files\JetBrains\IntelliJ IDEA 2019.3.3\bin" -Dfile.encoding=UTF-8 -classpath D:\sxxh\qnxd\DRlianxi\out\production\DRlianxi DR3.TestSleep1
2022-09-18 11:31:31
2022-09-18 11:31:32
2022-09-18 11:31:33
2022-09-18 11:31:34
2022-09-18 11:31:35
2022-09-18 11:31:36
2022-09-18 11:31:37
2022-09-18 11:31:38
2022-09-18 11:31:39
2022-09-18 11:31:40
2022-09-18 11:31:41
2022-09-18 11:31:42
2022-09-18 11:31:43
2022-09-18 11:31:44
2022-09-18 11:31:45
2022-09-18 11:31:46
2022-09-18 11:31:47
2022-09-18 11:31:48
2022-09-18 11:31:49
2022-09-18 11:31:50
2022-09-18 11:31:51
2022-09-18 11:31:52
2022-09-18 11:31:53
2022-09-18 11:31:54
2022-09-18 11:31:55
2022-09-18 11:31:56
2022-09-18 11:31:57
2022-09-18 11:31:58
2022-09-18 11:31:59
2022-09-18 11:32:01
2022-09-18 11:32:02
2022-09-18 11:32:03
2022-09-18 11:32:04
2022-09-18 11:32:05
2022-09-18 11:32:06
2022-09-18 11:32:07
2022-09-18 11:32:08
2022-09-18 11:32:09
2022-09-18 11:32:10
2022-09-18 11:32:11
2022-09-18 11:32:12
2022-09-18 11:32:13
2022-09-18 11:32:14
2022-09-18 11:32:15
2022-09-18 11:32:16
2022-09-18 11:32:17
2022-09-18 11:32:18
2022-09-18 11:32:19
2022-09-18 11:32:20
2022-09-18 11:32:21
2022-09-18 11:32:22
2022-09-18 11:32:23
2022-09-18 11:32:24
2022-09-18 11:32:25
2022-09-18 11:32:26
2022-09-18 11:32:27
2022-09-18 11:32:28
2022-09-18 11:32:29
2022-09-18 11:32:30
2022-09-18 11:32:31
2022-09-18 11:32:32
2022-09-18 11:32:33
2022-09-18 11:32:34
2022-09-18 11:32:35
2022-09-18 11:32:36
2022-09-18 11:32:37
2022-09-18 11:32:38
2022-09-18 11:32:39
2022-09-18 11:32:40
2022-09-18 11:32:41
2022-09-18 11:32:42
2022-09-18 11:32:43
2022-09-18 11:32:44
2022-09-18 11:32:45
2022-09-18 11:32:46
2022-09-18 11:32:47
2022-09-18 11:32:48
2022-09-18 11:32:49
2022-09-18 11:32:50
2022-09-18 11:32:51
2022-09-18 11:32:52
2022-09-18 11:32:53
2022-09-18 11:32:54
2022-09-18 11:32:55
2022-09-18 11:32:56
2022-09-18 11:32:57
2022-09-18 11:32:58
2022-09-18 11:32:59
2022-09-18 11:33:00
2022-09-18 11:33:01
2022-09-18 11:33:02
2022-09-18 11:33:03
2022-09-18 11:33:04
2022-09-18 11:33:05
2022-09-18 11:33:06
2022-09-18 11:33:07
2022-09-18 11:33:08
2022-09-18 11:33:09
2022-09-18 11:33:10
2022-09-18 11:33:11
2022-09-18 11:33:12
2022-09-18 11:33:13
2022-09-18 11:33:14
2022-09-18 11:33:15
2022-09-18 11:33:16
2022-09-18 11:33:17
2022-09-18 11:33:18
2022-09-18 11:33:19
2022-09-18 11:33:20
2022-09-18 11:33:21
2022-09-18 11:33:22
2022-09-18 11:33:23
2022-09-18 11:33:24
2022-09-18 11:33:25
2022-09-18 11:33:26
2022-09-18 11:33:27
2022-09-18 11:33:28
2022-09-18 11:33:29
2022-09-18 11:33:30
2022-09-18 11:33:31
2022-09-18 11:33:32
2022-09-18 11:33:33
2022-09-18 11:33:34
Process finished with exit code -1