前些天闲着无聊用php写了段采集的代码,执行后发现要遍历的页面有些多,直接炸了,其实在中间加几秒的停留应该会好些(那么多页数据 不炸就奇怪了),代码如下 /** * 获取页面html...
<?php namespace backend\models; class RedisModel { public function _initialize(){ $this->redisHandle = ...
<?php use yii\helpers\Url; $this->registerJsFile('/my-layer/layer.js',['depen...
直接上代码<?php namespace api\controllers; use Yii; use yii\web\Controller; use yii\rest\ActiveController; /** *&n...
直接上代码:private function redisHandle(){ $redis = new \Redis(); $redis->connect('127.0.0.1'...