tigergraph 教程

简介:

tigergraph是一个图数据库

安装

下载

解压

无序列表

  • 托尔斯泰
  • 特克斯县
  • 泰凯斯

有序列表

  1. 李恩
  2. 李恩飞
  3. ak47

李恩飞

李恩飞

一盏灯,一片昏黄,一简书,一杯淡茶。

一盏灯,一片昏黄,一简书,一杯淡茶。

function test() {
    console.info("markdown");
}

代码引用

hello word

多段代码引用

import requests
def test() {
    
}
class A {
    public static void main(String[] args){
        System.out.println("markdown");
    }
}

{#jumpid}

想要跳转到这里?

从页面的任何地方跳转到 click

表格

Tables Are cool
col 3 is right-aligned $1600

![][1]
[1]: http://latex.codecogs.com/gif.latex?\prod \x = \dfrac{-b \pm \sqrt{b^2 - 4ac}}{2a}

Google
Baidu

blockchain

st=>start: 开始
op=>operation: My Operation
cond=>condition: Yes or No?
e=>end
st->op->cond
cond(yes)->e
cond(no)->op
&```

### 代码块
``` python
@requires_authorization
def somefunc(param1='', param2=0):
    '''A docstring'''
    if param1 > param2: # interesting
        print 'Greater'
    return (param2 - param1 + 1) or None
class SomeClass:
    pass
>>> message = '''interpreter
... prompt'''

LaTeX 公式

可以创建行内公式,例如 \(\Gamma(n) = (n-1)!\quad\forall n\in\mathbb N\)。或者块级公式:

\[x = \dfrac{-b \pm \sqrt{b^2 - 4ac}}{2a} \]

\[b^2 \]

表格

Item Value Qty
Computer 1600 USD 5
Phone 12 USD 12
Pipe 1 USD 234

流程图

st=>start: Start
e=>end
op=>operation: My Operation
cond=>condition: Yes or No?

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

从页面的任何地方跳转到 click
以及时序图:

Alice->Bob: Hello Bob, how are you?
Note right of Bob: Bob thinks
Bob-->Alice: I am good thanks!
posted on 2018-11-07 15:38  先导者  阅读(151)  评论(0编辑  收藏  举报