Differences between revisions 160 and 161
Revision 160 as of 2010-01-20 02:29:40
Size: 2431
Editor: pencat
Comment:
Revision 161 as of 2010-01-26 07:01:09
Size: 2875
Editor: khsing
Comment:
Deletions are marked like this. Additions are marked like this.
Line 37: Line 37:
{{{#!dot
digraph G {
size ="4,4";
开始 [shape=box]; /* this is a comment */
开始 -> parse [weight=8];
parse -> execute;
开始 -> init [style=dotted];
开始 -> cleanup;
execute -> { make_string; printf}
init -> make_string;
edge [color=red]; // so is this
开始 -> printf [style=bold,label="100 times"];
make_string [label="make a\nstring"];
node [shape=box,style=filled,color=".7 .3 1.0"];
execute -> compare;
}
}}}

RexChen'S HOME->>> PYTHON


  • Though i am freshman,i belive:
  • i'm the best!!! And i want to be better!


Zone

呵呵,随便来点吧。。。

  • Α Β Γ Δ Ε Ζ

d希腊字母: Α Β Γ Δ Ε Ζ Η Θ Ι Κ Λ Μ Ν Ξ Ο Π Ρ Σ Τ Υ Φ Χ Ψ Ω α β γ δ ε ζ η θ ι κ λ μ ν ξ ο π ρ σ τ υ φ χ ψ ω 运算符: ± × ÷ ∶∫ ∮ ≡ ≌ ≈ ∽ ∝ ≒ ≠ ≡ ≤ ≥ ≦ ≧ ≮ ≯ / √ ‰ ∑ ∏ & 关系运算符: ∧ ∨ 集合符号: ∪ ∩ ∈ ∣ 序号: ① ② ③ ④ ⑤ ⑥ ⑦ ⑧ ⑨ ⑩ Ⅰ Ⅱ Ⅲ Ⅳ Ⅴ Ⅵ Ⅶ Ⅷ Ⅸ Ⅹ Ⅺ Ⅻ ⅰ ⅱ ⅲ ⅳ ⅴ ⅵ ⅶ ⅷ ⅸ ⅹ ≈ ㈠ ㈡ ㈢ ㈣ ㈤ ㈥ ㈦ ㈧ ㈨ ㈩ ← ↑ → ↓ ↖ ↗ ↘ ↙ ∞ ∴ ∵ ∶ ∷ ° ′ ″ ℃ ⊕ ⊿ △ ⊙ ∠ ⌒ ⊥ ∥ 〔 〕 〈 〉 《 》 「 」 『 』 〖 〗 【 】 ( ) [ ] { } ℡ § № ※ # & @ ☆ ★ ○ ● ◎ △ ▲ ◇ ◆ □ ■ 〓 ◣ ◥ ◤ ◢ ♀ ♂ 会成为副标题, 最多可用 5 个 "=" 号.


  • 产生分行线  随便什么 的作用和用 <pre> 差不多

  • 特别的#!python ... 

    • 将自动对Python代码进行语法颜色处理!

产生一个名为"SectionAnchor"的锚点

HelloWorld

-- PhdTest 2008-10-07 08:46:21

#anchorname

asdf

asdf


这会是表格么?

我相信是的。

这就是表格!!

你说对了

blablabla

again

WikiSandBox (last edited 2013-12-17 14:04:40 by lengxuezhixuan)