线程阻塞方式:
1、join 2、sleep 3、yield 4、改变线程的优先级 5、将线程设置成守护线程(jvm中的垃圾回收线程)
参考:https://blog.csdn.net/liyuchong2537631/article/details/51900198