The uploadscript feature triggers a script after every upload that is made and hands over the path to the uploaded file as argument 1 ("$1") to the script. You can use the script to do something the with file immediately after the upload
linux常用命令行代码
Standard网址: http://www.commandlinefu.com
mysql磁盘IO问题
Standard操作流程...
淘宝坏了?支付请求返回”执行命令失败!”,已经半小时了
Standard淘宝坏了?支付请求返回”执行命令失败!”,已经半小时了
Mysql多机备份shell
Standard代码...
各种JS frameworks的性能测试
Standard各种JS frameworks的性能测试: http://experiment.bcse.info/slickspeed/ 测试下来显示peppy的选择器速度最快. 以下方法可将peppy设为jquery的选择器...
Mysql同步出错处理
StandardMysql主从同步出错 SET GLOBAL SQL_SLAVE_SKIP_COUNTER=1 ...
喜欢上海的理由(力波啤酒广告歌)
Standard突然在网上看到这首广告歌的歌词(力波主题曲),很能让人产生共鸣的一首歌,据说还是我以前公司一大牛写的.广告视频及歌词如下...
批量化根据外网IP来更改内网IP
Standard外网eth0 68.168.118.? 内网eth1 192.168.1.? sed...
《一天一个设计模式》整理转载
Standard工厂模式...单件模式...备忘模式...策略模式...状态模式...