Docker安装mysql遇到ERROR 2002 (HY000

  • 项目场景:
  • 问题描述:
  • 原因分析:
  • 解决方案:
  • 前言
  • 一、pandas是什么?
  • 二、使用步骤
    • 1.引入库
    • 2.读入数据
  • 总结
  • 欢迎使用Markdown编辑器
    • 新的改变
    • 功能快捷键
    • 合理的创建标题,有助于目录的生成
    • 如何改变文本的样式
    • 插入链接与图片
    • 如何插入一段漂亮的代码片
    • 生成一个适合你的列表
    • 创建一个表格
      • 设定内容居中、居左、居右
      • SmartyPants
    • 创建一个自定义列表
    • 如何创建一个注脚
    • 注释也是必不可少的
    • KaTeX数学公式
    • 新的甘特图功能,丰富你的文章
    • UML 图表
    • FLowchart流程图
    • 导出与导入
      • 导出
      • 导入

<f

项目场景:

提示:这里简述项目相关背景:
例如:项目场景:示例:通过蓝牙芯片(HC-05)与手机 APP 通信,每隔 5s 传输一批传感器数据(不是很大)


问题描述:

系统:Ubuntu20.04
项目场景:通过docker拉取了mysql:8.0.22
1.通过以下命令:docker run -p 3306:3306 --name mysql -e MYSQL_ROOT_PASSWORD=123456 -d -it mysql:8.0.22 /bin/bash
进入MySQL docker容器中
2.使用命令:
mysql -u root -p进入mysql数据库,boom
出现以下问题
ERROR 2002 (HY000): Can’t connect to local MySQL server through socket ‘/var/run/mysqld/mysqld.sock’ (2)

提示:这里描述项目中遇到的问题:
例如:数据传输过程中数据不时出现丢失的情况,偶尔会丢失一部分数据
APP 中接收数据代码:

@Overridepublic void run() {bytes = mmInStream.read(buffer);mHandler.obtainMessage(READ_DATA, bytes, -1, buffer).sendToTarget();}

原因分析:

提示:这里填写问题的分析:
例如:Handler 发送消息有两种方式,分别是 Handler.obtainMessage()和 Handler.sendMessage(),其中 obtainMessage 方式当数据量过大时,由于 MessageQuene 大小也有限,所以当 message 处理不及时时,会造成先传的数据被覆盖,进而导致数据丢失。


解决方案:

提示:这里填写该问题的具体解决方案:
例如:新建一个 Message 对象,并将读取到的数据存入 Message,然后 mHandler.obtainMessage(READ_DATA, bytes, -1, buffer).sendToTarget();换成 mHandler.sendMessage()。

ont color=#999AAA >提示:这里可以添加系列文章的所有文章的目录,目录需要自己手动添加
例如:第一章 Python 机器学习入门之pandas的使用


提示:写完文章后,目录可以自动生成,如何生成可参考右边的帮助文档

文章目录

  • 项目场景:
  • 问题描述:
  • 原因分析:
  • 解决方案:
  • 前言
  • 一、pandas是什么?
  • 二、使用步骤
    • 1.引入库
    • 2.读入数据
  • 总结
  • 欢迎使用Markdown编辑器
    • 新的改变
    • 功能快捷键
    • 合理的创建标题,有助于目录的生成
    • 如何改变文本的样式
    • 插入链接与图片
    • 如何插入一段漂亮的代码片
    • 生成一个适合你的列表
    • 创建一个表格
      • 设定内容居中、居左、居右
      • SmartyPants
    • 创建一个自定义列表
    • 如何创建一个注脚
    • 注释也是必不可少的
    • KaTeX数学公式
    • 新的甘特图功能,丰富你的文章
    • UML 图表
    • FLowchart流程图
    • 导出与导入
      • 导出
      • 导入

前言

提示:这里可以添加本文要记录的大概内容:
例如:随着人工智能的不断发展,机器学习这门技术也越来越重要,很多人都开启了学习机器学习,本文就介绍了机器学习的基础内容。


提示:以下是本篇文章正文内容,下面案例可供参考

一、pandas是什么?

示例:pandas 是基于NumPy 的一种工具,该工具是为了解决数据分析任务而创建的。

二、使用步骤

1.引入库

代码如下(示例):

import numpy as np
import pandas as pd
import matplotlib.pyplot as plt
import seaborn as sns
import warnings
warnings.filterwarnings('ignore')
import  ssl
ssl._create_default_https_context = ssl._create_unverified_context

2.读入数据

代码如下(示例):

data = pd.read_csv('https://labfile.oss.aliyuncs.com/courses/1283/adult.data.csv')
print(data.head())

该处使用的url网络请求的数据。


总结

提示:这里对文章进行总结:
例如:以上就是今天要讲的内容,本文仅仅简单介绍了pandas的使用,而pandas提供了大量能使我们快速便捷地处理数据的函数和方法。
自定义目录标题)

欢迎使用Markdown编辑器

你好! 这是你第一次使用 Markdown编辑器 所展示的欢迎页。如果你想学习如何使用Markdown编辑器, 可以仔细阅读这篇文章,了解一下Markdown的基本语法知识。

新的改变

我们对Markdown编辑器进行了一些功能拓展与语法支持,除了标准的Markdown编辑器功能,我们增加了如下几点新功能,帮助你用它写博客:

  1. 全新的界面设计 ,将会带来全新的写作体验;
  2. 在创作中心设置你喜爱的代码高亮样式,Markdown 将代码片显示选择的高亮样式 进行展示;
  3. 增加了 图片拖拽 功能,你可以将本地的图片直接拖拽到编辑区域直接展示;
  4. 全新的 KaTeX数学公式 语法;
  5. 增加了支持甘特图的mermaid语法1 功能;
  6. 增加了 多屏幕编辑 Markdown文章功能;
  7. 增加了 焦点写作模式、预览模式、简洁写作模式、左右区域同步滚轮设置 等功能,功能按钮位于编辑区域与预览区域中间;
  8. 增加了 检查列表 功能。

功能快捷键

撤销:Ctrl/Command + Z
重做:Ctrl/Command + Y
加粗:Ctrl/Command + B
斜体:Ctrl/Command + I
标题:Ctrl/Command + Shift + H
无序列表:Ctrl/Command + Shift + U
有序列表:Ctrl/Command + Shift + O
检查列表:Ctrl/Command + Shift + C
插入代码:Ctrl/Command + Shift + K
插入链接:Ctrl/Command + Shift + L
插入图片:Ctrl/Command + Shift + G
查找:Ctrl/Command + F
替换:Ctrl/Command + G

合理的创建标题,有助于目录的生成

直接输入1次#,并按下space后,将生成1级标题。
输入2次#,并按下space后,将生成2级标题。
以此类推,我们支持6级标题。有助于使用TOC语法后生成一个完美的目录。

如何改变文本的样式

强调文本 强调文本

加粗文本 加粗文本

标记文本

删除文本

引用文本

H2O is是液体。

210 运算结果是 1024.

插入链接与图片

链接: link.

图片:

带尺寸的图片:

居中的图片:

居中并且带尺寸的图片:

