swoole多线程采集入库示例 详细>>

<?php $page = 120; $worker_num = 10; $redirect_stdout = false; $workers = []; for($i=1;$i<=$worker_num;$i++){ &...
2016-07-21 15:27:00
pcntl多线程采集入库示例 详细>>

<?php header("Content-type: text/html; charset=utf-8"); $mainurl = "http://www.wdzj.com/dangan/"; $maincontent =...
2016-07-20 14:34:19
通过php向图片中加入文字 详细>>

<?php header("content-type:image/png"); $img=ImageCreate(200,200); $bgcolor=ImageColorAllocate($img,255,255,255); $red=ImageColorAlloc...
2016-05-26 11:18:39
Yii2.0验证码排错 详细>>

yii2.0的验证码,我感觉一点都不好,做的太死板。
原因就是,我在module加了一个验证码,却没有显示,看了一下路径,是路径的问题。
追到yii中的captcha.php 和 CaptchaValidator.php 发现 它把路径captchaAction给写死了
2015-01-24 15:13:15
皖ICP备14007051号-2