书栈网 · BookStack 本次搜索耗时 0.019 秒,为您找到 304 个相关结果.
  • 功能测试

    功能测试 功能测试 与单元测试加载和执行代码的流程不同,功能测试在浏览器中加载一个页面并测试应用程序的交互功能。 当要校验某个路由对应的应用程序输出内容,需要为对应的路由链接添加 id 属性,以便快速定位链接。 src/widgets/Menu.tsx import { create , tsx } from '@do...
  • 可用的中间件

    可用的中间件 cache icache theme i18n dimensions intersection resize breakpoint store focus Focus 委托示例 injector block 可用的中间件 Dojo 提供了多种可选的中间件,当部件需要实现特定需求时,可以包...
  • Standalone API

    437 2020-09-06 《Dojo v6.0 Tutorial》
    Standalone API Accessing locale message bundles Determining the current locale Changing the root locale and observing locale changes Standalone API Accessing locale messag...
  • Conditional code

    400 2020-09-06 《Dojo v7.0 Tutorial》
    Conditional code Provided features Conditional code The build tool’s static code analyzer is capable of removing dead code branches from the bundles it creates. Named conditio...
  • Styling

    Introduction Styling and theming in Dojo Theming a Dojo application Working with themes
  • Styling

    424 2020-09-06 《Dojo v6.0 Tutorial》
    Introduction Styling and theming in Dojo Theming a Dojo application Working with themes
  • Introduction

    介绍 管理复杂的应用程序 创建高效的应用程序 创建全面的应用程序 创建可适配的应用程序 加快开发 介绍 Dojo 提供了一套设计现代 web 应用程序的完整解决方案,项目需要时也可以逐步的模块化。Dojo 框架可以随着应用程序的复杂性而扩展,可构建的内容从简单的预渲染站点一直到企业级的单页面 web 应用,包括跨多种设备的、接近本地 app...
  • Working with message bundles

    403 2020-09-06 《Dojo v7.0 Tutorial》
    Working with message bundles Bundle default language TypeScript structure Default language module Importing and using bundles Lazy vs. static loading Working with message ...
  • Working with message bundles

    Working with message bundles Bundle default language TypeScript structure Default language module Importing and using bundles Lazy vs. static loading Working with message ...
  • Best practice development

    450 2020-09-06 《Dojo v6.0 Tutorial》
    Best practice development Widget properties Using class-based widgets The virtual DOM Rendering and the DOM Best practice development When working with Dojo widgets, a few ...