多重和音的由来
当宇宙能发出声音的时候,世界就同时出现了。如果问那个声音是什么的话,可以告诉你,那时——“Wong”——所有震动的和音。
如果多个世界共存呢,那就是它了。
快速链接
分类
lighttpd Archive
-
lighttpd 下 discuz的rewrite写法(原创)
Posted on 2008年05月12日 | 没有评论url.rewrite = ( "^/archiver/((fid|tid)-[\w\-]+\.html)$" => "archiver/index.php?$1", "^/forum-([0-9]+)-([0-9]+)\.html$" => "forumdisplay.php?fid=$1&page=$2", "^/thread-([0-9]+)-([0-9]+)-([0-9]+)\.html$" => "viewthread.php?tid=$1&extra=page\%3D$3&page=$2", "^/space-(username|uid)-(.+)\.html$" => "space.php?$1=$2", "^/tag-(.+)\.html$" => "tag.php?name=$1" )