当前位置:网站首页>2021-09-23
2021-09-23
2022-04-23 05:15:00 【klx2545845553】
1. title
#+ Space = Title Text
One # It's a first-class headline , Two secondary , And so on
2. Split line
Three - The number is the dividing line
3. Hyperlinks
[ Link name ](http://www.baidu.com)
perhaps http://www.baidu.com
4. Delete line
Delete line
5. list
1. Unordered list
Unordered lists use asterisks , Plus or minus as a sign
-
disorder 1
-
disorder 2
- list 1
- list 2
2. Ordered list
The ordered list uses numbers plus . The sign means , Be careful . You need to add a space between the number and the actual content .
-
list 1
-
list 2
6. Code
Use ``` Package a piece of code , And designate a language ( Or not ).
System.out.println("Hello World");
7. picture
An exclamation point at the beginning !
Then a square bracket , There's an alternative text for pictures
Next, put the address of the picture in the brackets , Finally, you can enclose it in quotation marks and add optional ’title’ Attribute text
8. form
Markdown Use of forms | To separate cells , Use - To separate the header and other lines .
Header | Header |
---|---|
Cell | Cell |
Cell | Cell |
9. MarkDown The paragraph
1. enter
Add two or more spaces at the end of any text , Said the enter
2. Paragraph wrap
Add two or more spaces after the paragraph , In addition to enter
版权声明
本文为[klx2545845553]所创,转载请带上原文链接,感谢
https://yzsam.com/2022/04/202204220547046190.html
边栏推荐
- [database] MySQL multi table query (I)
- 5 minutes to understand MySQL row column conversion
- 直播带货表格模板-自动显示图片-自动关联系列商品
- Independent station operation | Facebook marketing artifact - chat robot manychat
- Deep learning notes - object detection and dataset + anchor box
- MySQL circularly adds sequence numbers according to the values of a column
- 和谐宿舍(线性dp / 区间dp)
- HRegionServer的详解
- 多线程基本概念(并发与并行、线程与进程)和入门案例
- Use the built-in function of win to transfer files between two computers in the same LAN (the speed is the same as that between local disks)
猜你喜欢
Unique primary key ID of tidb sub table -- solution to failure of sequence and Gorm to obtain primary key
Where, on when MySQL external connection is used
MySQL slow query
2022年最热门的招聘技术技能是什么,您绝对想不到
View, modify and delete [database] table
跨境电商 | Facebook 和 Instagram:哪个社交媒体更适合你?
使用zerotier让异地设备组局域网
Good simple recursive problem, string recursive training
The WebService interface writes and publishes calls to the WebService interface (2)
Data security has become a hidden danger. Let's see how vivo can make "user data" armor again
随机推荐
The WebService interface writes and publishes calls to the WebService interface (I)
Unity C e-learning (IV)
Use AES encryption - reuse the wisdom of predecessors
Detailed explanation of hregionserver
MySQL slow query
[WinUI3]編寫一個仿Explorer文件管理器
Various ways of writing timed tasks of small programs
Knowledge points sorting: ES6
JSP-----JSP简介
[database] MySQL basic operation (basic operation ~)
Where, on when MySQL external connection is used
引入精益管理方式,需要提前做到这九点
What are instruction cycles, machine cycles, and clock cycles?
Informatics Aosai yibentong 1212: letters | openjudge 2.5 156: Letters
JS Array常见方法
MySQL external connection, internal connection, self connection, natural connection, cross connection
Power consumption parameters of Jinbei household mute box series
Basic concepts of multithreading (concurrency and parallelism, threads and processes) and entry cases
At pgconf Asia Chinese technology forum, listen to Tencent cloud experts' in-depth understanding of database technology
C. Tree Infection(模拟+贪心)