big bug ban

兴趣 创新 践行

Archive for the ‘webbuild’ Category

apache日志分离组件cronolog

 

1.1   概述

apache默认的日志都会记录到一个文件内

如果访问量过多,时间过长,将导致日志堆积,文件变大,影响apache的性能

cronolog是一个用于日志切分的软件,使用管道把输入定位到其他路径保存

1.2   安装

wget http://cronolo[......]

继续阅读

Written by princehaku

十一月 15th, 2011 at 7:36 下午

257 views

Posted in webbuild

Tagged with ,

without comments

jquery制作导航条

 

http://lab.3haku.net/code/js/navbar/

以前也做过这个..不过如果鼠标乱动就会出错..

新的jq1.4加了队列机制可以解决这个问题..

核心代码如下..

/隐藏二级菜单
$(".subnav").hide();
var mouse[......]

继续阅读

Written by princehaku

七月 8th, 2010 at 12:57 下午

707 views

Posted in webbuild

Tagged with ,

without comments

jquery实现的图片切换效果

 

发一个以前做的东西..或与大家用得上.

示例地址

代码如下

01 <script language="javascript">
02 $("#test").animate({left:"900px"},1).an[......]

继续阅读

Written by princehaku

七月 2nd, 2010 at 8:23 上午

652 views

Posted in webbuild

Tagged with ,

without comments

jquery1.4的新特性官方中文文档

 

jquery1.4的新特性官方中文文档[......]

继续阅读

Written by princehaku

一月 24th, 2010 at 1:07 上午

438 views

Posted in webbuild

Tagged with

without comments

jquery1.4正式版来啦~~

 

jquery1.4正式版发布了

这个是个非常不错的js框架

支持ajax html等多种操作模式

而且兼容性非常不错

有css3的兼容..浏览器的兼容..推荐一哈

我很多的网站都用了jquery

jquery的插件也挺多的

下载地址

中文API下载[......]

继续阅读

Written by princehaku

一月 24th, 2010 at 12:48 上午

390 views

Posted in webbuild

Tagged with

without comments