zoukankan      html  css  js  c++  java
  • plant test

    @startmindmap
    skinparam defaultFontName "Sarasa Mono SC"
    skinparam backgroundColor #1e1e1e
    skinparam roundcorner 1
    skinparam maxmessagesize 60
    <style>
    mindmapDiagram {
        LineColor #555555
        FontColor #d4d4d4
        node {
            BackGroundColor red
            LineColor blue
        }
        :depth(1) {
          BackGroundColor grey
          LineColor orange
          LineThickness 4
          RoundCorner 30
          FontSize 14
          FontColor #d4d4d4
        }
        :depth(2) {
          BackGroundColor #ab1100
          FontSize 10
          FontStyle bold
          LineColor none
        }
    }
    </style>
    * Debian
    ** Ubuntu
    *** Linux Mint
    **[#00ffaa] Blue
    ** 多行中使用分号;
    ***:template <typename T>
    class cname{
    void f1()<U+003B>
    ...
    };
    ** 表格
    ***:Here is the result
    |= |= table |= header |
    | a | table | row |
    |<#FF8080> red |<#80FF80> green |<#8080FF> blue |
    <#yellow>| b | table | row |;
    ** 插入图片
    ***_ <img:img.png>
    ** 字体样式
    ***:
    This is **bold**
    This is //italics//
    This is ""monospaced""
    This is --stroked--
    This is __underlined__
    ;
    @endmindmap
    
    
  • 相关阅读:
    python函数
    python3基础4
    布尔值常识
    字典常用魔法方法
    字典相关常识
    元组相关常识
    列表及其魔法方法(list类中提供的方法)
    列表相关常识
    day11练习题
    字符串相关常识
  • 原文地址:https://www.cnblogs.com/Searchor/p/13690393.html
Copyright © 2011-2022 走看看