书栈网 · BookStack 本次搜索耗时 0.031 秒,为您找到 39790 个相关结果.
  • Shrink index

    Shrink index Example Path and HTTP methods URL parameters Request body The max_shard_size parameter Index codec considerations Shrink index Introduced 1.0 The shrink in...
  • Graph Algorithms

    Graph Algorithms Graph Algorithms The logic blocks with which the Graph API and top-level algorithms are assembled are accessible in Gelly as graph algorithms in the org.apach...
  • Graph Algorithms

    Graph Algorithms Graph Algorithms The logic blocks with which the Graph API and top-level algorithms are assembled are accessible in Gelly as graphalgorithms in the org.apache...
  • 渲染对象

    渲染对象 渲染对象 有时候我们需要多次渲染,比如先将一些内容渲染到FrameBuffer中,然后再输出到屏幕。 在3D扩展中,我们可以使用RenderTarget对象来创建一块可绘制的FrameBuffer。 const vertex = /* glsl */ ` precision highp float ; ...
  • 使用目标三元组描述目标平台

    使用目标三元组描述目标平台 目标三元组 JSON 描述文件 使用目标三元组描述目标平台 代码 cargo 在编译项目时,可以附加目标参数 --target <target triple> 设置项目的目标平台。平台包括硬件和软件支持,事实上,目标三元组(target triple) 包含:cpu 架构、供应商、操作系统和 ABI 。 安...
  • 搜索二维矩阵

    搜索二维矩阵 题目 解题思路 搜索二维矩阵 题目 Leetcode 编写一个高效的算法来搜索 m x n 矩阵 matrix 中的一个目标值 target。该矩阵具有以下特性: 每行的元素从左到右升序排列。 每列的元素从上到下升序排列。 示例: 现有矩阵 matrix 如下: [ [ 1 , 4 , 7 ...
  • 自定义规则

    内建规则 mode.debug mode.release mode.check mode.profile mode.coverage qt.static qt.shared qt.console qt.application wdk.env.kmdf wdk.env.umdf wdk.env.wdm wdk.driver wdk.b...
  • 81. Search in Rotated Sorted Array II

    题目描述(中等难度) 解法一 总 题目描述(中等难度) 33题 的升级版,数组的操作没有变,所谓的旋转数组,就是把有序数组前边若干个数字移动到末尾。区别在于这道题出现了重复的数字,同样是找 target。 解法一 把数组遍历一遍,然后依次判断数字是否相等的解法,当然就不用说了。这里直接在33 题 解法三的基础上去修改。33 题算法基于一...
  • Cross-compilation

    Cross-compilation Cross-compilation Crystal supports a basic form of cross compilation . In order to achieve this, the compiler executable provides two flags: --cross-compile...
  • Cross-compilation

    Cross-compilation Cross-compilation Crystal supports a basic form of cross compilation . In order to achieve this, the compiler executable provides two flags: --cross-compile...