Archive for 03月, 2008

  • BT 割舍的无奈

    BT 割舍的无奈

    内部网里都是BT信号,显得不干净 o(∩_∩)o… 没办法 要不都封了~ 再说吧~

    Full Story

  • webanizer 还是很方便的

    webanizer 还是很方便的

    日志分析~如题~

    Full Story

  • 终于会展基本功能已经完成了

    终于会展基本功能已经完成了

    如题~

    Full Story

  • WordPress:CodeHighlighterPlugin 备案

    WordPress:CodeHighlighterPlugin 备案

    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...

    Full Story

  • 定时更新服务器日志脚本(原创)

    定时更新服务器日志脚本(原创)

    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文件

    Full Story