From b5886c2244b2df85ddb100213897bc7ab69ab1be Mon Sep 17 00:00:00 2001 From: hello Date: Tue, 19 Nov 2024 20:16:38 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E6=A0=87=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- notes/helloshop/distributed-lock.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/notes/helloshop/distributed-lock.md b/notes/helloshop/distributed-lock.md index 29c2259..1c03f52 100644 --- a/notes/helloshop/distributed-lock.md +++ b/notes/helloshop/distributed-lock.md @@ -1,4 +1,4 @@ -# 使用分布式锁解决分的并发问题 +# 使用分布式锁解决并发问题 ## 单进程应用程序中的锁