Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Latest commit

 

History

14 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 

Repository files navigation

我的配置

我的配置

Config

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

点击前往谷歌搜索

绘制流程图 Flowchart

st=>start: 用户登陆
op=>operation: 登陆操作
cond=>condition: 登陆成功 Yes or No?
e=>end: 进入后台

st->op->cond
cond(yes)->e
cond(no)->op

[========]

绘制序列图 Sequence Diagram

Andrew->China: Says Hello 
Note right of China: China thinks\nabout it 
China-->Andrew: How are you? 
Andrew->>China: I am good thanks!

End

About

configruation files for java application

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors