Skip to content

Instantly share code, notes, and snippets.

@Lentolove
Lentolove / database_flowchart.html
Created January 29, 2026 07:46
数据库备份恢复流程图
<!DOCTYPE html>
<html lang="zh-CN">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>数据库备份恢复流程图</title>
<script src="https://cdn.jsdelivr.net/npm/mermaid/dist/mermaid.min.js"></script>
<style>
* {
margin: 0;