Skip to content

Commit 1d2eef0

Browse files
committed
idea配置
1 parent 857d323 commit 1d2eef0

2 files changed

Lines changed: 10 additions & 7 deletions

File tree

Multithread/README.md

Lines changed: 9 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -36,15 +36,17 @@ DelayQueue(执行定时任务)
3636
3. Callable
3737
4. Future
3838
5. 6种线程池
39-
- newFixedThreadPool(固定线程池)
40-
- newCachedThreadPool(带有缓存线程池,默认空闲线程60s)
41-
- newSingleThreadExecutor(单个线程)
42-
- newScheduledThreadPoold(定时线程池)
43-
- newWorkStealingPool(空闲线程去抢占其他线程的任务队列的任务)
44-
- ForkJoinPool(适合大规模计算)
39+
- newFixedThreadPool(固定线程池)
40+
- newCachedThreadPool(带有缓存线程池,默认空闲线程60s)
41+
- newSingleThreadExecutor(单个线程)
42+
- newScheduledThreadPoold(定时线程池)
43+
- newWorkStealingPool(空闲线程去抢占其他线程的任务队列的任务)
44+
- ForkJoinPool(适合大规模计算)
4545

4646
## 索引
47-
- [synchronized 加锁](./src/com/basic/T1.java)
47+
48+
### 基础
49+
- [synchronized加锁](./src/com/basic/T1.java)
4850
- [加锁与不加锁的区别](./src/com/basic/T2.java)
4951
- [产生脏读问题](./src/com/basic/Account.java)
5052
- [同步和非同步方法是否可以同时使用](./src/com/basic/T3.java)

Tools/idea/idea常用配置.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
- [idea配置class反编译工具](https://www.itread01.com/content/1549811589.html)

0 commit comments

Comments
 (0)