Python day03 notes

Today Executive Summary

git code and cloud related to your daily operations and operating specifications

And the routine use of software Typora Markdown markup language commonly used operations

mind Mapping

Production notes

Blog making

BUG skills row

Yesterday Recap

Establish a connection with a remote repository local repository

git remote add origin "warehouse address" --- add

git remote remove origin "warehouse address" --- deleted

Establishing a remote connection remote put out

Today's detailed content

General Markdown syntax

  1. title

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

    A title

    Subheadings

    Three title

    Six title
  2. List

    • Ordered list
        1. Digital 1 +. + Space
    • Unordered list
      • - 和 空格
      • + 和 空格
      • * 和 空格
  3. Block

    • Lines of code blocks

      • ​``` 三个`开启多行代码块
      • 写在两个`` 之间 开启单行代码块
  4. form

    • | --- | --- | or Ctrl + T
    --- ---
  5. Insert Picture

    • Open File - Preferences - image - Select Copy pictures to .assste folder.
  6. Hyperlink

    • Insert a URL: yard cloud
    • Click on the link by pressing Ctrl you can go to the page.
  7. Bold, Italic
    • AAA * * AAA* *
    • AAA * AAA *
    • AAA * * AAA * *
  8. Dividing line

    • 多个 — 、*、+都能表示。

  9. colour

    • BCY

    • <span style="color:red">Bcy</span>

Mind map production

  1. The core three keys:
    • Space (typing)
    • A carriage return (generation sibling nodes)
    • Tab (generated secondary node)
  2. Production techniques, in a tree structure, from coarse to fine.
  3. https://www.processon.com/
    • Free online mind mapping production
  4. Download locally produced Mind Mapping

notes

  1. 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 images (advanced), audio and video.

Production notes outline

1 python whole 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

  1. Park blog: https://www.cnblogs.com/ and CDSN: https: //www.csdn.net/
  2. Application blog Park
  3. Change the default blog Park selector recommended Markdown, notes can be copied directly to the blog.
  4. You can set the skin:

BUG skills row

  1. Site Search:
  2. BUG common to classify and sort out a solution.
  3. BUG encountered appeared to know is how to learn to analyze changes, it is impossible to re-write it again.

Guess you like

Origin www.cnblogs.com/buchunyang/p/11460096.html