configruation files for java application
这个是粗体 这个是斜体 这个是粗体加斜体
@Override
protected void onDestroy() {
EventBus.getDefault().unregister(this);
super.onDestroy();
}| 列名1 | 列名2 |
|---|---|
| 列1的内容1 | 列2的内容1 |
| 列1的内容2 | 列2的内容2 |
st=>start: 用户登陆
op=>operation: 登陆操作
cond=>condition: 登陆成功 Yes or No?
e=>end: 进入后台
st->op->cond
cond(yes)->e
cond(no)->op
[========]
Andrew->China: Says Hello
Note right of China: China thinks\nabout it
China-->Andrew: How are you?
Andrew->>China: I am good thanks!