这是一级标题

二级标题

三级标题

  1. 我就说一点(数字+英文句点.)
  2. 第二
  3. 在行首增加*或-,就会有下面的效果

这一部分是插入图片和引用

插入图片

  1. 用感叹号+[]+括号
  2. 直接复制粘贴~

引用

在文字前添加>就可以,例如:

谢邀,人在美国刚下飞机

加表格&圈住代码

表格

利用“|”和”-“构建表格,

1 2 3

代码

利用“ ```”来圈住代码(三个引号)

int main(){
printf("hello world!");
return 0;
}

未完待续

最新文章

  1. Java实现Socket之TimeClient
  2. ZigBee绑定细节
  3. The 5th Zhejiang Provincial Collegiate Programming Contest------ProblemK:Kinds of Fuwas
  4. mybatis08
  5. linux线程之pthread_join和pthread_detach
  6. nodejs oj在线笔试应对方案(讲几种输入处理方法)
  7. three.js提供的几何体
  8. 基于8211lib库对s57电子海图的解析和存储
  9. ios - 如何获取app上的数据
  10. JS:onmouseover 、onmouseout
  11. GDB程序调试工具
  12. python3-基础5
  13. SpringBoot分布式 - Dubbo+ZooKeeper
  14. rectangle,boundingRect和Rect
  15. SpringMVC(二)传值
  16. InnoDB的行记录格式, Compact, Redundant, Compressed, Dynamic
  17. 【LibreOJ】#6259. 「CodePlus 2017 12 月赛」白金元首与独舞
  18. spring mvc:视图解析器
  19. CentOS7 安装ifconfig
  20. Unable to resolve address ' ' service ' ': Name or service not known

热门文章

  1. Angular ngx-echarts图表
  2. python pytesseract——3步识别验证码的识别入门
  3. Java 学习笔记之 Stop停止线程
  4. Zookeeper 学习笔记之 节点个数
  5. kubernetes垃圾回收器GarbageCollector Controller源码分析(二)
  6. ng的显示与隐藏
  7. Angular: If ngModel is used within a form tag, either the name attribute must be set or the form control must be defined as ‘standalone’ in ngModelOptions.
  8. slf4j+logback&logback.xml
  9. 阿里巴巴开源 Dragonwell JDK 最新版本 8.1.1-GA 发布
  10. Linux提权中常见命令大全