编程

    科技2022-07-10  197

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

    文章目录

    前言一、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提供了大量能使我们快速便捷地处理数据的函数和方法。例如:以上就是今天要讲的内容,本文仅仅简单介绍了pandas的使用,而pandas提供了大量能使我们快速便捷地处理数据的函数和方法。@TOC

    欢迎使用Markdown编辑器

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

    新的改变

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

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

    功能快捷键

    撤销: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项目2项目3 计划任务 完成任务

    创建一个表格

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

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

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

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

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

    SmartyPants

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

    TYPEASCIIHTMLSingle 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)=(n1)!nN 是通过欧拉积分

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

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

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

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

    UML 图表

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

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

    这将产生一个流程图。:

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

    FLowchart流程图

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

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

    导出与导入

    导出

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

    导入

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


    mermaid语法说明 ↩︎

    注脚的解释 ↩︎

    Processed: 0.074, SQL: 8