csz:weichen:diary:20250205
测试代码嵌入
/** * The HelloWorldApp class implements an application that * simply displays “Hello World!” to the standard output. */ class HelloWorldApp { public static void main(String[] args) {
System.out.println("Hello World!"); //Display the string. }
}
这段跟上段很像,但是改用 <file> ,可以把它用在「引述名言(Quote)」效果上。 remember, information is not knowledge, knowledge is not wisdom wisdom is not truth truth is not beauty beauty is not love love is not music music is the best -- frank zappa
就像 <-这个
四、命名空间
代码 | 中文释义 | 英语释义 | 效果 | 地址栏 |
---|---|---|---|---|
[[example]] | example建立在当前命名空间 | current namespace | 当前目录 | bjzl:wiki:example |
[[.example]] | 当前目录 | |||
[[.:example]] | 当前目录 | |||
[[:example|根命名空间] | example建立在根命名空间 | root namespace | 根命名空间 | example |
[[wiki:example]] | example建立在wiki目录里,wiki在根命名空间里 | in the namespace “wiki” | wiki | wiki:example |
[[ns1:ns2:example]] | ns1:ns2 | ns1:ns2:example | ||
[[:ns1:ns2:example]] | ns1:ns2 | |||
[[.ns1:ns2:example]] | example | |||
[[.:ns1:ns2:example]] | example | |||
[[..ns1:ns2:example]] | example | |||
[[..:ns1:ns2:example]] | example | |||
[[.ns1:ns2:]] | ns2 | |||
[[.:ns1:ns2:]] | ns2 | |||
[[~example]] | ~example | |||
[[~:example]] | example |
csz/weichen/diary/20250205.txt · 最后更改: 2025/02/05 13:41 由 weichen