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

这将产生一个流程图。:

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

用python简单入门写糖葫芦!相关推荐

  1. Python 简单入门指北(二)

    Python 简单入门指北(二) 2 函数 2.1 函数是一等公民 一等公民指的是 Python 的函数能够动态创建,能赋值给别的变量,能作为参传给函数,也能作为函数的返回值.总而言之,函数和普通变量 ...

  2. Python 简单入门指北(试读版)

    本文是我小专栏中 Python 简单入门指北 一文的前半部分,如果你能坚持读完并且觉得有一定收获,建议阅读原文,只需一杯咖啡钱就可以阅读更精彩的部分,也可以订阅小专栏或者加入我的知识星球,价格都是 6 ...

  3. python简单入门_Python简明入门教程

    本文实例讲述了Python简明入门教程.分享给大家供大家参考.具体如下: 一.基本概念 1.数 在Python中有4种类型的数--整数.长整数.浮点数和复数. (1)2是一个整数的例子. (2)长整数 ...

  4. python简单入门代码-Python入门 | IDLE的介绍和使用方法

    本篇目录: 什么是IDLE 通过一个简单示例来学习IDLE的使用 写在最后 一.什么是IDLE: IDLE是在Python安装时自动安装的一个集成开发环境(IDE),事实上,这也是我目前见过的最最轻量 ...

  5. python编程小游戏-python趣味入门——写几个常玩的游戏

    文档介绍 利用python写"猜数字","猜词语","谁是卧底"这三个游戏,从而快速掌握python编程的入门知识,包括python语法/列 ...

  6. python简单入门

    一. 初识python. 1. 认识计算机 CPU(大脑) 3GHZ + 内存(DDR4) + 主板 + 电源(心脏)+ 显示器 + 键盘 +鼠标+ 显卡 + 硬盘 80MB/s 操作系统 windo ...

  7. python趣味编程-python趣味入门——写几个常玩的游戏

    文档介绍 利用python写"猜数字","猜词语","谁是卧底"这三个游戏,从而快速掌握python编程的入门知识,包括python语法/列 ...

  8. python趣味入门——写几个常玩的游戏

    文档介绍 利用python写"猜数字","猜词语","谁是卧底"这三个游戏,从而快速掌握python编程的入门知识,包括python语法/列 ...

  9. 【Python】Python简单入门

    Python介绍   Python是一种高级的.动态类型的多范型编程语言.现在常用的Python版本是Python3.x. Python代码通常被认为是伪代码,因为在简明易懂的几行代码中可以表达出非常 ...

最新文章

  1. ci持续集成工程师前景_持续集成CI---失败原因
  2. Java提高——多线程(二)join、sleep、yield
  3. 取两个数较小值c语言_如何提升C语言安全性,达到RUST的安全性
  4. C++ vector类的模拟实现
  5. 重建Windows 7的图标缓存
  6. Java 学习笔记之 线程安全
  7. Linux下Shell脚本命令行参数:getopt、getopts用法
  8. python方式下自动登录51cto
  9. 如何优雅地编码文本中的位置信息?三种positioanl encoding方法简述
  10. 2017-2018-1 20155229 《信息安全系统设计基础》第八周学习总结
  11. SELECT 基本语法结构
  12. python中formatter的用法_python中 logging的使用详解
  13. 10个免费网络管理工具
  14. matlab计算轮廓曲率半径,用matlab求出最小曲率半径曲线方程实例
  15. 【IoT】产品设计:包装盒LOGO设计工艺
  16. 雷神 911X 猎荒者评测
  17. OIer常见问题与错误总结
  18. python with打开多个文件_在python中使用with打开多个文件的方法
  19. 邀您一同分享财富乐歪歪童装加盟正火热进行中
  20. 工作流 workflow 理论知识

热门文章

  1. 45 大事件项目 => [01] 后台管理项目ajax练习
  2. Java+SSM酒店管理系统旅店管理(含源码+论文+答辩PPT等)
  3. JSP设置表格边框为单实线
  4. 硬盘坏道如何屏蔽?最全攻略都在这了!
  5. C2977 “boost::type_of::encode_type”: 模板 参数太多
  6. C语言实现家族树的建立与操作
  7. Axure交互样式的简单使用介绍
  8. 搜索引擎SEO因素的类型
  9. 输入一行字符,统计其中字母、数字和其他符号的个数。例如,输入:As123 g1b,9 输出:字母个数:4 数字字符个数:5 其他字符个数:2
  10. Linux - ImageMagick 6.9.10-5安装配置