mirror of
https://github.com/Snailclimb/JavaGuide
synced 2025-06-16 18:10:13 +08:00
Update java-concurrent-questions-03.md
修改错别字
This commit is contained in:
parent
a955c64542
commit
98fabd8fd8
@ -457,7 +457,7 @@ public class ThreadPoolTest {
|
||||
|
||||
这里提供的一种**任务持久化**的思路,这里所谓的任务持久化,包括但不限于:
|
||||
|
||||
1. 设计一张任务表间任务存储到 MySQL 数据库中。
|
||||
1. 设计一张任务表将任务存储到 MySQL 数据库中。
|
||||
2. Redis 缓存任务。
|
||||
3. 将任务提交到消息队列中。
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user