$article_json = json_decode($article_source, 480);
$article_json_xz = json_decode($article_source_xz, 480);
#var_dump($article_json_xz);
$content = $article_json['content'];
$title = $article_json['title'];
$content_xz = $article_json_xz['content'];
$title_xz = $article_json_xz['title'];
$redis = Redis::connection()->client();
$get_path_domain = get_path_settings();
$rand_game_version = rand_game_version();
protected function registerErrorHandling()
{
error_reporting(-1);
set_error_handler(function ($level, $message, $file = '', $line = 0) {
$this->handleError($level, $message, $file, $line);
});
set_exception_handler(function ($e) {
$this->handleException($e);
});
$article_json = json_decode($article_source, 480);
$article_json_xz = json_decode($article_source_xz, 480);
#var_dump($article_json_xz);
$content = $article_json['content'];
$title = $article_json['title'];
$content_xz = $article_json_xz['content'];
$title_xz = $article_json_xz['title'];
$redis = Redis::connection()->client();
$get_path_domain = get_path_settings();
$rand_game_version = rand_game_version();
public function index(Request $request){
$get_path_domain = get_path_settings();
# 缓存系统
if($get_path_domain['cache'] == 1){
$cache_view = Cache::get($request->fullUrl().check_spider(), function () use ($request){
$calc_view_data = self::calc_view_data();
Cache::put($request->fullUrl().check_spider(), ''.$calc_view_data);
return $calc_view_data;
});
}else{
$cache_view = self::calc_view_data();
* @param mixed $value
* @return mixed
*/
function value($value, ...$args)
{
return $value instanceof Closure ? $value(...$args) : $value;
}
}
// the default value for this cache value. This default could be a callback
// so we will execute the value function which will resolve it if needed.
if (is_null($value)) {
$this->event(new CacheMissed($key));
$value = value($default);
} else {
$this->event(new CacheHit($key, $value));
}
return $value;
* @param array $parameters
* @return mixed
*/
public function __call($method, $parameters)
{
return $this->store()->$method(...$parameters);
}
}
if (! $instance) {
throw new RuntimeException('A facade root has not been set.');
}
return $instance->$method(...$args);
}
}
if($get_path_domain['cache'] == 1){
$cache_view = Cache::get($request->fullUrl().check_spider(), function () use ($request){
$calc_view_data = self::calc_view_data();
Cache::put($request->fullUrl().check_spider(), ''.$calc_view_data);
return $calc_view_data;
});
}else{
$cache_view = self::calc_view_data();
}
return response($cache_view);
if (static::isCallableWithAtSign($callback) || $defaultMethod) {
return static::callClass($container, $callback, $parameters, $defaultMethod);
}
return static::callBoundMethod($container, $callback, function () use ($container, $callback, $parameters) {
return $callback(...array_values(static::getMethodDependencies($container, $callback, $parameters)));
});
}
/**
* Call a string reference to a class using Class@method syntax.
* @param mixed $value
* @return mixed
*/
public static function unwrapIfClosure($value)
{
return $value instanceof Closure ? $value() : $value;
}
/**
* Get the class name of the given parameter's type, if possible.
*
if ($container->hasMethodBinding($method)) {
return $container->callMethodBinding($method, $callback[0]);
}
return Util::unwrapIfClosure($default);
}
/**
* Normalize the given callback into a Class@method string.
*
return static::callClass($container, $callback, $parameters, $defaultMethod);
}
return static::callBoundMethod($container, $callback, function () use ($container, $callback, $parameters) {
return $callback(...array_values(static::getMethodDependencies($container, $callback, $parameters)));
});
}
/**
* Call a string reference to a class using Class@method syntax.
*
*
* @throws \InvalidArgumentException
*/
public function call($callback, array $parameters = [], $defaultMethod = null)
{
return BoundMethod::call($this, $callback, $parameters, $defaultMethod);
}
/**
* Get a closure to resolve the given type from the container.
*
*/
protected function callControllerCallable(callable $callable, array $parameters = [])
{
try {
return $this->prepareResponse(
$this->call($callable, $parameters)
);
} catch (HttpResponseException $e) {
return $e->getResponse();
}
}
return $this->callLumenControllerWithMiddleware(
$instance, $method, $routeInfo, $middleware
);
} else {
return $this->callControllerCallable(
[$instance, $method], $routeInfo[2]
);
}
}
/**
if (! method_exists($instance = $this->make($controller), $method)) {
throw new NotFoundHttpException;
}
if ($instance instanceof LumenController) {
return $this->callLumenController($instance, $method, $routeInfo);
} else {
return $this->callControllerCallable(
[$instance, $method], $routeInfo[2]
);
}
protected function callActionOnArrayBasedRoute($routeInfo)
{
$action = $routeInfo[1];
if (isset($action['uses'])) {
return $this->prepareResponse($this->callControllerAction($routeInfo));
}
foreach ($action as $value) {
if ($value instanceof Closure) {
$callable = $value->bindTo(new RoutingClosure);
// Pipe through route middleware...
if (isset($action['middleware'])) {
$middleware = $this->gatherMiddlewareClassNames($action['middleware']);
return $this->prepareResponse($this->sendThroughPipeline($middleware, function () {
return $this->callActionOnArrayBasedRoute($this['request']->route());
}));
}
return $this->prepareResponse(
$this->callActionOnArrayBasedRoute($routeInfo)
*/
protected function prepareDestination(BaseClosure $destination)
{
return function ($passable) use ($destination) {
try {
return $destination($passable);
} catch (Throwable $e) {
return $this->handleException($passable, $e);
}
};
}
// return response(view('path.register.'.$page_register));
// }
if($spider_type == 'tourist'){
return self::page404();
}
return $next($request);
}
private function page404(){
if (Str::of($this->path_setting['page404'])->endsWith('.blade.php')){
$file = Str::of($this->path_setting['page404'])->rtrim('.blade.php');
// since the object we're given was already a fully instantiated object.
$parameters = [$passable, $stack];
}
$carry = method_exists($pipe, $this->method)
? $pipe->{$this->method}(...$parameters)
: $pipe(...$parameters);
return $this->handleCarry($carry);
} catch (Throwable $e) {
return $this->handleException($passable, $e);
return function ($stack, $pipe) {
return function ($passable) use ($stack, $pipe) {
try {
$slice = parent::carry();
return ($slice($stack, $pipe))($passable);
} catch (Throwable $e) {
return $this->handleException($passable, $e);
}
};
};
}else{
Log::info($request_ip."\t".$path_domains['proxy_domain'].$url."\t".$agent);
}
}
}
return $next($request);
}
}
// since the object we're given was already a fully instantiated object.
$parameters = [$passable, $stack];
}
$carry = method_exists($pipe, $this->method)
? $pipe->{$this->method}(...$parameters)
: $pipe(...$parameters);
return $this->handleCarry($carry);
} catch (Throwable $e) {
return $this->handleException($passable, $e);
return function ($stack, $pipe) {
return function ($passable) use ($stack, $pipe) {
try {
$slice = parent::carry();
return ($slice($stack, $pipe))($passable);
} catch (Throwable $e) {
return $this->handleException($passable, $e);
}
};
};
}else{
abort(404);
}
}
return $next($request);
}
}
// since the object we're given was already a fully instantiated object.
$parameters = [$passable, $stack];
}
$carry = method_exists($pipe, $this->method)
? $pipe->{$this->method}(...$parameters)
: $pipe(...$parameters);
return $this->handleCarry($carry);
} catch (Throwable $e) {
return $this->handleException($passable, $e);
return function ($stack, $pipe) {
return function ($passable) use ($stack, $pipe) {
try {
$slice = parent::carry();
return ($slice($stack, $pipe))($passable);
} catch (Throwable $e) {
return $this->handleException($passable, $e);
}
};
};
# 屏蔽请求头 'Bytespider',
$black_agent = ['Googlebot','bingbot','MJ12bot','AhrefsBot','DNSPod-Monitor','BLEXBot','EasouSpider','YandexBot','TestBot/0.1','SemrushBot',];
if(Str::of($request->server('HTTP_USER_AGENT'))->contains($black_agent)){
return response(view('path.error.nginx'), 404);
}
return $next($request);
}
}
// since the object we're given was already a fully instantiated object.
$parameters = [$passable, $stack];
}
$carry = method_exists($pipe, $this->method)
? $pipe->{$this->method}(...$parameters)
: $pipe(...$parameters);
return $this->handleCarry($carry);
} catch (Throwable $e) {
return $this->handleException($passable, $e);
return function ($stack, $pipe) {
return function ($passable) use ($stack, $pipe) {
try {
$slice = parent::carry();
return ($slice($stack, $pipe))($passable);
} catch (Throwable $e) {
return $this->handleException($passable, $e);
}
};
};
{
$pipeline = array_reduce(
array_reverse($this->pipes()), $this->carry(), $this->prepareDestination($destination)
);
return $pipeline($this->passable);
}
/**
* Run the pipeline and return the result.
*
{
if (count($middleware) > 0 && ! $this->shouldSkipMiddleware()) {
return (new Pipeline($this))
->send($this->make('request'))
->through($middleware)
->then($then);
}
return $then($this->make('request'));
}
if (isset($action['middleware'])) {
$middleware = $this->gatherMiddlewareClassNames($action['middleware']);
return $this->prepareResponse($this->sendThroughPipeline($middleware, function () {
return $this->callActionOnArrayBasedRoute($this['request']->route());
}));
}
return $this->prepareResponse(
$this->callActionOnArrayBasedRoute($routeInfo)
);
case Dispatcher::NOT_FOUND:
throw new NotFoundHttpException;
case Dispatcher::METHOD_NOT_ALLOWED:
throw new MethodNotAllowedHttpException($routeInfo[1]);
case Dispatcher::FOUND:
return $this->handleFoundRoute($routeInfo);
}
}
/**
* Handle a route found by the dispatcher.
if (isset($this->router->getRoutes()[$method.$pathInfo])) {
return $this->handleFoundRoute([true, $this->router->getRoutes()[$method.$pathInfo]['action'], []]);
}
return $this->handleDispatcherResponse(
$this->createDispatcher()->dispatch($method, $pathInfo)
);
});
} catch (Throwable $e) {
return $this->prepareResponse($this->sendExceptionToHandler($e));
}
->send($this->make('request'))
->through($middleware)
->then($then);
}
return $then($this->make('request'));
}
/**
* Prepare the response for sending.
*
}
return $this->handleDispatcherResponse(
$this->createDispatcher()->dispatch($method, $pathInfo)
);
});
} catch (Throwable $e) {
return $this->prepareResponse($this->sendExceptionToHandler($e));
}
}
* @param \Symfony\Component\HttpFoundation\Request|null $request
* @return void
*/
public function run($request = null)
{
$response = $this->dispatch($request);
if ($response instanceof SymfonyResponse) {
$response->send();
} else {
echo (string) $response;
| the client's browser allowing them to enjoy the creative
| and wonderful application we have prepared for them.
|
*/
$app->run();
ErrorException
|
---|
ErrorException: Trying to access array offset on value of type null at /www/wwwroot/lzsecondhospital.com/app/Http/Controllers/PathShowController.php:35 at Laravel\Lumen\Application->handleError() (/www/wwwroot/lzsecondhospital.com/vendor/laravel/lumen-framework/src/Concerns/RegistersExceptionHandlers.php:47) at Laravel\Lumen\Application->Laravel\Lumen\Concerns\{closure}() (/www/wwwroot/lzsecondhospital.com/app/Http/Controllers/PathShowController.php:35) at App\Http\Controllers\PathShowController::calc_view_data() (/www/wwwroot/lzsecondhospital.com/app/Http/Controllers/PathShowController.php:73) at App\Http\Controllers\PathShowController->App\Http\Controllers\{closure}() (/www/wwwroot/lzsecondhospital.com/vendor/illuminate/collections/helpers.php:184) at value() (/www/wwwroot/lzsecondhospital.com/vendor/illuminate/cache/Repository.php:105) at Illuminate\Cache\Repository->get() (/www/wwwroot/lzsecondhospital.com/vendor/illuminate/cache/CacheManager.php:418) at Illuminate\Cache\CacheManager->__call() (/www/wwwroot/lzsecondhospital.com/vendor/illuminate/support/Facades/Facade.php:261) at Illuminate\Support\Facades\Facade::__callStatic() (/www/wwwroot/lzsecondhospital.com/app/Http/Controllers/PathShowController.php:76) at App\Http\Controllers\PathShowController->index() (/www/wwwroot/lzsecondhospital.com/vendor/illuminate/container/BoundMethod.php:36) at Illuminate\Container\BoundMethod::Illuminate\Container\{closure}() (/www/wwwroot/lzsecondhospital.com/vendor/illuminate/container/Util.php:40) at Illuminate\Container\Util::unwrapIfClosure() (/www/wwwroot/lzsecondhospital.com/vendor/illuminate/container/BoundMethod.php:93) at Illuminate\Container\BoundMethod::callBoundMethod() (/www/wwwroot/lzsecondhospital.com/vendor/illuminate/container/BoundMethod.php:37) at Illuminate\Container\BoundMethod::call() (/www/wwwroot/lzsecondhospital.com/vendor/illuminate/container/Container.php:653) at Illuminate\Container\Container->call() (/www/wwwroot/lzsecondhospital.com/vendor/laravel/lumen-framework/src/Concerns/RoutesRequests.php:389) at Laravel\Lumen\Application->callControllerCallable() (/www/wwwroot/lzsecondhospital.com/vendor/laravel/lumen-framework/src/Concerns/RoutesRequests.php:355) at Laravel\Lumen\Application->callLumenController() (/www/wwwroot/lzsecondhospital.com/vendor/laravel/lumen-framework/src/Concerns/RoutesRequests.php:329) at Laravel\Lumen\Application->callControllerAction() (/www/wwwroot/lzsecondhospital.com/vendor/laravel/lumen-framework/src/Concerns/RoutesRequests.php:282) at Laravel\Lumen\Application->callActionOnArrayBasedRoute() (/www/wwwroot/lzsecondhospital.com/vendor/laravel/lumen-framework/src/Concerns/RoutesRequests.php:262) at Laravel\Lumen\Application->Laravel\Lumen\Concerns\{closure}() (/www/wwwroot/lzsecondhospital.com/vendor/laravel/lumen-framework/src/Routing/Pipeline.php:48) at Laravel\Lumen\Routing\Pipeline->Laravel\Lumen\Routing\{closure}() (/www/wwwroot/lzsecondhospital.com/app/Http/Middleware/RegisterMiddleware.php:67) at App\Http\Middleware\RegisterMiddleware->handle() (/www/wwwroot/lzsecondhospital.com/vendor/illuminate/pipeline/Pipeline.php:167) at Illuminate\Pipeline\Pipeline->Illuminate\Pipeline\{closure}() (/www/wwwroot/lzsecondhospital.com/vendor/laravel/lumen-framework/src/Routing/Pipeline.php:30) at Laravel\Lumen\Routing\Pipeline->Laravel\Lumen\Routing\{closure}() (/www/wwwroot/lzsecondhospital.com/app/Http/Middleware/LoggingMiddleware.php:48) at App\Http\Middleware\LoggingMiddleware->handle() (/www/wwwroot/lzsecondhospital.com/vendor/illuminate/pipeline/Pipeline.php:167) at Illuminate\Pipeline\Pipeline->Illuminate\Pipeline\{closure}() (/www/wwwroot/lzsecondhospital.com/vendor/laravel/lumen-framework/src/Routing/Pipeline.php:30) at Laravel\Lumen\Routing\Pipeline->Laravel\Lumen\Routing\{closure}() (/www/wwwroot/lzsecondhospital.com/app/Http/Middleware/StaticMiddleware.php:49) at App\Http\Middleware\StaticMiddleware->handle() (/www/wwwroot/lzsecondhospital.com/vendor/illuminate/pipeline/Pipeline.php:167) at Illuminate\Pipeline\Pipeline->Illuminate\Pipeline\{closure}() (/www/wwwroot/lzsecondhospital.com/vendor/laravel/lumen-framework/src/Routing/Pipeline.php:30) at Laravel\Lumen\Routing\Pipeline->Laravel\Lumen\Routing\{closure}() (/www/wwwroot/lzsecondhospital.com/app/Http/Middleware/BlackListMiddleware.php:33) at App\Http\Middleware\BlackListMiddleware->handle() (/www/wwwroot/lzsecondhospital.com/vendor/illuminate/pipeline/Pipeline.php:167) at Illuminate\Pipeline\Pipeline->Illuminate\Pipeline\{closure}() (/www/wwwroot/lzsecondhospital.com/vendor/laravel/lumen-framework/src/Routing/Pipeline.php:30) at Laravel\Lumen\Routing\Pipeline->Laravel\Lumen\Routing\{closure}() (/www/wwwroot/lzsecondhospital.com/vendor/illuminate/pipeline/Pipeline.php:103) at Illuminate\Pipeline\Pipeline->then() (/www/wwwroot/lzsecondhospital.com/vendor/laravel/lumen-framework/src/Concerns/RoutesRequests.php:426) at Laravel\Lumen\Application->sendThroughPipeline() (/www/wwwroot/lzsecondhospital.com/vendor/laravel/lumen-framework/src/Concerns/RoutesRequests.php:263) at Laravel\Lumen\Application->handleFoundRoute() (/www/wwwroot/lzsecondhospital.com/vendor/laravel/lumen-framework/src/Concerns/RoutesRequests.php:237) at Laravel\Lumen\Application->handleDispatcherResponse() (/www/wwwroot/lzsecondhospital.com/vendor/laravel/lumen-framework/src/Concerns/RoutesRequests.php:173) at Laravel\Lumen\Application->Laravel\Lumen\Concerns\{closure}() (/www/wwwroot/lzsecondhospital.com/vendor/laravel/lumen-framework/src/Concerns/RoutesRequests.php:429) at Laravel\Lumen\Application->sendThroughPipeline() (/www/wwwroot/lzsecondhospital.com/vendor/laravel/lumen-framework/src/Concerns/RoutesRequests.php:175) at Laravel\Lumen\Application->dispatch() (/www/wwwroot/lzsecondhospital.com/vendor/laravel/lumen-framework/src/Concerns/RoutesRequests.php:112) at Laravel\Lumen\Application->run() (/www/wwwroot/lzsecondhospital.com/public/index.php:28) |