这里写自定义目录标题

  • 欢迎使用Markdown编辑器
    • 新的改变
    • 功能快捷键
    • 合理的创建标题,有助于目录的生成
    • 如何改变文本的样式
    • 插入链接与图片
    • 如何插入一段漂亮的代码片
    • 生成一个适合你的列表
    • 创建一个表格
      • 设定内容居中、居左、居右
      • SmartyPants
    • 创建一个自定义列表
    • 如何创建一个注脚
    • 注释也是必不可少的
    • KaTeX数学公式
    • 新的甘特图功能,丰富你的文章
    • UML 图表
    • FLowchart流程图
    • 导出与导入
      • 导出
      • 导入

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

这将产生一个流程图。:

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

https://vkceyugu.cdn.bspapp.com/VKCEYUGU-5e444e88-b038-4060-8096-b66a1ee2f304/e7274947-16bb-444a-ae8相关推荐

  1. HTTP/HTTPS及CDN 原理

    HTTP 是一个无状态的协议.无状态是指客户机(Web 浏览器)和服务器之间不需要建立持久的连接,这意味着当一个客户端向服务器端发出请求,然后服务器返回响应(response),连接就被关闭了,在服务 ...

  2. acme.sh申请Let‘s Encrypt 免费HTTPS证书

    1.安装acme.sh(新的操作流程已更新,更新时间2022-10-14) 该文档基于ubuntu 20.04操作,基本大同小异,这里附上官方文档供对比参考,如果出现其他问题的可以邮箱留言 14067 ...

  3. 【云开发】全网最详细壁纸小程序教程+源码

    程序特点: 1.本款小程序为云开发版本,不需要服务器域名 2.本程序反应速度极快,拥有用户投稿.积分系统. 3.独家动态壁纸在线下载,给用户更多的选择 4.最新版套图功能 源码下载: 链接:https ...

  4. 为你的Typecho文章页面添加微信公众号二维码-星泽V社

    博客系统:typecho 主题:Joe开源7.3.6 原理其实就是在文章页面的下方插入一张图片,效果如下图: 在 /usr/themes/Joe/public / copyright.php 里添加如 ...

  5. WordPress给博客文章页添加个性名片

    食用教程 本文以子比主题为例 插入HTML代码 进入主题设置 –> 文章&列表 –> 文章页面 –> 文章插入内容 –> 在文章内容后-插入内容 –> 粘贴HTM ...

  6. 【精选】表情包斗图小程序(可引流,开通流量主,权益外卖cps,带pc后台管理)

    牛云表情包斗图小程序,流量主变现,外卖cps权益变现,uniCloud云开发无需购买服务器和域名,助力每一位内容创业者. 技术优势 基于 uniapp + uniCloud 研发,无需购买服务器和域名 ...

  7. 我上传了一个图片 谁知道我上传哪去了 找不见了

    https://vkceyugu.cdn.bspapp.com/VKCEYUGU-5acc83dd-7633-4778-9b17-082acf68d181/ 44e83924-8598-4345-a7 ...

  8. 【微信小程序开发(云壁纸小程序教程)】

    微信小程序开发(云壁纸小程序教程) 1. 准备 HBuilder X 和 微信开发者工具 2. 进入网站注册小程序 3. 点击发行,这时候就用到微信开发者工具 1. 准备 HBuilder X 和 微 ...

  9. 不是吧,还有人不会做圣诞节头像小程序(可开通流量主,赚零花钱)

    前言 最近微信换头像比较火爆,渐变头像比较好看,于是自己也决定做一个 1.先上图 小程序 后台管理 2.准备工作 一.申请一个小程序 申请地址:微信公众平台, 申请小程序的操作很简单,大家百度一下跟着 ...

最新文章

  1. java jvm学习笔记二(类装载器的体系结构)
  2. 成功解决‘nvidia-smi‘ 不是内部或外部命令,也不是可运行的程序 或批处理文件
  3. Filter与Servlet区别
  4. 入驻支付宝开放平台并创建应用的基本流程
  5. Vue项目开发过程中解决跨域问题(vue.config.js结合axios)
  6. android 点击热区,增大UIButton的点击热区
  7. 计算机专业英语critical,计算机专业英语教程汇总.ppt
  8. Spring 的狭义与广义
  9. PHP递归删除目录及目录下的文件
  10. 《程序是怎样跑起来的》读书笔记
  11. 哈夫曼树【最优二叉树】【Huffman】
  12. Mono for Android 4.2初探
  13. 《3D数学基础系列视频》1.2向量的数乘和加减法
  14. 使用vscode编辑器,eslint+vuetur+prettier 格式化,自动添加末尾分号的问题。
  15. 一个简单的新闻发布系统
  16. java对接苹果支付
  17. 二极管(三):电源防反接
  18. 微信QQ邮箱插件,附件Excel 无法打开,或者打开乱码问题
  19. mysql的双井号_C语言中单井号(#)和双井号(##)在宏语句中的应用
  20. 利用python实现贪心算法-----摇摆序列

热门文章

  1. C#,骑士游历问题(Knight‘s Tour Problem)的恩斯多夫(Warnsdorff‘s Algorithm)算法与源代码
  2. 通过银行卡号获取所属银行
  3. ae绘图未指定错误怎么办_设计高手总结47个快捷键50个CAD使用技巧,助你神速绘图拒绝加班!...
  4. 大数据标准化白皮书(2020版) 附下载地址
  5. 2012年上半年信息系统项目管理师 上午试题和参考答案及解析
  6. 简易atm java代码_Java的简易ATM系统
  7. 100% 搭建你自己的匿名网站(暗网网站)
  8. Clickhouse 在大数据分析平台 - 留存分析
  9. 【真相】网易暴力裁员事件 企业暴力开除重病员工事件绝非孤例
  10. 好用的Bin文件查看器,J-flash