2018-08-03

readme 一级标题


hello 二级标题

hello -world dis
hi gpl
Read

区块引用

nihao
wohenhao

嵌套引用

thanks
you're welcome!


强调

haha
haha

代码区块

void main()
{
    printf("\n");
}  

#!/bin/bash
feature_file="300.pkl"
age_model_file="age.feature"

if [ ! -f "$feature_file" ]; then
    python process_data.py
fi
f [ ! -f "$age_model_file" ]; then
    python stack_age.py
fi
python stack_loca.py
python main.py

列表

  • 第一项
  • 第二项
  • 第三项
  1. 第一项
  2. 第二项
  3. 第三项

链接和图片

Markdown入门
Markdown入门
[图片上传失败...(image-fec783-1533284428237)]

表格

dog bird cat
foo fooo foo
var bar bbb
baz fob bawe

你可能感兴趣的:(2018-08-03)