zoukankan      html  css  js  c++  java
  • typora

    typora教程

    时序图sequence : 输入三个`,选择 sequence

    文本中输入
    n个# ,后面跟着一个空格,表示h n。 比如"## "+文字,就是h2标签。
    --标签的修改:
    如果想把

    改为

    ,(ctrl +)可以实现。

    改为

    ,(ctrl -)可以实现。

    李雷 -> 韩梅梅: Hello 梅梅, How are you?
    Note right of 韩梅梅: 韩梅梅心想
    韩梅梅 --> 李雷: I'm fine, thanks, and you?
    
    李雷 -> 韩梅梅: Hello 梅梅, How are you?
    Note right of 韩梅梅: 韩梅梅心想
    韩梅梅 --> 李雷: I'm fine, thanks, and you?
    

    流程图flowchart : 三个` ,输入flow

    st=>start: 闹钟响起
    op=>operation: 与床板分离
    cond=>condition: 分离成功?
    e=>end: 快乐的一天
    
    st->op->cond
    cond(yes)->e
    cond(no)->op
    

    甘特图gantt : 三个`,输入mermaid

    gantt
            dateFormat  YYYY-MM-DD
            title 快乐的生活
            section 吃一把鸡就学习
            学习            :done,    des1, 2014-01-06,2014-01-09
            疯狂学习               :active,  des2, 2014-01-09, 3d
            继续疯狂学习               :         des3, after des2, 5d
            吃鸡!               :         des4, after des3, 4d
            section 具体内容
            学习Python :crit, done, 2014-01-06,72h
            学习C++          :crit, done, after des1, 2d
            学习Lisp             :crit, active, 3d
            学习图形学        :crit, 4d
            跳伞           :2d
            打枪                      :2d
    
  • 相关阅读:
    ESXi 5.5 添加驱动
    .net static 变量
    socket
    .net HttpWebRequest 模拟form提交
    node.js form 上传
    .net Thrift 之旅 (二) TServer
    SVN服务器从Windows迁移到LInux
    如何在windows上安装部署设置SVN服务器
    [Ubuntu]在Ubuntu下搭建自己的源服务器
    Eclipse总是自动关闭
  • 原文地址:https://www.cnblogs.com/wtjqs/p/12768454.html
Copyright © 2011-2022 走看看