摘要:
/** * 分单算法 * @param $size * @param $order_money * @return array */ static function splitting_order($order_money, $size = 500) { if (0 != $order_money % $size)... 阅读全文
摘要:
Linux下 service crond restart */10 * * * * /home/mysqlbackup.sh >/home/runssh.log backup.sh #bin/bash source ~/.bash_profile LANG=en_US.UTF-8 cd /home/backup/gch Now=$(date +"%Y%m%d%H%M%S") File=b... 阅读全文