09 2012 档案

摘要:$image = imagecreatetruecolor($imgWidth, $imgHeight);$white = imagecolorallocate($image, 255, 255, 255);imagefill($image, 0, 0, $white); 阅读全文
posted @ 2012-09-25 17:03 firesnow 阅读(4778) 评论(0) 推荐(0)
该文被密码保护。
posted @ 2012-09-24 11:22 firesnow 阅读(0) 评论(0) 推荐(0)
摘要:js插件View Code // by zhangxinxu 2010-06-17 welcome to visit my personal website http://www.zhangxinxu.com/// mailAutoComplete.js v1.0 邮箱输入自动提示// 2010-06-18 v2.0 使用CSS class类代替CSS对象,同时增强代码可读性// 2010-06-18 v2.1 宽度自适应的添加// 2010-06-18 v2.2 修复多个元素同时调用此方法的一些bug// 2010-06-30 修改搜狐邮箱名的笔误// 2010-06-30 修复中文回车内容 阅读全文
posted @ 2012-09-21 18:46 firesnow 阅读(316) 评论(0) 推荐(0)
摘要:分割array_slice($arr,$start,$total)合并 array_merge() 阅读全文
posted @ 2012-09-15 11:22 firesnow 阅读(200) 评论(0) 推荐(0)