当然,我们为了让用户更加便捷,我们增加了图片拖拽功能。

如何插入一段漂亮的代码片

去博客设置页面,选择一款你喜欢的代码片高亮样式,下面展示同样高亮的 代码片.

// An highlighted block
var foo = 'bar';

生成一个适合你的列表

  • 项目

    • 项目

      • 项目
  1. 项目1
  2. 项目2
  3. 项目3
  • 计划任务
  • 完成任务

创建一个表格

一个简单的表格是这么创建的:

项目 Value
电脑 $1600
手机 $12
导管 $1

设定内容居中、居左、居右

使用:---------:居中
使用:----------居左
使用----------:居右

第一列 第二列 第三列
第一列文本居中 第二列文本居右 第三列文本居左

SmartyPants

SmartyPants将ASCII标点字符转换为“智能”印刷标点HTML实体。例如:

TYPE ASCII HTML
Single backticks 'Isn't this fun?' ‘Isn’t this fun?’
Quotes "Isn't this fun?" “Isn’t this fun?”
Dashes -- is en-dash, --- is em-dash – is en-dash, — is em-dash

创建一个自定义列表

Markdown
Text-to-HTML conversion tool
Authors
John
Luke

如何创建一个注脚

一个具有注脚的文本。2

注释也是必不可少的

Markdown将文本转换为 HTML

KaTeX数学公式

您可以使用渲染LaTeX数学表达式 KaTeX:

Gamma公式展示 Γ(n)=(n−1)!∀n∈N\Gamma(n) = (n-1)!\quad\forall n\in\mathbb NΓ(n)=(n−1)!∀n∈N 是通过欧拉积分

Γ(z)=∫0∞tz−1e−tdt.\Gamma(z) = \int_0^\infty t^{z-1}e^{-t}dt\,. Γ(z)=∫0∞​tz−1e−tdt.

你可以找到更多关于的信息 LaTeX 数学表达式here.

新的甘特图功能,丰富你的文章

Mon 06Mon 13Mon 20已完成 进行中 计划一 计划二 现有任务Adding GANTT diagram functionality to mermaid
  • 关于 甘特图 语法,参考 这儿,

UML 图表

可以使用UML图表进行渲染。 Mermaid. 例如下面产生的一个序列图:

