Loading...
annotations是通过反射实现的。代码示例是annotations 1.7版本github地址为、https://github.com/doctrine/annotationsphp-di的文档地址:http://php-di.org/doc/annotations.html声明自己的自定义注解namespace App\annotations; /** * @Annotation...
原文地址:https://blog.csdn.net/qq_20678155/article/details/70158374 /** * * 工具类...
CORS代码解决方案namespace app\index\behavior; use think\Response; class CORS { public function run(&$dispatch) { $host_name = isset($_SERVER['HTTP_ORIGIN']) ? $_SE...
之前说过nginx其中的try_files选项、如果没有则走服务器404错误码的选项 location ~ .+\.php.*$ { ...
在写这篇文章的时候。阿里云的全站加速api还没有完成,SDK还没有写好。文档是这B样下面的签名和请求部分代码<?php /** * Created by PhpStorm. * User: qidong * Date: 2019-02-18 * Time: 15:30 */ namespace Home\Service; class AliCdn { publ...