书栈网 · BookStack 本次搜索耗时 0.028 秒,为您找到 10348 个相关结果.
  • Displaying sprites

    749 2021-07-27 《Learning Pixi》
    Displaying sprites Using aliases A little more about loading things Make a sprite from an ordinary JavaScript Image object or Canvas Assigning a name to a loading file Monitorin...
  • 国际化

    国际化 兼容 vue-i18n@5.x 兼容其他 i18n 插件 兼容 vue-i18n@6.x 按需加载里定制 i18n 通过 CDN 的方式加载语言文件 国际化 Element 组件内部默认使用中文,若希望使用其他语言,则需要进行多语言设置。以英文为例,在 main.js 中: // 完整引入 Element import V...
  • Opt-out from Google Analytics

    Opt-out from Google Analytics Opt-out from Google Analytics It is possible to opt-out from Google Analytics by simply setting the disabled property to true.The disabled prope...
  • 快速上手

    Zarm Vue 版本 Install 安装 Import 引入 Zarm Vue 版本 稳定版: 开发版: Install 安装 npm install zarm - vue -- save Import 引入 全组件引入 import Vue from 'vu...
  • Plugins

    Plugins External Packages Vue Plugins ES6 plugins Inject in $root & context Inject into Vue instances Inject into context Combined inject Client-side only Name conventional ...
  • Get started

    Get started Installation Usage Component scope Import methods API Track multiple accounts Use functions or/and Promises Get started Installation npm install vue - anal...
  • 备份与恢复

    备份与恢复 下载 TiDB 工具集 (Linux) 使用 mydumper /loader 全量备份恢复数据 mydumper /loader 全量备份恢复最佳实践 从 TiDB 备份数据 向 TiDB 恢复数据 备份与恢复 本文档将详细介绍如何对 TiDB 进行全量备份与恢复。增量备份与恢复可使用 TiDB Binlog 。 这里我...
  • 验证器

    验证器 验证器初始化 分层验证器 跨模块调用 验证器 验证器是最推荐的方式,为具体的验证场景或者数据定义好验证器类,直接调用验证类的 verify 方法即可完成验证,下面是一个例子: 我们定义一个 app\validate\index\User 验证器类用于 User 的验证,验证器必须继承验证类 ginkgo\Validate 。 n...
  • 快速上手

    快速上手 本文将介绍如果在项目中使用 WeVue。 创建一个 vue.js 项目,推荐引用最新版本的 vue-cli 工具来创建。 npm install - g @vue / cli @vue / cli - service - global vue create <your_projectname> 引入 WeV...
  • 国际化

    国际化 兼容 vue-i18n@5.x 兼容其他 i18n 插件 兼容 vue-i18n@6.x 按需加载里定制 i18n 通过 CDN 的方式加载语言文件 国际化 Element 组件内部默认使用中文,若希望使用其他语言,则需要进行多语言设置。以英文为例,在 main.js 中: // 完整引入 Element import V...