09 2020 档案

摘要:一、phpmailer 安装或者下载方式: 1、从 github 上下载: https://github.com/PHPMailer/PHPMailer/ 2、使用 composer 安装: composer require phpmailer/phpmailer 二、开启QQ相关服务 设置-》账户 阅读全文
posted @ 2020-09-09 17:45 pengcx 阅读(192) 评论(0) 推荐(0)
摘要:public function score() { $rateTotal = 25;//总评分人数 $rateScore = 7.5;//最终评分 10分制 $totalScore = intval($rateTotal * $rateScore / 2); //总评分 转化为5分制 $percen 阅读全文
posted @ 2020-09-08 16:07 pengcx 阅读(448) 评论(0) 推荐(0)
摘要:function sign_count(){ $cur_day = date('Ymd',time()); $arr = [ ['id' => 7, 'sign_time' => '20200907'], ['id' => 6, 'sign_time' => '20200905'], ['id' = 阅读全文
posted @ 2020-09-07 15:55 pengcx 阅读(280) 评论(0) 推荐(0)