书栈网 · BookStack 本次搜索耗时 0.017 秒,为您找到 3179 个相关结果.
  • Testing Web Frameworks

    Vue.js AngularJS Angular MobX Redux Express.js GatsbyJS 虽然Jest可能被看做为React特定的测试运行工具,事实上,其是一个万能的测试平台,其有能力适应任何JavaScript库或框架。 在这一节,我们想要链接一些关于将Jest继承到其他流行JS库中的社区帖子和文章。 Vue.j...
  • Spin加载中

    Spin加载中 何时使用 ">代码演示 API nz-spincomponent Spin加载中 用于页面和区块的加载中状态。 何时使用 页面局部处于等待异步数据或正在渲染过程时,合适的加载动效会有效缓解用户的焦虑。 import { NzSpinModule } from 'ng-zorro-antd/spin'...
  • ASP.NET Core

    ASP.NET Core ASP.NET Core 安装 ASP.NET Core 和 TypeScript 新建工程 设置服务项 添加 TypeScript 添加 TypeScript 代码 添加示例代码 构建设置 配置 TypeScript 编译器 配置 NPM 设置 gulp 编写HTML页 测试 调试 添加 Angula...
  • Testing Web Frameworks

    Vue.js AngularJS Angular MobX Redux Express.js Although Jest may be considered a React-specific test runner, in fact it is a universal testing platform, with the ability to ...
  • Making Requests

    Making HTTP Requests Making HTTP Requests To make HTTP requests we will use the Http service. In this example we are creating a SearchService to interact with the Spotify API...
  • Dynamics

    34 2024-12-01 《Blender 4.3 Manual》
    Dynamics Deactivation Dynamics Reference Panel: Physics ‣ Rigid Body ‣ Dynamics Used to control the physics of the rigid body simulation. This panel is available only for Ac...
  • 上下文绑定

    12.1. 上下文绑定 angular.bind 是用来进行上下文绑定,参数动态绑定的工具函数。 var f = angular . bind ({ a : 'xx' }, function (){ console . log ( this . a ); } ...
  • Rotation

    83 2024-08-11 《Blender 4.2 Manual》
    Rotation Angular Velocity Rotation Reference Panel: Particle System ‣ Rotation These parameters specify how the individual particles are rotated at the start of, and during,...
  • Steps步骤条

    Steps步骤条 何时使用 代码演示 API nz-stepscomponent nz-stepcomponent Steps步骤条 引导用户按照流程完成任务的导航条。 何时使用 当任务复杂或者存在先后关系时,将其分解成一系列步骤,从而简化任务。 import { NzStepsModule } from 'ng...
  • 模板驱动的表单

    模版驱动表单 模版驱动表单 在Angular 2中构建表单最直接的方法是利用为您提供的指令。 首先,考虑一个典型的表单: <form method = "POST" action = "/register" id = "signup-form" > <label for = "email" > Email </label...