- 网页地址和电子邮件地址将会被自动转换为链接。
- 行和段被自动识别。<br /> 分行、<p> 段落开始以及 </p> 段落结束标记会被自动插入。如果段落没有被识别出来,只要加入一对空行。
Syntax highlighting of source code can be enabled with the following tags:
- Generic syntax highlighting tags: "
<code>", "<blockcode>". - Language specific syntax highlighting tags: .
- PHP source code can also be enclosed in <?php ... ?> or <% ... %>, but additional options like line numbering are not possible here.
Options and tips:
- The language for the generic syntax highlighting tags can be specified with one of the attribute(s): type, lang, language. The possible values are: "
actionscript" (for ActionScript), "actionscript3" (for ActionScript 3), "c" (for C), "cpp" (for C++), "drupal5" (for Drupal 5), "drupal6" (for Drupal 6), "java" (for Java), "javascript" (for Javascript), "php" (for PHP), "python" (for Python), "ruby" (for Ruby), "sql" (for SQL), "xml" (for XML). - Line numbering can be enabled/disabled with the attribute "linenumbers". Possible values are: "off" for no line numbers, "normal" for normal line numbers and "fancy" for fancy line numbers (every nth line number highlighted). The start line number can be specified with the attribute "start", which implicitly enables normal line numbering. For fancy line numbering the interval for the highlighted line numbers can be specified with the attribute "fancy", which implicitly enables fancy line numbering.
- If the source code between the tags contains a newline (e.g. immediatly after the opening tag), the highlighted source code will be displayed as a code block. Otherwise it will be displayed inline.
- 可以使用"
[foo]".旁边显示标签样式 "<foo>"
Defaults:
- Default highlighting mode for generic syntax highlighting tags: the default language used for syntax highlighting is "actionscript3".
- Default line numbering: normal line numbers.
Examples:
You type You get <code>foo = "bar";</code>Inline code with the default syntax highlighting mode. <code>
foo = "bar";
baz = "foz";
</code>Code block with the default syntax highlighting mode. <code lang="javascript" linenumbers="normal">
foo = "bar";
baz = "foz";
</code>Code block with syntax highlighting for Javascript source code
and normal line numbers.<code language="javascript" start="23" fancy="7">
foo = "bar";
baz = "foz";
</code>Code block with syntax highlighting for Javascript source code,
line numbers starting from 23
and highlighted line numbers every 7th line.- Generic syntax highlighting tags: "





调试是在你的程序中查找和解决错误和问题的过程。 调试通常是一个艰难的令人沮丧的任务,但是在调试器的帮助下,它会变得很容易。调试器是一个软件工具,允许你监控和控制程序的执行,一步步的运行代码,并显示变量的变化情况...
说到文件下载,就不能不说断点续传,大家可能用过在网页中借助Flash来实现下载进度显示的工具,这个工具只适用于文件体积不是很大的时候,用户可以非常有保障的在一定的时间内下载完成,一旦下载进程中断(网络或其它原因),用户就不得不从头开始下载文件,这对于大文件体积的情况(比如视频),就会很麻烦...
最新评论
12 小时 2 分钟 前
12 小时 3 分钟 前
17 小时 43 分钟 前
20 小时 51 分钟 前
6 天 15 小时 前
1 周 1 天 前
1 周 6 天 前
1 周 6 天 前
2 周 1 天 前
2 周 5 天 前