保存进度!
This commit is contained in:
		@@ -45,6 +45,9 @@ public class App
 | 
			
		||||
        }
 | 
			
		||||
    }
 | 
			
		||||
 | 
			
		||||
    /**
 | 
			
		||||
     * 用stop方法结束
 | 
			
		||||
     */
 | 
			
		||||
    public static void 测试Stop线程()
 | 
			
		||||
    {
 | 
			
		||||
        Runnable work = new StopThread();
 | 
			
		||||
 
 | 
			
		||||
@@ -3,7 +3,7 @@
 | 
			
		||||
 * @Date: 2024-01-25 13:50:03
 | 
			
		||||
 * @LastEditors: Kane
 | 
			
		||||
 * @FilePath: /MultiThread/src/main/java/com/cpic/xim/thread/InterruptedThread.java
 | 
			
		||||
 * @Description: 
 | 
			
		||||
 * @Description: 测试用Thead.interrupte方法结束线程。
 | 
			
		||||
 * 
 | 
			
		||||
 * Copyright (c) ${2023} by Kane, All Rights Reserved. 
 | 
			
		||||
 */
 | 
			
		||||
 
 | 
			
		||||
@@ -3,7 +3,7 @@
 | 
			
		||||
 * @Date: 2024-01-25 15:52:34
 | 
			
		||||
 * @LastEditors: Kane
 | 
			
		||||
 * @FilePath: /MultiThread/src/main/java/com/cpic/xim/thread/StopThread.java
 | 
			
		||||
 * @Description: 
 | 
			
		||||
 * @Description: 测试用stop方法结束线程。
 | 
			
		||||
 * 
 | 
			
		||||
 * Copyright (c) ${2023} by Kane, All Rights Reserved. 
 | 
			
		||||
 */
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user