摘要:
需求看上去及其简单,如下: 用文字描述就开始不容易了。 先按等级排个序,根据下一个等级,推前一个等级: --C B V A 在计算一下升级需要的积分:--C表示普通会员 需要5k积分--B表示银卡 需要10k积分--V表示金卡 需要25k积分--A表示钻石卡 --TIER 等级,描述较为详细--VI 阅读全文
摘要:
now i have no time to verify this bash script. it is hard for me to delete each data via primary key #!/bin/bash if [[ ${1} == "" ]];then echo "Please 阅读全文