书栈网 · BookStack 本次搜索耗时 0.013 秒,为您找到 28772 个相关结果.
  • Stone Game

    一、题目 二、解题思路 三、解题代码 一、题目 There is a stone game.At the beginning of the game the player picks n piles of stones in a line. The goal is to merge the stones in one pile observ...
  • Converting

    Converting Converting Sometimes, you may want to animate a wall being broken down by an object,or a bunch of objects collapsing, falling, or bouncing with accurate physics. You...
  • LocaleProvider 多语言

    LocaleProvider多语言 定义 说明 图片展示 代码演示 属性 LocaleProvider多语言 author: 闫申申 定义 用于默认信息等可配置不同语言展示、也可以通过调整属性值来调整展示信息。 说明 两种方式更改信息展示:1、配置LocaleProvider组件的locale属性值,如:enUS、zhCN。2、...
  • CarRecord 用车纪录

    CarRecord用车纪录 定义 图片展示 代码演示 属性 CarRecord用车纪录 author: 闫申申 定义 用车纪录代码。 图片展示 代码演示 import CarRecord from 'pile/dist/components/record' let filedMap = {...
  • Grid 栅格

    Grid栅格 定义 图片展示 代码演示 属性 Grid栅格 author: 闫申申 定义 栅格布局组件。 图片展示 代码演示 import Grid from 'pile/dist/components/grid' < Grid flexCells > <div> </ div > ...
  • CarNumberPicker 选择车牌

    CarNumberPicker选择车牌 定义 图片展示 代码演示 属性 CarNumberPicker选择车牌 author: 闫申申 定义 车牌号码省份简称以及后面紧跟的英文字母。 图片展示 代码演示 import Picker from 'pile/dist/components/picker' c...
  • Switch 开关

    Switch开关 定义 图片展示 代码演示 属性 Switch开关 author: 闫申申 定义 开关选择器,需要表示开关状态/两种状态之间的切换时。 图片展示 代码演示 import Switch from 'pile/dist/components/switch' < Switch isSmall...
  • Label 标签

    Label标签 定义 图片展示 代码演示 属性 Label标签 author: 闫申申 定义 结果页 图片展示 代码演示 import Label from 'pile/dist/components/label' < Label type = "success" >成功类标签</ Label > ...
  • Add elements to the DOM

    Add elements to the DOM What’s the point? Running the Todo app About parent and child Elements in Dart Setting up the page in HTML Getting an element from the DOM Registering...
  • Checkbox 复选框

    Checkbox复选框 定义 图片展示 代码演示 属性 Checkbox复选框 author: 闫申申 定义 滑动条组件 图片展示 代码演示 import Form from 'pile/dist/components/form' const { Checkbox } = Form < ...