2020/5/7

yii设置后台默认主页

'defaultRoute'

  • yii
  • 2020/5/7
  • helei
  • 1,359
  • 2020/5/6

    修改maven中央仓库地址

    在mirrors下面添加 <mirror> <id>nexus-aliyun</id> <mirrorOf>cent…

  • maven
  • 2020/5/6
  • helei
  • 661
  • 2020/3/31

    yii index页面自定义html

    [ 'format' => ['raw'], 'value' => function($data){ $butto…

  • yii
  • 2020/3/31
  • helei
  • 912
  • 2020/3/31

    yii2显示图片

    $this->registerCssFile(Yii::$app->request->baseUrl.'/css/zoom.css'); $this->registerJsFile(Yii…

  • yii
  • 2020/3/31
  • helei
  • 905
  • 2020/3/31

    Yii2 下拉框带搜索功能并关联数据库数据

    use kartik\select2\Select2; use yii\helpers\ArrayHelper; <?php echo $form->field($mode…

  • yii
  • 2020/3/31
  • helei
  • 970
  • 2020/3/27

    html div 居中

    transform: translate(0, -50%);//偏移量 display:flex;align-items:center; justify-content:cen…

  • css
  • 2020/3/27
  • helei
  • 930
  • 2020/3/27

    苹果浏览器Date返回Invalid Date

    由于js渲染引擎不同,在chrome上的日期格式在safari上不兼容 iPhone中的safari所支持的格式为 YYYY,…

  • JavaScript
  • 2020/3/27
  • helei
  • 962
  • 2020/3/24

    yii views index 中的分页添加首页尾页

    'pager'=>[ // 'options'=>['class'=>'hidden'],//关闭自带分页 …

  • yii分页
  • 2020/3/24
  • helei
  • 962
  • 2020/3/19

    php导出excel

    header("Content-Type:application/vnd.ms-execl"); header("Content-Disposition:attachmen…

  • php
  • 2020/3/19
  • helei
  • 1,144
  • 2020/3/17

    echarts标题

    title:{ subtext:'副标题',   //副标题文本样式    subtextStyle:{} text:'标题文本', …

  • echarts
  • 2020/3/17
  • helei
  • 900