Skip to content

Commit 23e7d12

Browse files
author
Yanbin Zhu
committed
feat(*):1.aop ioc概念理解,及通过装饰器实现 2.promise的使用与理解
1 parent 3882490 commit 23e7d12

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

data/blog/JavaScript/基于promise的请求重试.mdx renamed to data/blog/手写系列/基于promise的请求重试.mdx

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
title: 基于promise的请求重试
33
date: '2024-09-21'
4-
tags: ['JavaScript']
4+
tags: ['手写系列']
55
draft: false
66
summary: promise
77
---
@@ -49,3 +49,5 @@ const retryPromise = (task,count,time) => {
4949

5050
```
5151

52+
53+

0 commit comments

Comments
 (0)