Day03 study notes

Day03 class notes

1. Yesterday Recap

Establish a connection with a remote repository local repository

  • git remote add origin "address of the warehouse."
  • Before establishing a remote connection to remote

2. Today and detailed

  • Use code cloud issues submit a job completion
  • General Markdown syntax
  1. title

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

A title

Subheadings

Three title

Six title
  1. List
  • Ordered list

  • 1.数字1+.+空格
  • Unordered list

  • -和空格
    +和空格
    *和空格
  1. Block
  • Lines of code blocks

    ​```三个符号,位于esc下边
  • Block line by line

    ``两个,代码位于`+代码+`
  • print()

  1. form
|---|---|
|---|---|
|---|---|
  • Insert Table ctrl + T
  1. image
  1. Hyperlink
  • Insert an address Baidu

  • Pressing ctrl-click on it to open a hyperlink URL
  • [提示语](网址)

  1. Bold, oblique
**逮虾户**
*逮虾户*
  • Catch shrimp households
  • Catch shrimp households
  • Catch shrimp households
  • Catch shrimp households
  1. colour
  • Catch shrimp households

<span style="collor:red">逮虾户</span>

  1. Production notes
  • Pictures can not use words, never use the code words, can be used instead of multiple gif map, try to take the time to make a gif, audio, video
  1. Mind Mapping making skills
  • In a tree structure, from coarse to fine process
  • Operation: Space (typing), Enter (generated sibling node), Tab (generated secondary node)

3. Production technology blog

  1. Sign up blog Park and CNDS (blog Park needs its own application review personal blog)
  2. Change the default selection Park blog, we recommend Markdown, you can copy notes directly from the garden to the blog

  1. Page beautification

4. BUG skills row

  • Copy and paste the error message to Baidu, Stack Overflow, Google search solution in sleep method
  • Classification bug, the bug usually encountered organize and facilitate its own look
  • Encounter bug, go to reason clearly, why there will be bug, analyze how

Guess you like

Origin www.cnblogs.com/anonymous-sua/p/11460985.html