auto commit

This commit is contained in:
CyC2018
2018-03-08 15:12:25 +08:00
parent c7dd125bca
commit c3cd6e521f
18 changed files with 248 additions and 248 deletions

View File

@ -347,7 +347,7 @@ JDK 从 1.5 开始在 Thread 类中增添了 State 枚举,包含以下六种
5. **TIMED_WAITING** (调用 sleep()、带超时的 wait() 或者 join()
6. **TERMINATED** (死亡)
<div align="center"> <img src="../pics//19f2c9ef-6739-4a95-8e9d-aa3f7654e028.jpg"/> </div>
<div align="center"> <img src="../pics//19f2c9ef-6739-4a95-8e9d-aa3f7654e028.jpg"/> </div><br>
# 结束线程