亚洲国产日韩欧美一区二区三区,精品亚洲国产成人av在线,国产99视频精品免视看7,99国产精品久久久久久久成人热,欧美日韩亚洲国产综合乱

? PHP ????? YII yii2 ?? ?? ???? ???? ??

yii2 ?? ?? ???? ???? ??

Feb 17, 2020 pm 05:57 PM
yii2 ??? ????

yii2 ?? ?? ???? ???? ??

yii2 ?? ?? ??? ?? ??

? ?? ??, ????:

?? ?????? ??? ?? ??

public function actions()
{        return [
        'captcha' => [
            'class' => 'yii\captcha\CaptchaAction',
            'fixedVerifyCode' => YII_ENV_TEST ? 'testme' : null,
            'backColor' => 0x000000,//背景顏色
            'maxLength' => 6, //最大顯示個數(shù)
            'minLength' => 5,//最少顯示個數(shù)
            'padding' => 5,//間距
            'height' => 40,//高度
            'width' => 130,  //寬度
            'foreColor' => 0xffffff,     //字體顏色
            'offset' => 4,        //設置字符偏移量 有效果
        ],       ]; 
}

? ?? ??, ?? ??:

???? ??? ?? ?? ?? ???.

?? ?? ?? ? ????: yii tutorial

class ContactForm extends Model{    
    public $verifyCode;    
    public function rules(){        
            return [
                ['verifyCode', 'required'],
                ['verifyCode', 'captcha'],
          ];
    }
}

?? ??? ?? ??? ?? ???? captcha???. captcha。

第三步,視圖:

用ActiveForm生成對應字段。

captchaAction參數(shù)指定第一步是在寫在哪里的,默認是site

? ?? ?? ??:

ActiveForm? ???? ?? ??? ?????.

captchaAction ????? ? ?? ??? ???? ??? ?????. ???? site ?????.

 <?= $form->field($model, &#39;verifyCode&#39;)->widget(Captcha::className(), [
    &#39;template&#39; => &#39;<div class="row"><div class="col-lg-3">{image}</div><div class="col-lg-6">{input}</div></div>&#39;,
 ]) ?>

???? ?? ? ???? ?? ??? ???????.

?? ????? ???? ????, ???? ??? ??? ?????? ?? ??? ??? ??? ???? ??? ?? ????

????. CaptchaAction? ???? generateVerifyCode ???? ????? ???? ?? ??? ? ????. ?:

namespace yii\captcha;
class   Newcaptcha extends CaptchaAction
{
    protected function generateVerifyCode()
    {
        if ($this->minLength > $this->maxLength) {
            $this->maxLength = $this->minLength;
        }
        if ($this->minLength < 3) {
            $this->minLength = 3;
        }
        if ($this->maxLength > 20) {
            $this->maxLength = 20;
        }
        $length = mt_rand($this->minLength, $this->maxLength);

        $letters = &#39;1234567890123456789012&#39;;
        $vowels = &#39;aeiou&#39;;
        $code = &#39;&#39;;
        for ($i = 0; $i < $length; ++$i) {
            if ($i % 2 && mt_rand(0, 10) > 2 || !($i % 2) && mt_rand(0, 10) > 9) {
                $code .= $vowels[mt_rand(0, 4)];
            } else {
                $code .= $letters[mt_rand(0, 20)];
            }
        }
        return $code;
    }
}
??? ??? ????? ???????.

?? ???? ??? ?????

&#39;captcha&#39; => [
    &#39;class&#39; => &#39;yii\captcha\Newcaptcha&#39;,
    &#39;maxLength&#39; => 5,
    &#39;minLength&#39; =>5
],
?, ??? ?????? ??? ???!????????Yii ?????? ?? ? ?? ??? ?? ??????? ?? ????? ????? ???! ! ??

? ??? yii2 ?? ?? ???? ???? ??? ?? ?????. ??? ??? PHP ??? ????? ?? ?? ??? ?????!

? ????? ??
? ?? ??? ????? ???? ??? ??????, ???? ?????? ????. ? ???? ?? ???? ?? ??? ?? ????. ???? ??? ???? ???? ??? ?? admin@php.cn?? ?????.

? AI ??

Undresser.AI Undress

Undresser.AI Undress

???? ?? ??? ??? ?? AI ?? ?

AI Clothes Remover

AI Clothes Remover

???? ?? ???? ??? AI ?????.

Video Face Swap

Video Face Swap

??? ??? AI ?? ?? ??? ???? ?? ???? ??? ?? ????!

???

??? ??

???++7.3.1

???++7.3.1

???? ?? ?? ?? ???

SublimeText3 ??? ??

SublimeText3 ??? ??

??? ??, ???? ?? ????.

???? 13.0.1 ???

???? 13.0.1 ???

??? PHP ?? ?? ??

???? CS6

???? CS6

??? ? ?? ??

SublimeText3 Mac ??

SublimeText3 Mac ??

? ??? ?? ?? ?????(SublimeText3)

???

??? ??

??? ????
1597
29
PHP ????
1488
72
???
macOS: ???? ??? ??? ???? ?? macOS: ???? ??? ??? ???? ?? Oct 07, 2023 am 08:17 AM

macOS Sonoma??? ?? ??? Apple macOS???? ??? ?? ??? ???? ?? ?? ???? ???? ??? ????. ?? Mac? ????? ?? ??? ? ??? ?????? ???. ???? ?? ? macOS ???? ??? ?? ???? ???? ????? ?? ??? ??? ?? ???????? ??? ?? ?? ??? ??? ? ??? ????. ??? ?? ??? ???? ? ??? ?????. ???? ??? ???? ????? ???? ???? ??? ????? ??? ??? ????. ?? ????? ? ??? ???? ??? ?????. ??? ?? ?? ???.

