White Dragon
White Dragon
有没有办法使PHP加载 本机brew安装的php.ini文件呢? 现在发现以前的 PHP 安装的扩展在使用 `phpwebstudy` 的 php 后无法加载到... ``` ➜ lib php -m [PHP Modules] bcmath bz2 calendar Core ctype curl date dba dom exif FFI fileinfo filter ftp...
hello, I want to get the sub-account tree under my current account by account id, get it according to the examples method, and respond to an empty object. In fact,...
用phpspider 写了一个爬小说的的,但是我想在列表也获取内容的时候。遇到了问题。总是拿不到标题。而且方法也是按照官网文档的方式获取的。麻烦那位大佬帮忙看一下哈,或者说我这种方式写错了么。。 请大佬们指点一二。。。 > 报错提示: ``` 2018-11-12 14:26:37 [debug] Find list page: https://www.kanshushenzhan.com/8311/ 2018-11-12 14:26:37 [debug] Find list page: https://www.kanshushenzhan.com/8309/ 2018-11-12 14:26:37 [debug] Find list page: https://www.kanshushenzhan.com/4359/ 2018-11-12 14:26:37 [debug]...
> laravel version: 10.28.0 大致配置: `config/response.php` ``` .... 'exception' => [ \Illuminate\Validation\ValidationException::class => [ 'code' => 422, ], \Illuminate\Auth\AuthenticationException::class => [ ], \Symfony\Component\HttpKernel\Exception\NotFoundHttpException::class =>[ 'message' => '', ], \Illuminate\Database\Eloquent\ModelNotFoundException::class =>...