#mermaid-svg-8ell3VMwrRhD6dEy .label{font-family:'trebuchet ms', verdana, arial;font-family:var(--mermaid-font-family);fill:#333;color:#333}#mermaid-svg-8ell3VMwrRhD6dEy .label text{fill:#333}#mermaid-svg-8ell3VMwrRhD6dEy .node rect,#mermaid-svg-8ell3VMwrRhD6dEy .node circle,#mermaid-svg-8ell3VMwrRhD6dEy .node ellipse,#mermaid-svg-8ell3VMwrRhD6dEy .node polygon,#mermaid-svg-8ell3VMwrRhD6dEy .node path{fill:#ECECFF;stroke:#9370db;stroke-width:1px}#mermaid-svg-8ell3VMwrRhD6dEy .node .label{text-align:center;fill:#333}#mermaid-svg-8ell3VMwrRhD6dEy .node.clickable{cursor:pointer}#mermaid-svg-8ell3VMwrRhD6dEy .arrowheadPath{fill:#333}#mermaid-svg-8ell3VMwrRhD6dEy .edgePath .path{stroke:#333;stroke-width:1.5px}#mermaid-svg-8ell3VMwrRhD6dEy .flowchart-link{stroke:#333;fill:none}#mermaid-svg-8ell3VMwrRhD6dEy .edgeLabel{background-color:#e8e8e8;text-align:center}#mermaid-svg-8ell3VMwrRhD6dEy .edgeLabel rect{opacity:0.9}#mermaid-svg-8ell3VMwrRhD6dEy .edgeLabel span{color:#333}#mermaid-svg-8ell3VMwrRhD6dEy .cluster rect{fill:#ffffde;stroke:#aa3;stroke-width:1px}#mermaid-svg-8ell3VMwrRhD6dEy .cluster text{fill:#333}#mermaid-svg-8ell3VMwrRhD6dEy div.mermaidTooltip{position:absolute;text-align:center;max-width:200px;padding:2px;font-family:'trebuchet ms', verdana, arial;font-family:var(--mermaid-font-family);font-size:12px;background:#ffffde;border:1px solid #aa3;border-radius:2px;pointer-events:none;z-index:100}#mermaid-svg-8ell3VMwrRhD6dEy .actor{stroke:#ccf;fill:#ECECFF}#mermaid-svg-8ell3VMwrRhD6dEy text.actor>tspan{fill:#000;stroke:none}#mermaid-svg-8ell3VMwrRhD6dEy .actor-line{stroke:grey}#mermaid-svg-8ell3VMwrRhD6dEy .messageLine0{stroke-width:1.5;stroke-dasharray:none;stroke:#333}#mermaid-svg-8ell3VMwrRhD6dEy .messageLine1{stroke-width:1.5;stroke-dasharray:2, 2;stroke:#333}#mermaid-svg-8ell3VMwrRhD6dEy #arrowhead path{fill:#333;stroke:#333}#mermaid-svg-8ell3VMwrRhD6dEy .sequenceNumber{fill:#fff}#mermaid-svg-8ell3VMwrRhD6dEy #sequencenumber{fill:#333}#mermaid-svg-8ell3VMwrRhD6dEy #crosshead path{fill:#333;stroke:#333}#mermaid-svg-8ell3VMwrRhD6dEy .messageText{fill:#333;stroke:#333}#mermaid-svg-8ell3VMwrRhD6dEy .labelBox{stroke:#ccf;fill:#ECECFF}#mermaid-svg-8ell3VMwrRhD6dEy .labelText,#mermaid-svg-8ell3VMwrRhD6dEy .labelText>tspan{fill:#000;stroke:none}#mermaid-svg-8ell3VMwrRhD6dEy .loopText,#mermaid-svg-8ell3VMwrRhD6dEy .loopText>tspan{fill:#000;stroke:none}#mermaid-svg-8ell3VMwrRhD6dEy .loopLine{stroke-width:2px;stroke-dasharray:2, 2;stroke:#ccf;fill:#ccf}#mermaid-svg-8ell3VMwrRhD6dEy .note{stroke:#aa3;fill:#fff5ad}#mermaid-svg-8ell3VMwrRhD6dEy .noteText,#mermaid-svg-8ell3VMwrRhD6dEy .noteText>tspan{fill:#000;stroke:none}#mermaid-svg-8ell3VMwrRhD6dEy .activation0{fill:#f4f4f4;stroke:#666}#mermaid-svg-8ell3VMwrRhD6dEy .activation1{fill:#f4f4f4;stroke:#666}#mermaid-svg-8ell3VMwrRhD6dEy .activation2{fill:#f4f4f4;stroke:#666}#mermaid-svg-8ell3VMwrRhD6dEy .mermaid-main-font{font-family:"trebuchet ms", verdana, arial;font-family:var(--mermaid-font-family)}#mermaid-svg-8ell3VMwrRhD6dEy .section{stroke:none;opacity:0.2}#mermaid-svg-8ell3VMwrRhD6dEy .section0{fill:rgba(102,102,255,0.49)}#mermaid-svg-8ell3VMwrRhD6dEy .section2{fill:#fff400}#mermaid-svg-8ell3VMwrRhD6dEy .section1,#mermaid-svg-8ell3VMwrRhD6dEy .section3{fill:#fff;opacity:0.2}#mermaid-svg-8ell3VMwrRhD6dEy .sectionTitle0{fill:#333}#mermaid-svg-8ell3VMwrRhD6dEy .sectionTitle1{fill:#333}#mermaid-svg-8ell3VMwrRhD6dEy .sectionTitle2{fill:#333}#mermaid-svg-8ell3VMwrRhD6dEy .sectionTitle3{fill:#333}#mermaid-svg-8ell3VMwrRhD6dEy .sectionTitle{text-anchor:start;font-size:11px;text-height:14px;font-family:'trebuchet ms', verdana, arial;font-family:var(--mermaid-font-family)}#mermaid-svg-8ell3VMwrRhD6dEy .grid .tick{stroke:#d3d3d3;opacity:0.8;shape-rendering:crispEdges}#mermaid-svg-8ell3VMwrRhD6dEy .grid .tick text{font-family:'trebuchet ms', verdana, arial;font-family:var(--mermaid-font-family)}#mermaid-svg-8ell3VMwrRhD6dEy .grid path{stroke-width:0}#mermaid-svg-8ell3VMwrRhD6dEy .today{fill:none;stroke:red;stroke-width:2px}#mermaid-svg-8ell3VMwrRhD6dEy .task{stroke-width:2}#mermaid-svg-8ell3VMwrRhD6dEy .taskText{text-anchor:middle;font-family:'trebuchet ms', verdana, arial;font-family:var(--mermaid-font-family)}#mermaid-svg-8ell3VMwrRhD6dEy .taskText:not([font-size]){font-size:11px}#mermaid-svg-8ell3VMwrRhD6dEy .taskTextOutsideRight{fill:#000;text-anchor:start;font-size:11px;font-family:'trebuchet ms', verdana, arial;font-family:var(--mermaid-font-family)}#mermaid-svg-8ell3VMwrRhD6dEy .taskTextOutsideLeft{fill:#000;text-anchor:end;font-size:11px}#mermaid-svg-8ell3VMwrRhD6dEy .task.clickable{cursor:pointer}#mermaid-svg-8ell3VMwrRhD6dEy .taskText.clickable{cursor:pointer;fill:#003163 !important;font-weight:bold}#mermaid-svg-8ell3VMwrRhD6dEy .taskTextOutsideLeft.clickable{cursor:pointer;fill:#003163 !important;font-weight:bold}#mermaid-svg-8ell3VMwrRhD6dEy .taskTextOutsideRight.clickable{cursor:pointer;fill:#003163 !important;font-weight:bold}#mermaid-svg-8ell3VMwrRhD6dEy .taskText0,#mermaid-svg-8ell3VMwrRhD6dEy .taskText1,#mermaid-svg-8ell3VMwrRhD6dEy .taskText2,#mermaid-svg-8ell3VMwrRhD6dEy .taskText3{fill:#fff}#mermaid-svg-8ell3VMwrRhD6dEy .task0,#mermaid-svg-8ell3VMwrRhD6dEy .task1,#mermaid-svg-8ell3VMwrRhD6dEy .task2,#mermaid-svg-8ell3VMwrRhD6dEy .task3{fill:#8a90dd;stroke:#534fbc}#mermaid-svg-8ell3VMwrRhD6dEy .taskTextOutside0,#mermaid-svg-8ell3VMwrRhD6dEy .taskTextOutside2{fill:#000}#mermaid-svg-8ell3VMwrRhD6dEy .taskTextOutside1,#mermaid-svg-8ell3VMwrRhD6dEy .taskTextOutside3{fill:#000}#mermaid-svg-8ell3VMwrRhD6dEy .active0,#mermaid-svg-8ell3VMwrRhD6dEy .active1,#mermaid-svg-8ell3VMwrRhD6dEy .active2,#mermaid-svg-8ell3VMwrRhD6dEy .active3{fill:#bfc7ff;stroke:#534fbc}#mermaid-svg-8ell3VMwrRhD6dEy .activeText0,#mermaid-svg-8ell3VMwrRhD6dEy .activeText1,#mermaid-svg-8ell3VMwrRhD6dEy .activeText2,#mermaid-svg-8ell3VMwrRhD6dEy .activeText3{fill:#000 !important}#mermaid-svg-8ell3VMwrRhD6dEy .done0,#mermaid-svg-8ell3VMwrRhD6dEy .done1,#mermaid-svg-8ell3VMwrRhD6dEy .done2,#mermaid-svg-8ell3VMwrRhD6dEy .done3{stroke:grey;fill:#d3d3d3;stroke-width:2}#mermaid-svg-8ell3VMwrRhD6dEy .doneText0,#mermaid-svg-8ell3VMwrRhD6dEy .doneText1,#mermaid-svg-8ell3VMwrRhD6dEy .doneText2,#mermaid-svg-8ell3VMwrRhD6dEy .doneText3{fill:#000 !important}#mermaid-svg-8ell3VMwrRhD6dEy .crit0,#mermaid-svg-8ell3VMwrRhD6dEy .crit1,#mermaid-svg-8ell3VMwrRhD6dEy .crit2,#mermaid-svg-8ell3VMwrRhD6dEy .crit3{stroke:#f88;fill:red;stroke-width:2}#mermaid-svg-8ell3VMwrRhD6dEy .activeCrit0,#mermaid-svg-8ell3VMwrRhD6dEy .activeCrit1,#mermaid-svg-8ell3VMwrRhD6dEy .activeCrit2,#mermaid-svg-8ell3VMwrRhD6dEy .activeCrit3{stroke:#f88;fill:#bfc7ff;stroke-width:2}#mermaid-svg-8ell3VMwrRhD6dEy .doneCrit0,#mermaid-svg-8ell3VMwrRhD6dEy .doneCrit1,#mermaid-svg-8ell3VMwrRhD6dEy .doneCrit2,#mermaid-svg-8ell3VMwrRhD6dEy .doneCrit3{stroke:#f88;fill:#d3d3d3;stroke-width:2;cursor:pointer;shape-rendering:crispEdges}#mermaid-svg-8ell3VMwrRhD6dEy .milestone{transform:rotate(45deg) scale(0.8, 0.8)}#mermaid-svg-8ell3VMwrRhD6dEy .milestoneText{font-style:italic}#mermaid-svg-8ell3VMwrRhD6dEy .doneCritText0,#mermaid-svg-8ell3VMwrRhD6dEy .doneCritText1,#mermaid-svg-8ell3VMwrRhD6dEy .doneCritText2,#mermaid-svg-8ell3VMwrRhD6dEy .doneCritText3{fill:#000 !important}#mermaid-svg-8ell3VMwrRhD6dEy .activeCritText0,#mermaid-svg-8ell3VMwrRhD6dEy .activeCritText1,#mermaid-svg-8ell3VMwrRhD6dEy .activeCritText2,#mermaid-svg-8ell3VMwrRhD6dEy .activeCritText3{fill:#000 !important}#mermaid-svg-8ell3VMwrRhD6dEy .titleText{text-anchor:middle;font-size:18px;fill:#000;font-family:'trebuchet ms', verdana, arial;font-family:var(--mermaid-font-family)}#mermaid-svg-8ell3VMwrRhD6dEy g.classGroup text{fill:#9370db;stroke:none;font-family:'trebuchet ms', verdana, arial;font-family:var(--mermaid-font-family);font-size:10px}#mermaid-svg-8ell3VMwrRhD6dEy g.classGroup text .title{font-weight:bolder}#mermaid-svg-8ell3VMwrRhD6dEy g.clickable{cursor:pointer}#mermaid-svg-8ell3VMwrRhD6dEy g.classGroup rect{fill:#ECECFF;stroke:#9370db}#mermaid-svg-8ell3VMwrRhD6dEy g.classGroup line{stroke:#9370db;stroke-width:1}#mermaid-svg-8ell3VMwrRhD6dEy .classLabel .box{stroke:none;stroke-width:0;fill:#ECECFF;opacity:0.5}#mermaid-svg-8ell3VMwrRhD6dEy .classLabel .label{fill:#9370db;font-size:10px}#mermaid-svg-8ell3VMwrRhD6dEy .relation{stroke:#9370db;stroke-width:1;fill:none}#mermaid-svg-8ell3VMwrRhD6dEy .dashed-line{stroke-dasharray:3}#mermaid-svg-8ell3VMwrRhD6dEy #compositionStart{fill:#9370db;stroke:#9370db;stroke-width:1}#mermaid-svg-8ell3VMwrRhD6dEy #compositionEnd{fill:#9370db;stroke:#9370db;stroke-width:1}#mermaid-svg-8ell3VMwrRhD6dEy #aggregationStart{fill:#ECECFF;stroke:#9370db;stroke-width:1}#mermaid-svg-8ell3VMwrRhD6dEy #aggregationEnd{fill:#ECECFF;stroke:#9370db;stroke-width:1}#mermaid-svg-8ell3VMwrRhD6dEy #dependencyStart{fill:#9370db;stroke:#9370db;stroke-width:1}#mermaid-svg-8ell3VMwrRhD6dEy #dependencyEnd{fill:#9370db;stroke:#9370db;stroke-width:1}#mermaid-svg-8ell3VMwrRhD6dEy #extensionStart{fill:#9370db;stroke:#9370db;stroke-width:1}#mermaid-svg-8ell3VMwrRhD6dEy #extensionEnd{fill:#9370db;stroke:#9370db;stroke-width:1}#mermaid-svg-8ell3VMwrRhD6dEy .commit-id,#mermaid-svg-8ell3VMwrRhD6dEy .commit-msg,#mermaid-svg-8ell3VMwrRhD6dEy .branch-label{fill:lightgrey;color:lightgrey;font-family:'trebuchet ms', verdana, arial;font-family:var(--mermaid-font-family)}#mermaid-svg-8ell3VMwrRhD6dEy .pieTitleText{text-anchor:middle;font-size:25px;fill:#000;font-family:'trebuchet ms', verdana, arial;font-family:var(--mermaid-font-family)}#mermaid-svg-8ell3VMwrRhD6dEy .slice{font-family:'trebuchet ms', verdana, arial;font-family:var(--mermaid-font-family)}#mermaid-svg-8ell3VMwrRhD6dEy g.stateGroup text{fill:#9370db;stroke:none;font-size:10px;font-family:'trebuchet ms', verdana, arial;font-family:var(--mermaid-font-family)}#mermaid-svg-8ell3VMwrRhD6dEy g.stateGroup text{fill:#9370db;fill:#333;stroke:none;font-size:10px}#mermaid-svg-8ell3VMwrRhD6dEy g.statediagram-cluster .cluster-label text{fill:#333}#mermaid-svg-8ell3VMwrRhD6dEy g.stateGroup .state-title{font-weight:bolder;fill:#000}#mermaid-svg-8ell3VMwrRhD6dEy g.stateGroup rect{fill:#ECECFF;stroke:#9370db}#mermaid-svg-8ell3VMwrRhD6dEy g.stateGroup line{stroke:#9370db;stroke-width:1}#mermaid-svg-8ell3VMwrRhD6dEy .transition{stroke:#9370db;stroke-width:1;fill:none}#mermaid-svg-8ell3VMwrRhD6dEy .stateGroup .composit{fill:white;border-bottom:1px}#mermaid-svg-8ell3VMwrRhD6dEy .stateGroup .alt-composit{fill:#e0e0e0;border-bottom:1px}#mermaid-svg-8ell3VMwrRhD6dEy .state-note{stroke:#aa3;fill:#fff5ad}#mermaid-svg-8ell3VMwrRhD6dEy .state-note text{fill:black;stroke:none;font-size:10px}#mermaid-svg-8ell3VMwrRhD6dEy .stateLabel .box{stroke:none;stroke-width:0;fill:#ECECFF;opacity:0.7}#mermaid-svg-8ell3VMwrRhD6dEy .edgeLabel text{fill:#333}#mermaid-svg-8ell3VMwrRhD6dEy .stateLabel text{fill:#000;font-size:10px;font-weight:bold;font-family:'trebuchet ms', verdana, arial;font-family:var(--mermaid-font-family)}#mermaid-svg-8ell3VMwrRhD6dEy .node circle.state-start{fill:black;stroke:black}#mermaid-svg-8ell3VMwrRhD6dEy .node circle.state-end{fill:black;stroke:white;stroke-width:1.5}#mermaid-svg-8ell3VMwrRhD6dEy #statediagram-barbEnd{fill:#9370db}#mermaid-svg-8ell3VMwrRhD6dEy .statediagram-cluster rect{fill:#ECECFF;stroke:#9370db;stroke-width:1px}#mermaid-svg-8ell3VMwrRhD6dEy .statediagram-cluster rect.outer{rx:5px;ry:5px}#mermaid-svg-8ell3VMwrRhD6dEy .statediagram-state .divider{stroke:#9370db}#mermaid-svg-8ell3VMwrRhD6dEy .statediagram-state .title-state{rx:5px;ry:5px}#mermaid-svg-8ell3VMwrRhD6dEy .statediagram-cluster.statediagram-cluster .inner{fill:white}#mermaid-svg-8ell3VMwrRhD6dEy .statediagram-cluster.statediagram-cluster-alt .inner{fill:#e0e0e0}#mermaid-svg-8ell3VMwrRhD6dEy .statediagram-cluster .inner{rx:0;ry:0}#mermaid-svg-8ell3VMwrRhD6dEy .statediagram-state rect.basic{rx:5px;ry:5px}#mermaid-svg-8ell3VMwrRhD6dEy .statediagram-state rect.divider{stroke-dasharray:10,10;fill:#efefef}#mermaid-svg-8ell3VMwrRhD6dEy .note-edge{stroke-dasharray:5}#mermaid-svg-8ell3VMwrRhD6dEy .statediagram-note rect{fill:#fff5ad;stroke:#aa3;stroke-width:1px;rx:0;ry:0}:root{--mermaid-font-family: '"trebuchet ms", verdana, arial';--mermaid-font-family: "Comic Sans MS", "Comic Sans", cursive}#mermaid-svg-8ell3VMwrRhD6dEy .error-icon{fill:#522}#mermaid-svg-8ell3VMwrRhD6dEy .error-text{fill:#522;stroke:#522}#mermaid-svg-8ell3VMwrRhD6dEy .edge-thickness-normal{stroke-width:2px}#mermaid-svg-8ell3VMwrRhD6dEy .edge-thickness-thick{stroke-width:3.5px}#mermaid-svg-8ell3VMwrRhD6dEy .edge-pattern-solid{stroke-dasharray:0}#mermaid-svg-8ell3VMwrRhD6dEy .edge-pattern-dashed{stroke-dasharray:3}#mermaid-svg-8ell3VMwrRhD6dEy .edge-pattern-dotted{stroke-dasharray:2}#mermaid-svg-8ell3VMwrRhD6dEy .marker{fill:#333}#mermaid-svg-8ell3VMwrRhD6dEy .marker.cross{stroke:#333}:root { --mermaid-font-family: "trebuchet ms", verdana, arial;}#mermaid-svg-8ell3VMwrRhD6dEy {color: rgba(0, 0, 0, 0.75);font: ;}张三李四王五你好!李四, 最近怎么样?你最近怎么样,王五?我很好,谢谢!我很好,谢谢!李四想了很长时间, 文字太长了不适合放在一行.打量着王五...很好... 王五, 你怎么样?张三李四王五

