DirectX修复工具的详细使用步骤介绍@TOC

DirectX修复工具是一款系统级工具软件,简便易用,无需安装,可直接运行,下面为大家分享的是DirectX修复工具的详细使用步骤介绍

首先我们下载DirectX修复工具,再找到并打开“维护电脑”,在找到并打开“恢复软件”,再点“DirectX修复工具”


2.这时候解压之后,这里有两个DirectX Repair.exe修复工具,另一个DirectX_Repair_win8.exe修复工具是专门给Windows 8操作系统使用的,不要混淆了

3.因为是绿色工具,所以无需安装,双击打开,检测并修复。

4.我们需要耐心等一会儿~等修复好了就点退出。

5.若是有什么不对头的,那就查看日志。

6.还可以点击右边的下拉箭头▼→点选同时更新C++,如下图所示,不过注意,修复动态链之后,重启电脑,查看

效果,如果有效,就说明原来是动态链问题。如果无效,再尝试更新C++(这样比较好判断问题之所在)。

7.最后我们更新完后,重启,否则无效。

看完DirectX修复工具的详细使用步骤介绍,是不是都学会了呢?# 欢迎使用Markdown编辑器

修复工具下载地址:http://www.xdowns.com/app/244447.html

你好! 这是你第一次使用 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

合理的创建标题,有助于目录的生成

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

这将产生一个流程图。:

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

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

FLowchart流程图

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

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

导出与导入

导出

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

导入

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

下载 http://www.lvruan.com/app/243296


  1. mermaid语法说明 ↩︎

  2. 注脚的解释 ↩︎

DirectX修复工具的详细使用步骤介绍相关推荐

  1. 让作者告诉你DirectX修复工具到底能解决什么问题

    DirectX修复工具从发布至今已经过去整整一年的时间了,通过大家的反馈及交流我发现有一部分人并不清楚DirectX修复工具到底可以解决什么问题.虽说网上有众多网友的解释,但毕竟不是很全面,都只介绍了 ...

  2. DirectX 修复工具增强版

    DirectX修复工具最新版:DirectX Repair V3.3 增强版  NEW! 版本号:V3.3.0.25801 大小: 83.6MB/7z格式压缩,156MB/zip格式压缩,283MB/ ...

  3. 电脑dll文件缺失如何修复;DirectX修复工具,轻松搞定

    电脑dll文件缺失,是在使用电脑安装应用或游戏时经常会遇到的问题,但是如何修复电脑中缺失的dll文件,很多朋友并不是特别清楚. 分享一款功能强大且安全可靠的DirectX修复工具,轻松搞定电脑dll文 ...

  4. DirectX修复工具使用

    x(37条消息) DirectX修复工具V4.2增强版_运行库修复工具DirectX-桌面系统文档类资源-CSDN文库https://download.csdn.net/download/VBcom/ ...

  5. 解决一切运行库问题 运行库合集安装包、DirectX修复工具、.net最新合集包

    大家好,今天给小伙伴们带来几套最新的微软常用运行库,解决多数程序莫名崩溃.游戏闪退问题. 如果你遇到了莫名其妙的系统崩溃.无法判断或无法复现的win系统闪退崩溃等问题,或者你看见过以下画面: 总之就是 ...

  6. DirectX修复工具增强版更新包

    说明: 此更新包仅限于升级已有的程序至最新版(如从V1.0版.V1.1版.V1.2版.V2.0版.V2.1版.V2.5版.V3.0版以及V3.2标准版升级到V3.2增强版),如果您之前没有使用过Dir ...

  7. DirectX修复工具通用数据包

    DirectX修复工具通用数据包2021Q3版 大小: 116MB/7z格式压缩 下载地址1: https://zhangyue667.lanzoui.com/i8rgDsmt43g 下载地址2(提取 ...

  8. directx修复工具win7_win10下安装win7双系统的惨痛教训!

    今天 给大家介绍做双系统,win10下安装win7,双系统下的惨痛教训! 开始: 寻找win7要安装的盘符,发现没有空闲的磁盘,重启进U盘PE,切割磁盘,预留一块80G空闲分区. 将准备好的Ghost ...

  9. directx修复工具win7_教你安装双系统,win7+win10

    怎么安装双系统?今天小编跟大家分享安装win7+win10双系统. 注意:安装双系统一般是先装低版本再安装高版本,也就是说先装win7,然后再安装win10系统,这样比较容易,也不容易出现BUG. 没 ...

  10. directx修复工具win7_WIN7系统硬盘IDE模式转AHCI模式

    在前面的文章,我们讲了在WIN10系统INTEL平台上如何快速.无损实现硬盘IDE转AHCI模式,从而解放SSD的性能,提升系统的整体速度. 但是小编忘了,即使现在WIN10系统已经成熟了,但是仍然有 ...

最新文章

  1. 综合布线施工中的不规范现象
  2. I/O复用函数的使用——poll
  3. 超级详细的Tcpdump的用法
  4. java 常见bug_java常见bug
  5. Mybatis批量更新转
  6. swish 好还是relu好_筒灯暗装好还是明装好?
  7. Chrome unable load NTKO control
  8. screen投屏怎么用_Screen投屏
  9. 工业机器人pallet指令_工业机器人编程指令详解
  10. 黑帽SEO强势技术大纲
  11. 图片轮播banner实现
  12. hi-3531a:minigui3.2.0移植
  13. C++实现与电脑进行石头剪刀布的游戏
  14. redis数据类型底层实现
  15. 华为微型计算机,8英寸华为平板M5青春版今日发布
  16. 怎样能让大腿变细方法 揭秘如何瘦大腿和小腿
  17. PLSQL-Developer工具
  18. 单点登录,统一登录平台的食堂打饭模型
  19. xswl,这个全程搞笑的综艺节目终于开播了(披荆斩棘的哥哥)
  20. 【ECSHOP插件】商品颜色尺寸仿淘宝选择功能免费发布

热门文章

  1. 阵列天线方向图-均匀直线/平面阵列matlab仿真
  2. 模拟信号采样与AD转换
  3. 缠论108课_缠论108课学习顺序
  4. XRD分析软件安装及使用
  5. 双眼融合训练一个月_双眼视觉是什么?为什么要进行视功能训练?
  6. DHCP报文分析及C/C++代码实现
  7. itchat微信助手,kaggle 电影数据集分析,基于内容的电影推荐
  8. 将excel单元格内的中英文分离
  9. 【Linux系统】第2节 虚拟机中安装Kali系统
  10. 计算机护眼模式怎么设置的,教你如何开启电脑的护眼模式