auto commit
This commit is contained in:
@ -229,7 +229,6 @@ main() 属于非守护线程。
|
||||
public static void main(String[] args) {
|
||||
Thread thread = new Thread(new MyRunnable());
|
||||
thread.setDaemon(true);
|
||||
thread.start();
|
||||
}
|
||||
```
|
||||
|
||||
|
Reference in New Issue
Block a user