这将产生一个流程图。:

#mermaid-svg-y8Fr7s9BnFAMSak8 .label{font-family:'trebuchet ms', verdana, arial;font-family:var(--mermaid-font-family);fill:#333;color:#333}#mermaid-svg-y8Fr7s9BnFAMSak8 .label text{fill:#333}#mermaid-svg-y8Fr7s9BnFAMSak8 .node rect,#mermaid-svg-y8Fr7s9BnFAMSak8 .node circle,#mermaid-svg-y8Fr7s9BnFAMSak8 .node ellipse,#mermaid-svg-y8Fr7s9BnFAMSak8 .node polygon,#mermaid-svg-y8Fr7s9BnFAMSak8 .node path{fill:#ECECFF;stroke:#9370db;stroke-width:1px}#mermaid-svg-y8Fr7s9BnFAMSak8 .node .label{text-align:center;fill:#333}#mermaid-svg-y8Fr7s9BnFAMSak8 .node.clickable{cursor:pointer}#mermaid-svg-y8Fr7s9BnFAMSak8 .arrowheadPath{fill:#333}#mermaid-svg-y8Fr7s9BnFAMSak8 .edgePath .path{stroke:#333;stroke-width:1.5px}#mermaid-svg-y8Fr7s9BnFAMSak8 .flowchart-link{stroke:#333;fill:none}#mermaid-svg-y8Fr7s9BnFAMSak8 .edgeLabel{background-color:#e8e8e8;text-align:center}#mermaid-svg-y8Fr7s9BnFAMSak8 .edgeLabel rect{opacity:0.9}#mermaid-svg-y8Fr7s9BnFAMSak8 .edgeLabel span{color:#333}#mermaid-svg-y8Fr7s9BnFAMSak8 .cluster rect{fill:#ffffde;stroke:#aa3;stroke-width:1px}#mermaid-svg-y8Fr7s9BnFAMSak8 .cluster text{fill:#333}#mermaid-svg-y8Fr7s9BnFAMSak8 div.mermaidTooltip{position:absolute;text-align:center;max-width:200px;padding:2px;font-family:'trebuchet ms', verdana, arial;font-family:var(--mermaid-font-family);font-size:12px;background:#ffffde;border:1px solid #aa3;border-radius:2px;pointer-events:none;z-index:100}#mermaid-svg-y8Fr7s9BnFAMSak8 .actor{stroke:#ccf;fill:#ECECFF}#mermaid-svg-y8Fr7s9BnFAMSak8 text.actor>tspan{fill:#000;stroke:none}#mermaid-svg-y8Fr7s9BnFAMSak8 .actor-line{stroke:grey}#mermaid-svg-y8Fr7s9BnFAMSak8 .messageLine0{stroke-width:1.5;stroke-dasharray:none;stroke:#333}#mermaid-svg-y8Fr7s9BnFAMSak8 .messageLine1{stroke-width:1.5;stroke-dasharray:2, 2;stroke:#333}#mermaid-svg-y8Fr7s9BnFAMSak8 #arrowhead path{fill:#333;stroke:#333}#mermaid-svg-y8Fr7s9BnFAMSak8 .sequenceNumber{fill:#fff}#mermaid-svg-y8Fr7s9BnFAMSak8 #sequencenumber{fill:#333}#mermaid-svg-y8Fr7s9BnFAMSak8 #crosshead path{fill:#333;stroke:#333}#mermaid-svg-y8Fr7s9BnFAMSak8 .messageText{fill:#333;stroke:#333}#mermaid-svg-y8Fr7s9BnFAMSak8 .labelBox{stroke:#ccf;fill:#ECECFF}#mermaid-svg-y8Fr7s9BnFAMSak8 .labelText,#mermaid-svg-y8Fr7s9BnFAMSak8 .labelText>tspan{fill:#000;stroke:none}#mermaid-svg-y8Fr7s9BnFAMSak8 .loopText,#mermaid-svg-y8Fr7s9BnFAMSak8 .loopText>tspan{fill:#000;stroke:none}#mermaid-svg-y8Fr7s9BnFAMSak8 .loopLine{stroke-width:2px;stroke-dasharray:2, 2;stroke:#ccf;fill:#ccf}#mermaid-svg-y8Fr7s9BnFAMSak8 .note{stroke:#aa3;fill:#fff5ad}#mermaid-svg-y8Fr7s9BnFAMSak8 .noteText,#mermaid-svg-y8Fr7s9BnFAMSak8 .noteText>tspan{fill:#000;stroke:none}#mermaid-svg-y8Fr7s9BnFAMSak8 .activation0{fill:#f4f4f4;stroke:#666}#mermaid-svg-y8Fr7s9BnFAMSak8 .activation1{fill:#f4f4f4;stroke:#666}#mermaid-svg-y8Fr7s9BnFAMSak8 .activation2{fill:#f4f4f4;stroke:#666}#mermaid-svg-y8Fr7s9BnFAMSak8 .mermaid-main-font{font-family:"trebuchet ms", verdana, arial;font-family:var(--mermaid-font-family)}#mermaid-svg-y8Fr7s9BnFAMSak8 .section{stroke:none;opacity:0.2}#mermaid-svg-y8Fr7s9BnFAMSak8 .section0{fill:rgba(102,102,255,0.49)}#mermaid-svg-y8Fr7s9BnFAMSak8 .section2{fill:#fff400}#mermaid-svg-y8Fr7s9BnFAMSak8 .section1,#mermaid-svg-y8Fr7s9BnFAMSak8 .section3{fill:#fff;opacity:0.2}#mermaid-svg-y8Fr7s9BnFAMSak8 .sectionTitle0{fill:#333}#mermaid-svg-y8Fr7s9BnFAMSak8 .sectionTitle1{fill:#333}#mermaid-svg-y8Fr7s9BnFAMSak8 .sectionTitle2{fill:#333}#mermaid-svg-y8Fr7s9BnFAMSak8 .sectionTitle3{fill:#333}#mermaid-svg-y8Fr7s9BnFAMSak8 .sectionTitle{text-anchor:start;font-size:11px;text-height:14px;font-family:'trebuchet ms', verdana, arial;font-family:var(--mermaid-font-family)}#mermaid-svg-y8Fr7s9BnFAMSak8 .grid .tick{stroke:#d3d3d3;opacity:0.8;shape-rendering:crispEdges}#mermaid-svg-y8Fr7s9BnFAMSak8 .grid .tick text{font-family:'trebuchet ms', verdana, arial;font-family:var(--mermaid-font-family)}#mermaid-svg-y8Fr7s9BnFAMSak8 .grid path{stroke-width:0}#mermaid-svg-y8Fr7s9BnFAMSak8 .today{fill:none;stroke:red;stroke-width:2px}#mermaid-svg-y8Fr7s9BnFAMSak8 .task{stroke-width:2}#mermaid-svg-y8Fr7s9BnFAMSak8 .taskText{text-anchor:middle;font-family:'trebuchet ms', verdana, arial;font-family:var(--mermaid-font-family)}#mermaid-svg-y8Fr7s9BnFAMSak8 .taskText:not([font-size]){font-size:11px}#mermaid-svg-y8Fr7s9BnFAMSak8 .taskTextOutsideRight{fill:#000;text-anchor:start;font-size:11px;font-family:'trebuchet ms', verdana, arial;font-family:var(--mermaid-font-family)}#mermaid-svg-y8Fr7s9BnFAMSak8 .taskTextOutsideLeft{fill:#000;text-anchor:end;font-size:11px}#mermaid-svg-y8Fr7s9BnFAMSak8 .task.clickable{cursor:pointer}#mermaid-svg-y8Fr7s9BnFAMSak8 .taskText.clickable{cursor:pointer;fill:#003163 !important;font-weight:bold}#mermaid-svg-y8Fr7s9BnFAMSak8 .taskTextOutsideLeft.clickable{cursor:pointer;fill:#003163 !important;font-weight:bold}#mermaid-svg-y8Fr7s9BnFAMSak8 .taskTextOutsideRight.clickable{cursor:pointer;fill:#003163 !important;font-weight:bold}#mermaid-svg-y8Fr7s9BnFAMSak8 .taskText0,#mermaid-svg-y8Fr7s9BnFAMSak8 .taskText1,#mermaid-svg-y8Fr7s9BnFAMSak8 .taskText2,#mermaid-svg-y8Fr7s9BnFAMSak8 .taskText3{fill:#fff}#mermaid-svg-y8Fr7s9BnFAMSak8 .task0,#mermaid-svg-y8Fr7s9BnFAMSak8 .task1,#mermaid-svg-y8Fr7s9BnFAMSak8 .task2,#mermaid-svg-y8Fr7s9BnFAMSak8 .task3{fill:#8a90dd;stroke:#534fbc}#mermaid-svg-y8Fr7s9BnFAMSak8 .taskTextOutside0,#mermaid-svg-y8Fr7s9BnFAMSak8 .taskTextOutside2{fill:#000}#mermaid-svg-y8Fr7s9BnFAMSak8 .taskTextOutside1,#mermaid-svg-y8Fr7s9BnFAMSak8 .taskTextOutside3{fill:#000}#mermaid-svg-y8Fr7s9BnFAMSak8 .active0,#mermaid-svg-y8Fr7s9BnFAMSak8 .active1,#mermaid-svg-y8Fr7s9BnFAMSak8 .active2,#mermaid-svg-y8Fr7s9BnFAMSak8 .active3{fill:#bfc7ff;stroke:#534fbc}#mermaid-svg-y8Fr7s9BnFAMSak8 .activeText0,#mermaid-svg-y8Fr7s9BnFAMSak8 .activeText1,#mermaid-svg-y8Fr7s9BnFAMSak8 .activeText2,#mermaid-svg-y8Fr7s9BnFAMSak8 .activeText3{fill:#000 !important}#mermaid-svg-y8Fr7s9BnFAMSak8 .done0,#mermaid-svg-y8Fr7s9BnFAMSak8 .done1,#mermaid-svg-y8Fr7s9BnFAMSak8 .done2,#mermaid-svg-y8Fr7s9BnFAMSak8 .done3{stroke:grey;fill:#d3d3d3;stroke-width:2}#mermaid-svg-y8Fr7s9BnFAMSak8 .doneText0,#mermaid-svg-y8Fr7s9BnFAMSak8 .doneText1,#mermaid-svg-y8Fr7s9BnFAMSak8 .doneText2,#mermaid-svg-y8Fr7s9BnFAMSak8 .doneText3{fill:#000 !important}#mermaid-svg-y8Fr7s9BnFAMSak8 .crit0,#mermaid-svg-y8Fr7s9BnFAMSak8 .crit1,#mermaid-svg-y8Fr7s9BnFAMSak8 .crit2,#mermaid-svg-y8Fr7s9BnFAMSak8 .crit3{stroke:#f88;fill:red;stroke-width:2}#mermaid-svg-y8Fr7s9BnFAMSak8 .activeCrit0,#mermaid-svg-y8Fr7s9BnFAMSak8 .activeCrit1,#mermaid-svg-y8Fr7s9BnFAMSak8 .activeCrit2,#mermaid-svg-y8Fr7s9BnFAMSak8 .activeCrit3{stroke:#f88;fill:#bfc7ff;stroke-width:2}#mermaid-svg-y8Fr7s9BnFAMSak8 .doneCrit0,#mermaid-svg-y8Fr7s9BnFAMSak8 .doneCrit1,#mermaid-svg-y8Fr7s9BnFAMSak8 .doneCrit2,#mermaid-svg-y8Fr7s9BnFAMSak8 .doneCrit3{stroke:#f88;fill:#d3d3d3;stroke-width:2;cursor:pointer;shape-rendering:crispEdges}#mermaid-svg-y8Fr7s9BnFAMSak8 .milestone{transform:rotate(45deg) scale(0.8, 0.8)}#mermaid-svg-y8Fr7s9BnFAMSak8 .milestoneText{font-style:italic}#mermaid-svg-y8Fr7s9BnFAMSak8 .doneCritText0,#mermaid-svg-y8Fr7s9BnFAMSak8 .doneCritText1,#mermaid-svg-y8Fr7s9BnFAMSak8 .doneCritText2,#mermaid-svg-y8Fr7s9BnFAMSak8 .doneCritText3{fill:#000 !important}#mermaid-svg-y8Fr7s9BnFAMSak8 .activeCritText0,#mermaid-svg-y8Fr7s9BnFAMSak8 .activeCritText1,#mermaid-svg-y8Fr7s9BnFAMSak8 .activeCritText2,#mermaid-svg-y8Fr7s9BnFAMSak8 .activeCritText3{fill:#000 !important}#mermaid-svg-y8Fr7s9BnFAMSak8 .titleText{text-anchor:middle;font-size:18px;fill:#000;font-family:'trebuchet ms', verdana, arial;font-family:var(--mermaid-font-family)}#mermaid-svg-y8Fr7s9BnFAMSak8 g.classGroup text{fill:#9370db;stroke:none;font-family:'trebuchet ms', verdana, arial;font-family:var(--mermaid-font-family);font-size:10px}#mermaid-svg-y8Fr7s9BnFAMSak8 g.classGroup text .title{font-weight:bolder}#mermaid-svg-y8Fr7s9BnFAMSak8 g.clickable{cursor:pointer}#mermaid-svg-y8Fr7s9BnFAMSak8 g.classGroup rect{fill:#ECECFF;stroke:#9370db}#mermaid-svg-y8Fr7s9BnFAMSak8 g.classGroup line{stroke:#9370db;stroke-width:1}#mermaid-svg-y8Fr7s9BnFAMSak8 .classLabel .box{stroke:none;stroke-width:0;fill:#ECECFF;opacity:0.5}#mermaid-svg-y8Fr7s9BnFAMSak8 .classLabel .label{fill:#9370db;font-size:10px}#mermaid-svg-y8Fr7s9BnFAMSak8 .relation{stroke:#9370db;stroke-width:1;fill:none}#mermaid-svg-y8Fr7s9BnFAMSak8 .dashed-line{stroke-dasharray:3}#mermaid-svg-y8Fr7s9BnFAMSak8 #compositionStart{fill:#9370db;stroke:#9370db;stroke-width:1}#mermaid-svg-y8Fr7s9BnFAMSak8 #compositionEnd{fill:#9370db;stroke:#9370db;stroke-width:1}#mermaid-svg-y8Fr7s9BnFAMSak8 #aggregationStart{fill:#ECECFF;stroke:#9370db;stroke-width:1}#mermaid-svg-y8Fr7s9BnFAMSak8 #aggregationEnd{fill:#ECECFF;stroke:#9370db;stroke-width:1}#mermaid-svg-y8Fr7s9BnFAMSak8 #dependencyStart{fill:#9370db;stroke:#9370db;stroke-width:1}#mermaid-svg-y8Fr7s9BnFAMSak8 #dependencyEnd{fill:#9370db;stroke:#9370db;stroke-width:1}#mermaid-svg-y8Fr7s9BnFAMSak8 #extensionStart{fill:#9370db;stroke:#9370db;stroke-width:1}#mermaid-svg-y8Fr7s9BnFAMSak8 #extensionEnd{fill:#9370db;stroke:#9370db;stroke-width:1}#mermaid-svg-y8Fr7s9BnFAMSak8 .commit-id,#mermaid-svg-y8Fr7s9BnFAMSak8 .commit-msg,#mermaid-svg-y8Fr7s9BnFAMSak8 .branch-label{fill:lightgrey;color:lightgrey;font-family:'trebuchet ms', verdana, arial;font-family:var(--mermaid-font-family)}#mermaid-svg-y8Fr7s9BnFAMSak8 .pieTitleText{text-anchor:middle;font-size:25px;fill:#000;font-family:'trebuchet ms', verdana, arial;font-family:var(--mermaid-font-family)}#mermaid-svg-y8Fr7s9BnFAMSak8 .slice{font-family:'trebuchet ms', verdana, arial;font-family:var(--mermaid-font-family)}#mermaid-svg-y8Fr7s9BnFAMSak8 g.stateGroup text{fill:#9370db;stroke:none;font-size:10px;font-family:'trebuchet ms', verdana, arial;font-family:var(--mermaid-font-family)}#mermaid-svg-y8Fr7s9BnFAMSak8 g.stateGroup text{fill:#9370db;fill:#333;stroke:none;font-size:10px}#mermaid-svg-y8Fr7s9BnFAMSak8 g.statediagram-cluster .cluster-label text{fill:#333}#mermaid-svg-y8Fr7s9BnFAMSak8 g.stateGroup .state-title{font-weight:bolder;fill:#000}#mermaid-svg-y8Fr7s9BnFAMSak8 g.stateGroup rect{fill:#ECECFF;stroke:#9370db}#mermaid-svg-y8Fr7s9BnFAMSak8 g.stateGroup line{stroke:#9370db;stroke-width:1}#mermaid-svg-y8Fr7s9BnFAMSak8 .transition{stroke:#9370db;stroke-width:1;fill:none}#mermaid-svg-y8Fr7s9BnFAMSak8 .stateGroup .composit{fill:white;border-bottom:1px}#mermaid-svg-y8Fr7s9BnFAMSak8 .stateGroup .alt-composit{fill:#e0e0e0;border-bottom:1px}#mermaid-svg-y8Fr7s9BnFAMSak8 .state-note{stroke:#aa3;fill:#fff5ad}#mermaid-svg-y8Fr7s9BnFAMSak8 .state-note text{fill:black;stroke:none;font-size:10px}#mermaid-svg-y8Fr7s9BnFAMSak8 .stateLabel .box{stroke:none;stroke-width:0;fill:#ECECFF;opacity:0.7}#mermaid-svg-y8Fr7s9BnFAMSak8 .edgeLabel text{fill:#333}#mermaid-svg-y8Fr7s9BnFAMSak8 .stateLabel text{fill:#000;font-size:10px;font-weight:bold;font-family:'trebuchet ms', verdana, arial;font-family:var(--mermaid-font-family)}#mermaid-svg-y8Fr7s9BnFAMSak8 .node circle.state-start{fill:black;stroke:black}#mermaid-svg-y8Fr7s9BnFAMSak8 .node circle.state-end{fill:black;stroke:white;stroke-width:1.5}#mermaid-svg-y8Fr7s9BnFAMSak8 #statediagram-barbEnd{fill:#9370db}#mermaid-svg-y8Fr7s9BnFAMSak8 .statediagram-cluster rect{fill:#ECECFF;stroke:#9370db;stroke-width:1px}#mermaid-svg-y8Fr7s9BnFAMSak8 .statediagram-cluster rect.outer{rx:5px;ry:5px}#mermaid-svg-y8Fr7s9BnFAMSak8 .statediagram-state .divider{stroke:#9370db}#mermaid-svg-y8Fr7s9BnFAMSak8 .statediagram-state .title-state{rx:5px;ry:5px}#mermaid-svg-y8Fr7s9BnFAMSak8 .statediagram-cluster.statediagram-cluster .inner{fill:white}#mermaid-svg-y8Fr7s9BnFAMSak8 .statediagram-cluster.statediagram-cluster-alt .inner{fill:#e0e0e0}#mermaid-svg-y8Fr7s9BnFAMSak8 .statediagram-cluster .inner{rx:0;ry:0}#mermaid-svg-y8Fr7s9BnFAMSak8 .statediagram-state rect.basic{rx:5px;ry:5px}#mermaid-svg-y8Fr7s9BnFAMSak8 .statediagram-state rect.divider{stroke-dasharray:10,10;fill:#efefef}#mermaid-svg-y8Fr7s9BnFAMSak8 .note-edge{stroke-dasharray:5}#mermaid-svg-y8Fr7s9BnFAMSak8 .statediagram-note rect{fill:#fff5ad;stroke:#aa3;stroke-width:1px;rx:0;ry:0}:root{--mermaid-font-family: '"trebuchet ms", verdana, arial';--mermaid-font-family: "Comic Sans MS", "Comic Sans", cursive}#mermaid-svg-y8Fr7s9BnFAMSak8 .error-icon{fill:#522}#mermaid-svg-y8Fr7s9BnFAMSak8 .error-text{fill:#522;stroke:#522}#mermaid-svg-y8Fr7s9BnFAMSak8 .edge-thickness-normal{stroke-width:2px}#mermaid-svg-y8Fr7s9BnFAMSak8 .edge-thickness-thick{stroke-width:3.5px}#mermaid-svg-y8Fr7s9BnFAMSak8 .edge-pattern-solid{stroke-dasharray:0}#mermaid-svg-y8Fr7s9BnFAMSak8 .edge-pattern-dashed{stroke-dasharray:3}#mermaid-svg-y8Fr7s9BnFAMSak8 .edge-pattern-dotted{stroke-dasharray:2}#mermaid-svg-y8Fr7s9BnFAMSak8 .marker{fill:#333}#mermaid-svg-y8Fr7s9BnFAMSak8 .marker.cross{stroke:#333}:root { --mermaid-font-family: "trebuchet ms", verdana, arial;}#mermaid-svg-y8Fr7s9BnFAMSak8 {color: rgba(0, 0, 0, 0.75);font: ;}