Chrome? ???? ???? ???? ??? ??? ?? ???? Chrome? ???? ???? ???? ??? ??? ?? ???? Mar 13, 2024 pm 08:55 PM

Google ??? ?? ?? ???? ???? ??? ??? ?? ???? Google Chrome? ???? ????? ???? ? ?? ??? ??? ??? ????. ?? ???? ??? ?? ??? ??? ? Chrome?? ??? ??? ??? ??? ? ??? ??? ?????. ??? ?? ???? ?? ????? Chrome ?? ??? ???? ?? ??? ???? ??? ???????. ?? ??? ??? ?? ????! ?? ??: 1. ?????? ???? ??? ?? ???? ?? "??" ??? ??? ?? ?? ?? ???? "??"? ???? ?????. 2. ? ?????? ??? ? ??? "???? ?? ? ??" ??? ?????. 3. ???? '???? ??'? ?????.

????? ????? ?? ? ???? ????? ????? ?? ? ???? Jan 02, 2024 am 10:22 AM

????? ????? ??? ? ????. ?? ? ??? ?????? ??? ???? ??? ??? ????? ??? ? ??? SMS ????? ??? ? ????. ??, ??????? ????? ??? ?????. ?? ??????? ??????? ??? ???? ???? ?? ??????? ??? ????? ????? ???.

?? ??? ??? ?? ? ????! Google AI? ??? ???? ???? ??? ? ??, GPT-4? ?? ??? ??? ??? ?????. ?? ??? ??? ?? ? ????! Google AI? ??? ???? ???? ??? ? ??, GPT-4? ?? ??? ??? ??? ?????. Apr 12, 2023 am 09:46 AM

"?? ???? ?? ????? ???? ? ?? ??? ???(??? ???) ?? ??? ??? ????. ?? ?? ??? ?? ??? ????." ?? ??? AI? ??? ??? ? ?? ? ? ??? ????. ? ?? ?? ? ??? ?? ???? ???? ? ?? ?? ??? ????. ??? ??? "Pix2Struct"?? ??? ???? ?????. ?? ???? ?? ??????? ?? ????? “?? ???? ??? ??”? ????. ?? ???? ?????? ?? ? ????? ? ?, ?? ???? ??? ?????. ?? ??? ??? ??? ?????? ?? ??? ?? ? ??? ??? ???? ??? ? ????. ??? ?? ??? ?? ??? ? ??? ?? ? ??? ????! (?? ?? ??...) ??? ?? ???? Pix2St

PHP ??? ?? ??: ???? ???? ?? ?? ?? PHP ??? ?? ??: ???? ???? ?? ?? ?? Aug 17, 2023 pm 12:09 PM

PHP ??? ?? ??: ???? ?? ?? ??? ???? ?? ???? ??? ??? ?? ?? ??? ? ??? ??? ???? ??? ?? ? ??? ?????. ????? ???? ??? ??? ???? ?? ????? ???? ?? ????. ? ???? PHP? ???? ???? ?? ?? ??? ???? ??? ?? ??? ?????. ?? ?? ??? ??? ??? ??? ?????. ???? ??? ???? ?? ??? ?? ??? ???? ???. ?? ??? ???? ?? ?????? ??? ??? ???? ??? ???? ??? ??? ?????.

????? ????? ?? ? ?? ??? ?????? ????? ????? ?? ? ?? ??? ?????? Aug 17, 2023 pm 02:49 PM

????? ????? ?? ??? ??? ???? ??, ??? ?? ??, ????? ??, ?? ?? ?? ??? ?? ?????. ??? ??: 1. ???? ??. ???? ??? ???? ??? ?????? ??? ??? ?? ??? ?? ???? ?? ? ????. 2. ??? ?? ??. ???? ?? ??? ??? ????, ???? ????? ?????? ???? ????? ????? ???? ?? ?? 3. ??? ???? ??? ? ????. ??? ?? ?? ??? ?? ?? ??? ??? ???? ?? ?? ?

PHP? ???? ?? ?? ???? ??? ??? ?????? PHP? ???? ?? ?? ???? ??? ??? ?????? Sep 13, 2023 am 11:40 AM

PHP? ???? ?? ?? ???? ??? ??? ?????? CAPTCHA? ???? ??? ?? ???? ???? ?? ????? ???? ?????. ??????? ???? ???, ??, ?? ?? ?? ??? ???? ?? ???? ??? ??? ??? ??? ???? ?? ?? ?? ???? ?? ? ? ????. ? ????? PHP? ???? ?? ?? ???? ??? ??? ???? ???? ?? ??? ?????. 1. PHPGD ????? ???? ???? ????? PHP? GD ?????? ???? ???. GD ?????? ??? ??? ?? ?????.

WordPress ? ??? ?? ?? ?? ??? WordPress ? ??? ?? ?? ?? ??? Mar 05, 2024 pm 01:12 PM

?? ??? WordPress ? ??? ?? ??? WordPress ? ??? ?? ? ??? ? ??? ??? ?? ???? ??? ????. ?? ??? ??? ?? ??, ???? ??? ?? ???? CSS ??? ?? ??? ? ????. ??? ??? ??? ????? ??? ?? ?? ????, ??? ??? ?? ???? ????? ???? ???. ? ????? ? ?? ???? WordPress ? ??? ?? ??? ?? ???? ???? ??? ??? ?? ?? ?? ??? ?????.

See all articles