书栈网 · BookStack 本次搜索耗时 0.035 秒,为您找到 5049 个相关结果.
  • How to extend Webpack config to load audio files?

    How to extend Webpack to load audio files? How to extend Webpack to load audio files? Audio files should be processed by file-loader . This loader is already included in the...
  • webpack

    Using Webpack with Video.js Video.js CSS: Handling .eot files in Webpack Using Webpack with videojs-contrib-hls Using Webpack with Video.js Video.js, and the playback techno...
  • TranslatedLayer

    TranslatedLayer TranslatedLayer class paddle.jit.TranslatedLayer ( programs, persistable_vars ) [源代码] TranslatedLayer 是一个命令式编程模式 Layer 的继承类, 通过 load 载入构建。能够像一般 Layer 一样在...
  • How to extend Webpack to load audio files?

    How to extend Webpack to load audio files? How to extend Webpack to load audio files? Audio files should be processed by file-loader . This loader is already included in the de...
  • DataLoader

    DataLoader DataLoader class paddle.fluid.io. DataLoader [源代码] from_generator (feed_list=None, capacity=None, use_double_buffer=True, iterable=True, return_list=False, use...
  • 验证器

    验证器 分层验证器 跨模块调用 验证器 验证器是最推荐的方式,为具体的验证场景或者数据定义好验证器类,直接调用验证类的 verify 方法即可完成验证,下面是一个例子: 我们定义一个 app\validate\index\User 验证器类用于 User 的验证。 namespace app\validate\index ; u...
  • Introduction

    介绍 Vue Loader 是什么? webpack 是什么? 介绍 Vue Loader 是什么? vue-loader 是一个 webpack 的 loader,可以将用下面这个格式编写的 Vue 组件转换为 JavaScript 模块: 这里有一些 vue-loader 提供的很酷的特性: 默认支持 ES2015; 允许对...
  • 项目建构

    项目建构 开始 懒人专用 编写配置 更新依赖 入口和(Entry) 构建目标(Targets) 模块(Module) 更新 /\.vue$/ rule 的 loader 更新 /\.js$/ rule 的 loader 解析(Resolve) resolve.alias postcss 插件 postcss-mpvue-wxss p...
  • DataLoader

    DataLoader 方法 from_generator(feed_list=None, capacity=None, use_double_buffer=True, iterable=True, return_list=False, use_multiprocess=False, drop_last=True) from_dataset(dataset,...
  • Icon图标

    Icon 图标 图标的命名规范 如何使用 (WEB 版) 如果使用纯粹的 webpack ,配置如下: 如果使用 atool-build 作为构建工具,webpack.config.js 文件写法稍有不同,配置如下: 如果使用 dva-cli 创建项目,则默认构建工具为 roadhog,其配置方式参考 官方文档 组件中使用示例代码如下: 本地部...