day03 study notes

day 03

General Markdown syntax

  1. title

    # 代表一级标题
    ## 代表二级标题
    。。。
    。。。
    ###### 代表六级标题

    A title

    Subheadings

    Three title

    Four title

    Five title
    Six title
  2. List

    • Ordered list
        1. = (Number + + space)
    • Unordered list
      • (- + Space)
      • (+ And spaces)
      • (* And spaces)
  • (Press tab to the left of the cursor most .- + Space)
  1. Block

    • Lines of code blocks

      英文输入 ~~~ 是多行代码块
    • Single line of code blocks

      ~ ~ ~ ~ English input is a multi-line code blocks

  2. form

    Mac os Usage: command + option + t

  3. add pictures

  4. Hyperlink

    1. Insert a URL: Baidu

    2. mac os Usage: command + k

      Baidu

      [提示语](网址)
  5. Bold Inclination

    • **加粗**
      *倾斜*
      ***加粗+倾斜***
    • Bold

    • tilt

    • Bold Italic

  6. Dividing line

    • 用英文输入三个  +   -   *   都能表示


  7. colour

    • colour

      <span style="color:green">颜色</span>
                           ⬆️
                       在这里更改颜色
                           英文

mind Mapping

  1. software
    • Web client: processon.com
      • Core keys: space (typing) tab (add small content) Enter (add a subtitle)
    • Computer end: XMind

Important note taking

  • The picture can not in words, never use code words.
  • Advanced: use of gif images, audio, video.

Write a blog

  1. Garden blog site
  2. CSDN website

Tips row bug

  1. Paste error messages to Baidu, stackoverflow, Google searches
  2. The BUG classification, and to organize a common solution BUG
  3. Encounter BUG, ​​get a haircut clear what caused to analyze where change can become, have not tried to re-write it again.

Guess you like

Origin www.cnblogs.com/qingjiaowodabai/p/11460546.html