tigergraph 教程
简介:
tigergraph是一个图数据库
安装
下载
解压
无序列表
- 托尔斯泰
- 特克斯县
泰凯斯
有序列表
- 李恩
- 李恩飞
ak47
李恩飞
一盏灯,一片昏黄,一简书,一杯淡茶。
一盏灯,一片昏黄,一简书,一杯淡茶。
function test() { console.info("markdown");}
代码引用
hello word
多段代码引用
import requestsdef test() { }
class A { public static void main(String[] args){ System.out.println("markdown"); }}
{#jumpid}
想要跳转到这里?
从页面的任何地方跳转到
表格
Tables | Are | cool |
---|---|---|
col 3 is | right-aligned | $1600 |
[][1]
[1]: http://latex.codecogs.com/gif.latex?\prod%20\x = \dfrac{-b \pm \sqrt{b^2 - 4ac}}{2a}flow st=>start: 开始 op=>operation: My Operation cond=>condition: Yes or No? e=>end st->op->cond cond(yes)->e cond(no)->op &
代码块
@requires_authorizationdef somefunc(param1='', param2=0): '''A docstring''' if param1 > param2: # interesting print 'Greater' return (param2 - param1 + 1) or Noneclass 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: Starte=>endop=>operation: My Operationcond=>condition: Yes or No?st->op->condcond(yes)->econd(no)->op
从页面的任何地方跳转到
以及时序图:Alice->Bob: Hello Bob, how are you?Note right of Bob: Bob thinksBob-->Alice: I am good thanks!