What & How & Why

差别

这里会显示出您选择的修订版和当前版本之间的差别。

到此差别页面的链接

两侧同时换到之前的修订记录前一修订版
后一修订版
前一修订版
other:server:apache:rewirte [2016/09/25 15:33] haregyother:server:apache:rewirte [2018/09/24 15:30] (当前版本) – 外部编辑 127.0.0.1
行 1: 行 1:
 ====rewrite ==== ====rewrite ====
 +
 +<pre><samp>You are in an open field west of a big white house with a boarded
 +front door.
 +There is a small mailbox here.
 +
 +></samp> <kbd>open mailbox</kbd>
 +
 +<samp>Opening the mailbox reveals:
 +A leaflet.
 +
 +></samp></pre>
 +
  
 <sxh apache round 11-15> <sxh apache round 11-15>
行 87: 行 99:
     gl_FragColor = AmbientColor + DiffuseColor * DiffuseTerm;     gl_FragColor = AmbientColor + DiffuseColor * DiffuseTerm;
 } }
 +</sxh>
 +<sxh bash>
 +#!/bin/bash
 +
 +echo "hello bash"
 +
 +exit 0
 </sxh> </sxh>