书栈网 · BookStack 本次搜索耗时 0.051 秒,为您找到 4692 个相关结果.
  • Carousel

    How it works Example Slides only With controls With indicators With captions Crossfade Individual .carousel-item interval Disable touch swiping Dark variant Custom trans...
  • 手动部署集群

    手动部署 监视器的自举引导 添加 OSD 精简型 细致型 总结 手动部署 所有 Ceph 集群都需要至少一个监视器、且 OSD 数量不小于副本数。自举引导初始监视器是部署 Ceph 存储集群的第一步,监视器的部署也为整个集群奠定了重要框架,如存储池副本数、每个 OSD 拥有的归置组数量、心跳周期、是否需认证等,其中大多数选项都有默认值,但是...
  • Administration & Usage from CLI

    Administration & Usage from CLI Administration & Usage from CLI Once the server is running it’s time to use the management tool. This can be downloaded from the GitHub Release ...
  • 手势操作

    chimee-plugin-gesture install 配置 chimee-plugin-gesture 该插件是一个基础插件,移动端的插件可以继承它,为这些插件提供手势事件,暴露给上层插件使用 install 安装 # 依赖于 chimee, 首先需要安装 chimee npm install chimee # 安装...
  • 5.1 使用平台无关的文件操作

    5.1 使用平台无关的文件操作 准备工作 具体实施 工作原理 更多信息 5.1 使用平台无关的文件操作 NOTE :此示例代码可以在 https://github.com/dev-cafe/cmake-cookbook/tree/v1.0/chapter-5/recipe-01 中找到,其中包含一个C++例子。该示例在CMake 3.5版(...
  • 第五小节:Hello React

    855 2019-06-22 《前端大宝书》
    Hello React 初始化一个项目react-hello 启动项目 退出项目 修改项目 Hello React 初始化一个项目react-hello create - react - app react - hello 注意 :不要出现项目套项目,仓库套仓库。项目名称不要取包名(react…)。 启动项目 npm star...
  • pwa

    @vuepress/plugin-pwa Install Usage Options serviceWorker generateSWConfig updatePopup popupComponent Migration from 0.x Service Worker SW-Update Popup Customize the UI of...
  • Riak服务

    Riak Service 创建一个Dockerfile Install and setup project dependencies 创建一个supervisord配置文件 创建一个Riak的docker 镜像 下一步 Riak Service 注: 这个例子环境是假设你已经运行了docker进程,更多详细信息请查看运行例子,如果你不喜...
  • 重大更改

    重大更改 重大更改的类型 计划重写的 API (23.0) Removed: Windows 7 / 8 / 8.1 support 已删除:BrowserWindow scroll-touch-* 事件 已移除:webContents.incrementCapturerCount(stayHidden, stayAwake) 已移除:webC...
  • useClickAway

    useClickAway 介绍 代码演示 基本用法 自定义事件 API 类型定义 参数 Options useClickAway 介绍 监听点击元素外部的事件。 代码演示 基本用法 <div ref = "root" /> import { ref } from 'vue' ; import...