国产av日韩一区二区三区精品,成人性爱视频在线观看,国产,欧美,日韩,一区,www.成色av久久成人,2222eeee成人天堂

? PHP ????? YII CSS ? JS ??? yii2? ???? ??

CSS ? JS ??? yii2? ???? ??

Dec 17, 2019 pm 04:19 PM
css js yii2 ???? ??

CSS ? JS ??? yii2? ???? ??

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

1. ? ????? ?? ??? ? ????

<?php use yii\helpers\Html;?><?=Html::cssFile(&#39;@web/css/index.css&#39;)?><?=Html::jsFile(&#39;@web/js/jquery.min.js&#39;)?>

2. ??? ???? ???? / web/css ?? /js

<script src="js/nav.js"></script>

3.assetBundle? ???? CSS ??? ? js ????? ??? ? ????.

??? ?? ??: basic/assets/AppAsset.php

<?php
/**
 * @link http://www.yiiframework.com/
 * @copyright Copyright (c) 2008 Yii Software LLC
 * @license http://www.yiiframework.com/license/
 */
 namespace app\assets; 
use yii\web\AssetBundle; 
/**
 * @author Qiang Xue <qiang.xue@gmail.com>
 * @since 2.0
 */
 class AppAsset extends AssetBundle{
     public $basePath = &#39;@webroot&#39;;    
     public $baseUrl = &#39;@web&#39;;    
     public $css = [        
     &#39;css/site.css&#39;,        
     &#39;css/base.css&#39;
    ];    
    public $js = [        
    &#39;js/sliders.js&#39;
    ];    
    public $depends = [ //依賴包,沒有可以不寫
        &#39;yii\web\YiiAsset&#39;,        
        &#39;yii\bootstrap\BootstrapAsset&#39;,  
    ]; 
    //定義按需加載JS方法,注意加載順序在最后  
    public static function addScript($view, $jsfile) {  
        $view->registerJsFile($jsfile, [AppAsset::className(), &#39;depends&#39; => &#39;api\assets\AppAsset&#39;]);  
    }  
      
   //定義按需加載css方法,注意加載順序在最后  
    public static function addCss($view, $cssfile) {  
        $view->registerCssFile($cssfile, [AppAsset::className(), &#39;depends&#39; => &#39;api\assets\AppAsset&#39;]);  
    }  
}

? ?? ?? ??? ??:

<?php
use yii\helpers\Html;use app\assets\AppAsset;
AppAsset::register($this); 
?>

???? ????? ??? ? ????. ??? ?? CSS ? js ??? ???? ?? ??? ??????. ??? ?????.

?? ? ?? ??? ???? ???. file (??: ?? ?? ??? ???? ?? ?? ??? ??? ? ????. ???? ??? ??? ???? ??? ? ????.)

<?php$this->beginPage() ?> 
<?php $this->head() ?>
<?php $this->beginBody() ?> 
<?php $this->endBody() ?>
<?php $this->endPage() ?>

4 ???? ??? ??? ????. ??? ??? ????? ?? ???? ?? ??????

AppAsset::register($this);  
//css定義一樣  
$this->registerCssFile(&#39;@web/css/font-awesome.min.css&#39;,[&#39;depends&#39;=>[&#39;api\assets\AppAsset&#39;]]);  
  
 $this->registerJsFile(&#39;@web/js/jquery-ui.custom.min.js&#39;,[&#39;depends&#39;=>[&#39;api\assets\AppAsset&#39;]]);  
//$this->registerJsFile(&#39;@web/js/jquery-ui.custom.min.js&#39;,[&#39;depends&#39;=>[&#39;api\assets\AppAsset&#39;],
&#39;position&#39;=>$this::POS_HEAD]);

?? ?? ????: yii tutorial

? ??? CSS ? JS ??? 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)

???

??? ??

??? ????
1601
29
PHP ????
1502
276
???
CSS?? ??? ??? ???? ??? CSS?? ??? ??? ???? ??? Jul 27, 2025 am 04:25 AM

CSS? ??? ??? ????? ?? ??? ???????. 1. ?? ??? ???? ??? ??? ???? ?? ?? (? : ???), 16 ? ?? (? : #FF0000), RGB ? (? : RGB (255,0,0)), HSL ? (? : HSL (0,100%, 50%) ? RGBA ?? HSLA (RGBA) (255,0.0); 2. H1 ~ H6 ??, ?? P, ?? A? ?? ???? ?? ? ?? ??? ??? ?? ? ? ???? (A : A : ??, A : ??, A : Active, Div, Span ?; 3. ???

?? CSS ??? ????? ?????? ?? CSS ??? ????? ?????? Jul 27, 2025 am 04:24 AM

? ???? CSS ??? ??? ?? ?? ??? ?? ? ??? ?? ????. 1. ?? (px)? ?? ? ???? ?? ??? ???? ? ????? ?? ? ????? ????? ????. 2. ??? (%)? ?? ????? ?? ???? ???? ????? ????? ???? ??????? ?????. 3.EM? ?? ?? ??? ??????, REM? ?? ?? ??? ??????, ?? ?? ? ?? ?? ??? ?????. 4. ??? ?? (VW/VH/VMIN/VMAX)? ?? ??? ?? ???? ?? ?? ?? ? ?? UI? ?????. 5. ??, ??, ?? ? ?? ?? ???? ???? ??, ?? ?? ????? ? ????, ?? ???? ???? ? ??? ??? ??????. ??? ??? ???? ??? ??? ???? ?? ?? ???? ? ????.

CSS ?? ?? ??? ???? ??? ?????? CSS ?? ?? ??? ???? ??? ?????? Aug 02, 2025 pm 12:11 PM

?? ??? ?? ?? ??? ??? ??? ???? ? ?????. 1. ?? ?? : Blur (10px) ? ?? ??? ???? ???? ?? ??? ?????. 2. ??, ??, ?? ?? ?? ?? ?? ??? ???? ?? ? ? ????. 3. ?? ?? ???? ?? ???? ??? ??? ?????????. 4. ??? ????? ??? ??? @Supports? ?? ???? ???? ???? ? ??? ? ????. 5. ??? ????? ?? ??? ?? ?? ??? ?? ???? ?????. ? ??? ?? ?? ????? ???? ?????.

CSS? ??? ?????? ??? ?????? CSS? ??? ?????? ??? ?????? Jul 29, 2025 am 04:25 AM

??? ???? ?? ???? ?? ?? ??? ???????. 1. A ?? : ?? Unreached ?? ???? ???? ??, 2. A : ??? ? ??? ????? ??, 3. ?? ?? ??? ????? ??, 4 : ?? ?? ???? ????? ???. ??, ?? : ??? ? ??? ??? ????? ??? ???? ???? ???? ???? ? ????. ?? Border-Bottom ?? ????? ??? ???? ?? ??? ??? ??? ??? ??? ???? ??? ? ? ????.

??? ???? ??? ?? ? ?????? ??? ???? ??? ?? ? ?????? Jul 31, 2025 am 10:35 AM

??? ???? ??? ??? ????? ???? ???? ?? CSS ??????. ??? ?? ???? ???? ?? HTML ??? ??? ????? ?? ? ????. ???? ?? ??? ??? ??? ? ?????? ????? ?????? ?????? ??? ? ????. ???? ?? ???? ?????? ??? ??? ??? ?????. ??? ??? ??? ?? ??? ??? ???? ?? ????????. ???? ???? ???? ?? ? ?? ?? ??, ?? ?? ??, ?? ?? ?? ? ?? ?? ???? ?????. ??? ???? ???? ???? ??? ???? ???? ????? ??? ???? ??? ???? ? ? ????.

CSS? ??? ??? ??? CSS? ??? ??? ??? Jul 28, 2025 am 03:34 AM

??? ??? ???? ?? ???? ???? ??? : 2pxdashed#000? ?? ??? ??? ?????. 2. ??? ??, ?? ? ???? ???? ??? ??? ??? ?? ? ? ????. 3. ??? ??? ?? ??? ??? ?? ? ? ??? ???? ?? ????. 4. ??? ??? ??? ???? ?? ???? ?? ?? ???? ?? ????? ???? ?? ????? ???? ?? : ?? ???? (Toright, Black33%, Transparent33%) Repe? ???????.

CSS? ?? ?????? ??? ??? ?????? CSS? ?? ?????? ??? ??? ?????? Aug 02, 2025 am 05:44 AM

@keyframesBounceWith0%, 100%Attranslatey (0) ? 50%Attranslatey (-20px) torecreateAbasicBounce.2.applyTheAnimationToAnElementUsingAnimation : Bounce0.6Sease-in-outinfiniteforsmooth, Continuous-Motion.3. keyframesricatistic-bouncouswithicwithwithwithwithwithwithwithwithwithwithwithwithwithwithwithwithwithwithwithictscceit

?? git ???? ?? ? ??? ???? ?? ?? git ???? ?? ? ??? ???? ?? Jul 28, 2025 am 01:46 AM

?? ? ?? ??? ???? ????? ?? ??? ???????. 1. 1. Gitrm ??? ???? GIT ???? ??? ????? ?? ??? ???? ????? GITRM-R-CACHED? ??????. 2. ?? ? ??? ???? ?? ??? .gitignore? ???? Echo? ?? .gitignore? ?? ??? ???? ">>. Gitignore? ?? .gitignore? ?? ??? ??????. 3. ?? ??? ??????. 4. ??? ??? ???? ?? ? ?? gitfilter? ??????

See all articles