书栈网 · BookStack 本次搜索耗时 0.044 秒,为您找到 5049 个相关结果.
  • 验证器

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

    Asset Manager Upgrade Guide Situations that require upgrading manually Upgrade steps Replace the loader related API with the assetManager related API The relevant interface repl...
  • Item Loaders

    Item Loaders 用Item Loaders装载Items Input and Output processors Declaring Item Loaders Declaring Input and Output Processors Item Loader Context ItemLoader objects Reusing and ...
  • Loaders and Relationship

    Loaders and Relationship Model Loader Loader Expression Many-to-One Relationship Self Referencing Other Relationships Advanced Usage of Loaders Loaders and Relationship L...
  • 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...
  • Icon图标

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

    1423 2019-06-10 《minapp 开发文档》
    minapp.json 更新指南 package.json 更新指南 webpack.config.js 或 webpack.config.ts 更新指南 其它 更新日志 minapp.json 更新指南 Deprecated: compiler.px2rpx 和 compiler.rpx2px 已经废弃了,需要使用 compile...
  • 类加载器

    2236 2018-04-11 《JVM必知必会》
    类加载器 类加载器 public class ClassLoaderTest { public static void main ( String [] args ) { /** * 我们无法获得引导类加载器,因为它是使用c实现的,而且使用引导类加载器加载的类通过g...
  • Routing

    The Routing Component Installation Usage Routing System Setup Defining Routes Route Collections Setting the Request Parameters Loading Routes File Routing Loaders Closure Ro...
  • 13.1 import/export使用

    前言 Node 9下import/export使用简单须知 使用简述 与require()区别 Loader Hooks模式使用 Loader Hooks 使用步骤 Koa2 直接使用import/export 自定义loader规则优化 loader规则优化解析 规则总结 前言 Node 9最激动人心的是提供了在flag模式下使...