多重和音的由来
当宇宙能发出声音的时候,世界就同时出现了。如果问那个声音是什么的话,可以告诉你,那时——“Wong”——所有震动的和音。
如果多个世界共存呢,那就是它了。
快速链接
分类
Archive for 03月, 2008
-
BT 割舍的无奈
Posted on 2008年03月28日 | 没有评论内部网里都是BT信号,显得不干净 o(∩_∩)o… 没办法 要不都封了~ 再说吧~ -
webanizer 还是很方便的
Posted on 2008年03月28日 | 没有评论日志分析~如题~ -
终于会展基本功能已经完成了
Posted on 2008年03月28日 | 没有评论如题~ -
WordPress:CodeHighlighterPlugin 备案
Posted on 2008年03月28日 | 没有评论Put the code snippet to pre tag. Add the lang attribute to the pre tag like the following. Add the lineno attribute to the pre tag after the lang tag like the following if you want to display line numbers. The number in the lineno... -
定时更新服务器日志脚本(原创)
Posted on 2008年03月28日 | 没有评论DATE=`date +%Y-%m-%d_%Hh%Mm` DATEACCESS=$DATE'_access.log' DATEERROR=$DATE'_error.log' echo stoping lighttpd... echo mv lighttpd access error ... to ... [$DATEACCESS] [$DATEERROR] mv /others/lighthttpd/logs/access.log /others/lighthttpd/logs/$DATEACCESS mv /others/lighthttpd/logs/error.log /others/lighthttpd/logs/$DATEERROR killall lighttpd echo starting lighttpd... /others/lighthttpd/sbin/lighttpd -f /others/lighthttpd/conf/lighttpd.conf 再修改crontab文件