该文被密码保护。 阅读全文
posted @ 2012-10-24 18:55 firesnow 阅读(98) 评论(0) 推荐(0) 编辑
摘要: UPDATE `ea_account` SET `equity`=10000.00, `balance`=10000.00, `initbalance`=10000.00, `freemargin`=10000.00 WHERE `user_id`=1592 LIMIT 1;DELETE FROM `pick_pick` WHERE `creator_id`=1592;DELETE FROM `ea_ticketlog` WHERE `account_id`=3328;DELETE FROM `ea_ticket` WHERE `account_id`=3328;DELETE FROM... 阅读全文
posted @ 2012-10-19 16:09 firesnow 阅读(292) 评论(0) 推荐(0) 编辑
摘要: ps |grep celery|awk '{print $1}'|xargs kill -9 阅读全文
posted @ 2012-10-18 09:56 firesnow 阅读(214) 评论(0) 推荐(0) 编辑
摘要: $image = imagecreatetruecolor($imgWidth, $imgHeight);$white = imagecolorallocate($image, 255, 255, 255);imagefill($image, 0, 0, $white); 阅读全文
posted @ 2012-09-25 17:03 firesnow 阅读(4731) 评论(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 阅读(310) 评论(0) 推荐(0) 编辑
摘要: 分割array_slice($arr,$start,$total)合并 array_merge() 阅读全文
posted @ 2012-09-15 11:22 firesnow 阅读(190) 评论(0) 推荐(0) 编辑
摘要: http://angellin0.iteye.com/blog/1176784 阅读全文
posted @ 2012-08-22 20:28 firesnow 阅读(95) 评论(0) 推荐(0) 编辑
摘要: http://cn2.php.net/manual/zh/function.date.php 阅读全文
posted @ 2012-08-07 11:33 firesnow 阅读(117) 评论(0) 推荐(0) 编辑
摘要: http://blog.csdn.net/a923544197/article/details/7818100上http://blog.csdn.net/a923544197/article/details/7818105下svn up -r 11242 base.html 回滚svn log -l3 最近3次更新svn merge /分支源目录 当前目录为分支主目录 合并分支更多点击 阅读全文
posted @ 2012-08-06 12:37 firesnow 阅读(108) 评论(0) 推荐(0) 编辑