Differences between revisions 157 and 162 (spanning 5 versions)
Revision 157 as of 2009-12-04 18:46:57
Size: 2388
Editor: TntVampire
Comment:
Revision 162 as of 2010-01-28 00:43:13
Size: 2010
Editor: BruceZhang
Comment:
Deletions are marked like this. Additions are marked like this.
Line 5: Line 5:
Line 7: Line 8:
Line 8: Line 10:
 . ["个人网页分类"] MyNewPage3
["Zone"]

. [[个人网页分类]] MyNewPage3

[[Zone]]
Line 13: Line 17:
 * [http://moinmoin.wikiwikiweb.de/ MoinMoin 的主页]  * [[http://moinmoin.wikiwikiweb.de/|MoinMoin 的主页]]
 * {{http://moinmoin.wikiwikiweb.de/wiki/classic/img/moinmoin.png}}
Line 15: Line 20:
 * [http://moinmoin.wikiwikiweb.de/wiki/classic/img/moinmoin.png]
 * [http://moinmoin.wikiwikiweb.de/wiki/classic/img/moinmoin.png
moinmoin.png]
 * [[http://moinmoin.wikiwikiweb.de/wiki/classic/img/moinmoin.png|moinmoin.png]]
Line 18: Line 22:
  * Self:InterWiki   * InterWiki
Line 21: Line 25:
  * [wiki:MeatBall:InterWiki wiki:MeatBall/InterWiki]
  * [wiki:MeatBall:InterWiki MeatBall上的维基链(InterWiki)页面]
  * [[MeatBall:InterWiki|wiki:MeatBall/InterWiki]]
  * [[MeatBall:InterWiki|MeatBall上的维基链(InterWiki)页面]]
Line 24: Line 28:
 * [:维基链:这个维基上的维基链页面]
 * [#anchorname Link to anchor on this page]
 * [:OtherPage#anchorname:Link to anchor on another wiki page]
 * [:OtherPage#anchorname:Link to page in current wiki with label text]
= 呵呵,随便来点吧。。。 =
 . 会成为标题
= d希腊字母: Α Β Γ Δ Ε Ζ Η Θ Ι Κ Λ Μ Ν Ξ Ο Π Ρ Σ Τ Υ Φ Χ Ψ Ω α β γ δ ε ζ η θ ι κ λ μ ν ξ ο π ρ σ τ υ φ χ ψ ω 运算符: ± × ÷ ∶∫ ∮ ≡ ≌ ≈ ∽ ∝ ≒ ≠ ≡ ≤ ≥ ≦ ≧ ≮ ≯ / √ ‰ ∑ ∏ & 关系运算符: ∧ ∨ 集合符号: ∪ ∩ ∈ ∣ 序号: ① ② ③ ④ ⑤ ⑥ ⑦ ⑧ ⑨ ⑩ Ⅰ Ⅱ Ⅲ Ⅳ Ⅴ Ⅵ Ⅶ Ⅷ Ⅸ Ⅹ Ⅺ Ⅻ ⅰ ⅱ ⅲ ⅳ ⅴ ⅵ ⅶ ⅷ ⅸ ⅹ ≈ ㈠ ㈡ ㈢ ㈣ ㈤ ㈥ ㈦ ㈧ ㈨ ㈩ ← ↑ → ↓ ↖ ↗ ↘ ↙ ∞ ∴ ∵ ∶ ∷ ° ′ ″ ℃ ⊕ ⊿ △ ⊙ ∠ ⌒ ⊥ ∥ 〔 〕 〈 〉 《 》 「 」 『 』 〖 〗 【 】 ( ) [ ] { } ℡ § № ※ # & @ ☆ ★ ○ ● ◎ △ ▲ ◇ ◆ □ ■ 〓 ◣ ◥ ◤ ◢ ♀ ♂ 会成为副标题, 最多可用 5 个 "=" 号. =
 * [[维基链|这个维基上的维基链页面]]
 * [[#anchorname|Link to anchor on this page]]
 * [[OtherPage#anchorname|Link to anchor on another wiki page]]
 * [[OtherPage#anchorname|Link to page in current wiki with label text]]

= 呵呵,随便来点吧。。 =
Line 32: Line 35:
Line 35: Line 39:
[[Anchor(SectionAnchor)]] 产生一个名为"SectionAnchor"的锚点
Line 37: Line 40:
<<Anchor(SectionAnchor)>> 产生一个名为"SectionAnchor"的锚点

{{{#!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;
}
}}}
Line 39: Line 61:
-- PhdTest [[DateTime(2008-10-07T08:46:21Z)]] -- PhdTest <<DateTime(2008-10-07T08:46:21Z)>>
Line 44: Line 66:
== asdf ==
----
Line 45: Line 69:
== asdf ==  . [[啄木鸟社区分类]]
Line 47: Line 71:


----
 . ["啄木鸟社区分类"]
|| 这会是表格么? || 我相信是的。 ||
|| blablabla || again ||
||这会是表格么? ||我相信是的。 ||
||这就是表格!! ||你说对了 ||
||
blablabla ||again ||

RexChen'S HOME->>> PYTHON


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


Zone

呵呵,随便来点吧。。


  • 产生分行线  随便什么 的作用和用 <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)