06 2019 档案
摘要:model.php文件\\ use Illuminate\Database\Eloquent\Builder;use Illuminate\Database\Eloquent\Relations\Relation;use Illuminate\Database\Eloquent\Relations\
阅读全文
摘要:if (strpos($employee['avatar'], 'http') !== false) { // 获取https头像 取消ssl验证 $arrContextOptions = [ "ssl" => [ "verify_peer"=>false, "verify_peer_name"=>
阅读全文
摘要:统计表使用百度echarts http://echarts.baidu.com/echarts2/doc/start.html使用时 可以仿照 实例进行参数配置
阅读全文
摘要:、引入第三方类库 .class.php文件 1.1 类库有写namespace命名空间 1. namespace Org\Util; 2. class Auth { 3. }保存到ThinkPHP/Library/Org/Util/Auth.class.php。(也就是说以Think、Org为根命名
阅读全文