书栈网 · BookStack 本次搜索耗时 0.063 秒,为您找到 4454 个相关结果.
  • Carousel走马灯

    Carousel走马灯 何时使用 单独引入此组件 代码演示 API nz-carouselcomponent 方法 InjectionToken 自定义切换效果 Carousel走马灯 旋转木马,一组轮播的区域。 何时使用 当有一组平级的内容。 当内容空间不足时,可以用走马灯的形式进行收纳,进行轮播展现。 常用于一组图片或卡片...
  • Upgrade Guide

    Upgrade Guide Upgrade packages Official plugins Play CDN Migrating to the JIT engine Configure content sources Remove dark mode configuration Remove variant configuration Rep...
  • ANSI Compliance

    ANSI Compliance Arithmetic Operations Cast Rounding in cast Store assignment Type coercion Type Promotion and Precedence Least Common Type Resolution SQL Functions Function ...
  • Undefined Behavior

    Undefined Behavior Reaching Unreachable Code Index out of Bounds Cast Negative Number to Unsigned Integer Cast Truncates Data Integer Overflow Default Operations Standard Libr...
  • 视图

    视图 工具 例子 视图 创建 UI 最基本的组件,view 是一个容器,它支持 flexbox 布局、风格、一些触发处理,和可访问性控制,它被设计成嵌套在其他视图里,并且有 0 到很多个任意类型的孩子。view 直接映射到原生视图,相当于在任意正在运行的平台上的响应,不管它是 UIView ,<div> ,android.view ,等等。这...
  • 快速回弹滚动

    快速回弹滚动 早期的时候,移动端的浏览器都不支持非body元素的滚动条,所以一般都借助 iScroll; Android 3.0/iOS解决了非body元素的滚动问题,但滚动条不可见,同时iOS上只能通过2个手指进行滚动; Android 4.0解决了滚动条不可见及增加了快速回弹滚动效果,不过随后这个特性又被移除; iOS从5.0开始解决了滚动条...
  • Layout 布局

    Layout 布局 设计规则 尺寸 交互 视觉 组件概述 代码示例 API Sider props Sider events Sider slot Sider methods breakpoint width Layout 布局 协助进行页面级整体布局。 设计规则 尺寸 一级导航项偏左靠近 logo...
  • Operators

    Operators Table of Operators Precedence Operators There is no operator overloading. When you see an operator in Zig, you know that it is doing something from this table, and ...
  • Operators

    Operators Table of Operators Precedence Operators There is no operator overloading. When you see an operator in Zig, you know that it is doing something from this table, and ...
  • Carousel走马灯

    Carousel 走马灯 何时使用 代码演示 API 方法 Carousel 走马灯 旋转木马,一组轮播的区域。 何时使用 当有一组平级的内容。 当内容空间不足时,可以用走马灯的形式进行收纳,进行轮播展现。 常用于一组图片或卡片轮播。 代码演示 基本 最简单的用法。 <template> <a-caro...