Skip to content

Instantly share code, notes, and snippets.

View wang-xiaowu's full-sized avatar
💭
🧑‍💼

xiaowu wang-xiaowu

💭
🧑‍💼
View GitHub Profile
@wang-xiaowu
wang-xiaowu / docker-registry-mirrors.md
Created September 10, 2024 08:08 — forked from y0ngb1n/docker-registry-mirrors.md
国内的 Docker Hub 镜像加速器,由国内教育机构与各大云服务商提供的镜像加速服务 | Dockerized 实践 https://github.com/y0ngb1n/dockerized
@wang-xiaowu
wang-xiaowu / axios-retry-adapter.html
Created February 24, 2023 09:22 — forked from semlinker/axios-retry-adapter.html
Axios 请求重试示例
<!DOCTYPE html>
<html lang="zh-cn">
<head>
<meta charset="UTF-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Axios 请求重试示例(适配器)</title>
<script src="https://cdn.bootcdn.net/ajax/libs/axios/0.21.1/axios.min.js"></script>
</head>
<body>