链接
长方形
圆角长方形
菱形
  • 关于 Mermaid 语法,参考 这儿,

FLowchart流程图

我们依旧会支持flowchart的流程图:

Created with Raphaël 2.2.0开始我的操作确认?结束yesno
  • 关于 Flowchart流程图 语法,参考 这儿.

导出与导入

导出

如果你想尝试使用此编辑器, 你可以在此篇文章任意编辑。当你完成了一篇文章的写作, 在上方工具栏找到 文章导出 ,生成一个.md文件或者.html文件进行本地保存。

导入

如果你想加载一篇你写过的.md文件,在上方工具栏可以选择导入功能进行对应扩展名的文件导入,
继续你的创作。


  1. mermaid语法说明 ↩︎

  2. 注脚的解释 ↩︎

Docker安装mysql遇到ERROR 2002相关推荐

  1. [转]Docker学习之四:使用docker安装mysql

    本文转自:https://blog.csdn.net/qq_19348391/article/details/82998391 Docker学习之一:注册Docker Hub账号 Docker学习之二 ...

  2. 群晖NAS下docker安装MySql

    群晖NAS下docker安装mysql 8.0.31 目前我使用的是在黑群晖 6.2DM 下的 docker 内刷入一个官方的 MySQL 版本是8.0.31 (推荐选择 Debian 的发行版, 因 ...

  3. nas4free 安装mysql_[转]Docker学习之四:使用docker安装mysql

    Docker学习之一:注册Docker Hub账号 Docker学习之二:Docker基本简单操作命令 Docker学习之三:Docker在linux下简单安装使用 Docker学习之四:使用dock ...

  4. 零经验在群晖nas上利用Docker安装mysql详细过程

    文章目录 1. 教程目标及适用范围 2. 准备工作 2.1 硬件环境 2.2 用到的技能 3. 基本思路 4.安装配置过程 4.1 安装Docker 4.2 安装MySQL 4.3 创建容器并运行My ...

  5. Centos8安装Docker,使用Docker安装MySQL、Oracle并修改实例名

    centos8安装Docker 1.安装依赖 # 首先我们设置 Docker 仓库 yum install -y yum-utils device-mapper-persistent-data lvm ...

  6. Centos-安装Docker并使用Docker安装mysql遇到的问题以及解决方法

    为什么安装Docker?? ----不知道啊,说是用其安装mysql简单 step1:    首先百度,查找安装的教程,哎,找到了: 如下: https://www.jianshu.com/p/9c9 ...

  7. 虚拟机中docker安装mysql远程无法访问解决方法

    #docker安装mysql docker pull mysql docker run --name mysql -p 3307:3306 -e MYSQL_ROOT_PASSWORD=123 -d ...

  8. docker安装mysql并配置,Docker安装MySql-挂载外部数据和配置

    在上一篇中<在CentOS7中使用Docker安装MySql>中介绍了怎样在Docker中安装Mysql,但存在两个问题: 1.用户密码和字符集等的设置,需要安装完MySql后,进入到My ...

  9. Docker 安装MySQL以及外部访问

    Docker 安装MySQL以及外部访问 (1)因为我们的镜像是linux环境下的,我所在的系统是windows系统.首先通过docker客户端切换到linux环境下. (2)使用docker pul ...

  10. 史上最详细Docker安装Mysql 带每一步详图及解释 并教你Docker 打印容器日志!!!相信值得你的阅读!!!

    众所周知,如果我们要把项目放在服务器上运行,那么数据存储就是必需的,就用这篇小小文章记录一下我的经历吧. MySQL是一个关系型数据库管理系统,也是是最流行的关系型数据库管理系统之一,在 WEB 应用 ...

最新文章

  1. android悬浮动态权限,android应用内悬浮窗-自动贴边,不需要权限!
  2. Java堆栈功能_【ThinkingInJava】35、用java实现堆栈功能
  3. 深入浅出解释FFT(四)——fft分析信号频率和相位
  4. 在Linux中查看所有正在运行的进程
  5. 双网卡连接mysql数据库_双网卡实现两台电脑共享上网经验笔记
  6. dup、dup2、fcntl
  7. 手把手,教你用MaxCompute+OpenSearch搭建分布式搜索引擎
  8. 【Nginx那些事】nginx原理解析
  9. r语言正则表达式_R中的正则表达式
  10. linux命令 chmod_Linux chmod命令示例
  11. vue+bootstrap项目
  12. java解析varbinary_java – JdbcTemplate:以字符串形式访问MySQL VARBINARY字段
  13. 转载:ant自动构建
  14. SpringBoot中MybatisX插件的简单使用教程(超详细!!)
  15. 封杀太愚蠢,马斯克喊话解封特朗普推特账号!
  16. java写的迷宫代码
  17. HTTP协议详解(转)
  18. 01-JAVA基础—>赏金任务—>五子棋(面向对象)
  19. 云服务器迁移 (全网最省钱最详细攻略)
  20. 互联网海外市场篇之----从这里出发

热门文章

  1. python3爬取拉钩招聘数据
  2. Java高性能序列化工具Kryo序列化
  3. java基础知识选择题及答案,java面试题库及答案
  4. UE4 从文件夹读取音乐文件并播放
  5. 函数的基本概念以及函数封装
  6. 万字吐血好文,一线分析师的4大总结。
  7. Android studio突然报错Entry name ‘META-INF/androidx.vectordrawable_vectordrawable.version‘ collided的解决办法
  8. 平台搭建---Hive使用介绍
  9. 基于Yahoo网站性能优化的34条军规及自己的见解
  10. 微分: 全微分定义、偏导数、梯度