day1
markdown leaning
font
1.set the title: # title---first class subject,## title---second class subject and so on
2.set the text to bold: text
3.set the text to italic: text
4.perform like deleting the text: text
quote
use the '>' at the first of the text
dividing line
"---" or "***"
picture

hiperlink
[^name of hiperlink](^link address)
list
- "-blank"
code
“···java"
java
1.use cmd to compile: \javac ^filename\
a class file will be generated in the target folder
2.execute the class file: \java ^class filename\
day1
markdown leaning
font
1.set the title: # title---first class subject,## title---second class subject and so on
2.set the text to bold: text
3.set the text to italic: text
4.perform like deleting the text: text
quote
use the '>' at the first of the text
dividing line
"---" or "***"
picture

hiperlink
[^name of hiperlink](^link address)
list
- "-blank"
code
“···java"
java
1.use cmd to compile: \javac ^filename\
a class file will be generated in the target folder
2.execute the class file: \java ^class filename\
·note
1.pay attention to case sensitivity
2.be careful with whether there is a blank
3.the filename and the class name need to be consistence,and the first letter must be uppercase
·note
1.pay attention to case sensitivity
2.be careful with whether there is a blank
3.the filename and the class name need to be consistence,and the first letter must be uppercase