Java Basics Java learning routes throughout --Day 1 / Java learning / learning Markdown's syntax / Windows Basic Dos command / IDEA configuration optimization

Java to learn the entire route

Java Features:
Open Source: Open source
, cross-platform: Because the platforms are different type, java explain the implementation of the source code by the JVM, compile once run anywhere
learning framework Java as follows:

JavaSE include:

database include:

front-end includes:

JavaWeb include:

SSM framework include:

Linux include:

SpringBoot include:

SpringCloud include:

Java learning

  1. Write (the code) to write (notes) and writing (essay)
  2. More training (exchange) and more practice (thinking) and more training (skills)
  3. Multi-share (knowledge) to ask questions (how the) think more (Why)
  4. The most important insisted!

    Markdown syntax learning

    Markdown learning

title

Three title

Four title

Several # title is a few levels

Fonts

Hello, World! About two ** is bold

Hello, World! About a ** is italicized

Hello, World! About three ** is bold italic

Hello,World! ~ Is about two strikethrough

Quote

Jiang Fairweather
is greater than the number of words you can quote +

split line

--- three - or three *

image

Hyperlink

Hit the jump to blog Godles the hyperlink name

List

  1. A

  2. B

  3. C

Digital. + Space + enter

  • A

  • B

  • C
    - Minus + space + enter

form

first name gender birthday
Jiang Fairweather male 1996.12.20

Right> Insert Table> parameters can be set

Code

12121

Three language name `+ + enter

Dos common Windows commands

#盘符切换
#查看目录下的所有文件 dir
#切换目录 cd (change directory)
#跨盘加目录名 cd /d X:\目录名
#同级返回目录的上一级 cd ..
#清理屏幕 cls(clear screen)
#退出终端 exit
#查看电脑的ip ipconfig
#打开应用
   calc
   mspaint
   notepad
   
#ping命令 ping 网站域名


#文件操作
     md 目录名
     rd 目录名
     cd>文件名
     del 文件名

IDEA configuration optimization

IDEA optimized configuration on the computer I quote as follows:
click to jump to the mad God says blog

Guess you like

Origin www.cnblogs.com/godles/p/11722436.html