@静息态功能# 学习目标:

①总结ERP各种基本实验范式
②将ERP数据处理总结写在小笔记本上

学习内容:

1.看两篇中文文献,一篇英文文献
2.事件相关电位的基本实验范式看完,并总结

学习时间:

1.9:30-10:30 第一篇中文文献
2.10:30-11:30第二篇中文文献
3.11:30-13:00午休+吃饭
4.13:30-14:00将ERP数据处理总结写在网上
5.14:00-17:00英文文献
6.19:00-21:00基本范式

学习产出:

1、 技术笔记3 遍
2、CSDN 技术博客 1篇

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

这将产生一个流程图。:

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

ERP初学者入门自学笔记相关推荐

  1. Python在入门-自学笔记-8字典

    Python零基础入门自学笔记 参考教程[Python教程]<零基础入门学习Python>最新版@B站@鱼C-小甲鱼 本文记录的主要是Python中的字典. 映射关系 效率会比列表快 0. ...

  2. JAVA入门自学笔记

    本人做了几年电力行业,发觉IT行业更加有前景,故跳槽转到IT行业,先做了半年集成从硬件.数据库开始接触,现在慢慢的在看一些开源的社区工具,越发感觉有几年研发经历的重要性,遂抽空开始自学java,此笔记 ...

  3. 【学习笔记】前端入门自学笔记(二)

    前言 本笔记是b站黑马程序员前端入门教程的听课笔记,主观性较强,初衷是与大家共同交流,一起进步. 目录 前言 表格标签 1.表格的主要作用 2.表格的基本语法 3.表头单元格标签 4.表格相关属性 5 ...

  4. Linux入门自学笔记

    Linux入门学习 写在前面:学习记录 仅供参考( ̄▽ ̄)" 学习视频传送门:B站视频链接 1. linux概述 1.1 Linux历史 1.2 版本 1.3 Linux 安装 (暂略) ( ...

  5. 软件测试入门自学笔记(1)测试用例设计

    工作了一些时日,准备致力于下一阶段的提升了,于是趁现在把最开始自学时所接触到的内容再串起来回顾一遍. 一.测试用例设计 1.开发模型 (1)瀑布模型 优点:开发各个阶段清晰:强调早期计划及需求调查:适 ...

  6. TypeScript 初学者入门学习笔记(一)

    来源 | https://www.cnblogs.com/echoyya/p/14542005.html TypeScript 介绍 首先介绍一下什么是TypeScript ,与JavaScript的 ...

  7. python--零基础入门--自学笔记

    文章目录 第一章:计算机基础 1.1 硬件组成 1.2 操作系统分类 1.3 解释型和编译型介绍 第二章:Python入门 2.1 介绍 2.2 python涉及领域 2.2.1 哪些公司有使用Pyt ...

  8. Android入门自学笔记

    Android入门 前几个月要去作物联网项目,花了一个月入门android本文写于物联网大赛后 Android入门所需书籍 <android第一行代码>-----入门必看书.这本书实例和理 ...

  9. python 遍历元组例子_【Python入门自学笔记专辑】——元组的创建、访问、遍历...

    创建元组 ​元组是一种不可变的序列,一旦创建就不能修改.创建元组可以使用tuple([iterable])函数或直接用逗号","将元素分隔. Python Shell实例代码 &g ...

  10. HTMLCSSJavaScript个人入门自学笔记

    herf="URL"中,URL末尾不加斜杠时,会向服务器发出两次请求. 这是因为URL末尾不加斜杠时,所在文件夹找不到相应的资源.所以服务器会自动填加斜杆向下一级寻找. img中s ...

最新文章

  1. 在linux下安装配置svn独立服务器
  2. 关于c中的inline
  3. 计算机缓存Cache机制理解
  4. Trie(字典树) : 如何实现搜索引擎的关键词提示功能?
  5. Java多线程——重入锁ReentrantLock源码阅读
  6. 【配置属性】—Entity Framework实例详解
  7. 2017.3.13 木棍分割 思考记录
  8. 芜湖计算机专业哪个学校最好,芜湖IT行业那么火,到底哪些人适合学IT呢?
  9. loss函数之L1Loss,MSELoss,SmoothL1Loss, HuberLoss
  10. Linux中脚本的使用方法
  11. mapbox地图点位图像更新
  12. stm32 代码加密
  13. ABP教程(四)- 开始一个简单的任务管理系统 - 实现UI端的增删改查
  14. 腾讯android一键root工具,腾讯一键root手机版
  15. 计算机突然有一个盘打不开,电脑分区突然打不开的原因及解决方法
  16. excel公式编辑器_只要2步,Excel就能拥有聚光灯效果,让你看清数据
  17. ivr cti_简而言之,网络威胁情报(CTI)— 1
  18. 尚品汇_第3章_平台属性管理
  19. 2.控制结构(选择、循环)
  20. 关于在java中使用类名当数据类型使用

热门文章

  1. matlab简介,Matlab简介及各历史版本
  2. 2020 工业机器人行业研究报告
  3. Unity 面试经验汇总
  4. 二次解析视屏 php,最新PHP二次视频解析源码 带后台版
  5. 给浏览器添加油猴插件 and 如何使用
  6. 调用阿里API获取城市天气信息
  7. 安卓TextView的常用属性
  8. 关于学计算机的职业理想700字,计算机专业职业规划范文
  9. 汇编编写正弦函数代码
  10. STM32工程更换芯片方法