@TOC添加链接描述

欢迎使用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 ∞ t z − 1 e − t d t . \Gamma(z) = \int_0^\infty t^{z-1}e^{-t}dt\,. Γ(z)=∫0∞​tz−1e−tdt.

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

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

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

UML 图表

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

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

这将产生一个流程图。:

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

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

FLowchart流程图

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

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

导出与导入

导出

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

导入

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


  1. mermaid语法说明 ↩︎

  2. 注脚的解释 ↩︎

unity----lua调用c#之lua调用c#中的数组,list,字典相关推荐

  1. uhttpd 架构调用细节之lua

    uhttpd是openwrt系统默认集成的轻量级服务器,采用select机制对设备性能要求较低. /usr/sbin/uhttpd -f -h /www -r wifibox -x /cgi-bin ...

  2. cocos2dx java 调用lua_cocos2dx之C++调用Lua

    1.引入头文件 #include "cocos2d.h" #include "CCLuaEngine.h" USING_NS_CC; using namespa ...

  3. lua——alien库实现lua调用C动态链接库(dll、so)

    我们知道,lua通过lua_State堆栈可以很方便的与C语言进行交互 http://blog.csdn.net/sm9sun/article/details/68946343 也可以调用专门为lua ...

  4. lua运行外部程序_Lua通过COM调用外部程序excel及调用windows api

    [在我接触JNA之前一直以为调用本地链接库函数的时候一定要借助JNI或者SWT来实现,一日中无意看到JNA,发现它也可以实现这类调用,于是下回来按网站上的例子试试了 还不错, 为了方便起见,最好安装l ...

  5. c调用lua脚本语言入门,Lua脚本语言入门及魔兽争霸中的Lua函数调用

    在这篇文章中,我想向大家介绍如何进行Lua程序设计及魔兽争霸中的Lua函数调用.我假设大家都学过至少一门编程语言,比如Basic或C,特别是C.因为Lua的***用途是在宿主程序中作为脚本使用的. L ...

  6. C#调用Lua 3、创建Lua解析器管理器

    首先为什么我们需要一个Lua解析器管理器? 因为每次创建一个新的C#调用lua类时,我们都需要创建一个lua解析器,步骤重复,且难以保证解析器唯一性.因此创建一个lua解析器管理类,来保证LuaEnv ...

  7. lua学习01:c调用lua、lua调用c、lua的协程、lua的常见API、lua读取配置文件总结

    文章目录 1.c通过虚拟机和虚拟栈调用lua test-vm.c test-vm.lua 打印效果 2.lua通过虚拟机和虚拟栈调用c lua-tbl.c test-tbl.lua 3.lua的协程 ...

  8. Lua热更新学习 lua与C#的互相调用

    在 热跟新中 只需要 写好  解析Lua 脚本的代码 然后c#代码 不需要变动 ,只需要修改 Lua脚本就好了 通过Lua 脚本控制 游戏逻辑 Lua 和C#中的类型 的对应 几个重要的 lua    ...

  9. lua和unity如何交互_【Lua与C#交互④】如何让Lua打印到Unity控制台

    今天要讲的如何让Lua打印到Unity控制台? 相信用过tolua或者xlua的人都知道,在lua脚本里面只要写一行print就能打印到unity控制台效果类似Debug.Log. 如下: print ...

  10. Unity Vuforia 之 简单实现Vuforia调用Android设备外接摄像头camera实现AR

    Unity Vuforia 之 简单实现Vuforia调用Android设备外接摄像头camera实现AR 目录 Unity Vuforia 之 简单实现Vuforia调用Android设备外接摄像头 ...

最新文章

  1. c语言计算M=11 22 33,四川计算机C语言考试笔试真题33次..doc
  2. R语言data.table导入数据实战:把data.frame数据转化为data.table数据
  3. SAP S/4HANA CDS View的访问控制实现:DCL介绍
  4. Centos升级python
  5. linux mysql详解,Linux 下mysql安装使用详解
  6. 餐馆的故事-浅析职责链模式
  7. excel打开csv错误换行_「乱吐槽·乱学习」excel高手捷径:一招鲜,吃遍天③
  8. 几秒之后自动关闭广告
  9. 动作类游戏状态机设计
  10. java 确定对象的引用_JVM学习笔记之了解对象存活判断和4种引用【三】
  11. linux命令行用户登录,Linux终端以及用户登录相关命令
  12. SQL Server 2008/R2数据库安装(步骤详细,截图清晰)
  13. C语言控制台美化教程
  14. java中文乱码_Java中文乱码问题的解决方案
  15. 云通讯im怎么做php回调,腾讯云IM接入案列(一)
  16. 问题 J: LZY订单查询
  17. 山东大赛潍坊赛场圆满落幕,优质方案推动智慧城市建设
  18. p-sum结构解释+代码 二叉区间树
  19. Java程序员春招三面蚂蚁金服,1-3年Java开发工程师面试经验分享
  20. SUMIF 和 SUMIFS

热门文章

  1. MySQL-间隙锁-加锁规则
  2. RobotStudio工作站的建立
  3. 什么是时间戳以及有什么用?
  4. Wargames学习笔记--Bandit
  5. Uniswap社区3号提案近200万美元预算昨日到账,这笔钱要怎么花?
  6. echarts盒须图颜色填充
  7. wxpython文档_wxPython常用的文件与文件夹操作
  8. Windows10企业英文版下载 2022-2-17更新
  9. PowerDesigner如何导出表到word的方法
  10. mini2440 linux驱动程序,mini2440的led的Linux驱动程序