Planning Engineer dadafksjh

General Markdown syntax

  1. title

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

    A title

    Subheadings

    Three title

    Six title
  2. List

    • Ordered list
      • 1. 数字1 + . + 空格
    • Unordered list
      • - 和空格
      • + 和空格
      • * 和空格
  3. Block

    • Lines of code blocks

      • ​``` 这个符号在键盘左上角多数第二个
    • Line of code blocks

      • `` 
      • print()
  4. form

    |---|---|
    |---|---|
    |---|---|

    ctrl + T

  1. image
    • 1567562356120

1567562407308

  1. Hyperlink

    • Insert a URL: Baidu

    • Pressing ctrl-click connection can be inserted directly in the browser and open

    • [提示语](网址)
  2. Bold, Italic

    • **星星你个星星**
      *倾斜*
    • You stars stars

    • tilt

    • Bold Italic stars

    • *****; Lihai Yu *

  3. Dividing line

    • 多个+ 、 -、*、都能表示
      




  1. colour

    • Li Haiyu

    • <span style="color:yellowgreen">李海玉</span>

Mind map production

Lihai Yu said: the core of three keys, space (typing), carriage return (generation siblings), tab (generate secondary node)

Production techniques, in a tree structure, from coarse to fine

notes

Pictures can not use words, do not use the code words, can be used instead of multiple gif Figure try to take the time to make a gif (Advanced), audio, video

1 Python full-stack development

2 Python Getting Started

3 Installation

3 Pycharm installation, activation, using

2 Python basis

3 Python syntax

3 Python data types

2 Python Advanced

3 Object-Oriented

3 Network Programming

3 concurrent programming

3 database

2 front-end

3 HTML

3 CSS

3 JS

2 WEB framework

3 Django

Production technology blog

Guess you like

Origin www.cnblogs.com/Amery_J/p/11458169.html