书栈网 · BookStack 本次搜索耗时 0.014 秒,为您找到 629 个相关结果.
  • Deploying on ARM

    Antrea ARM support Antrea ARM support Starting with Antrea v0.13, we provide Antrea Docker images for both the arm/v7 and arm64 architectures. At the moment, the standard Antrea...
  • 行列混存

    使用语法 使用实例 Doris 默认采用列式存储,每个列连续存储,在分析场景(如聚合,过滤,排序等)有很好的性能,因为只需要读取所需要的列减少不必要的 IO。但是在点查场景(比如 SELECT * ),需要读取所有列,每个列都需要一次 IO 导致 IOPS 成为瓶颈,特别对列多的宽表(比如上百列)尤为明显。 为了解决点查场景 IOPS 的瓶颈问题,D...
  • CentOS下安装

    CentOS下安装 环境准备 注意事项 选择CPU/GPU 安装方式 安装步骤 验证安装 如何卸载 CentOS下安装 环境准备 64位操作系统 CentOS 6 / 7 Python 2.7/3.5/3.6/3.7 pip或pip3 >= 9.0.1 注意事项 可以使用uname -m && cat /etc/*rele...
  • PyPy’s Release Process

    631 2020-04-19 《PyPy Documentation》
    PyPy’s Release Process Release Policy How to Create a PyPy Release Release Steps Make the release branch Other steps PyPy’s Release Process Release Policy We try to crea...
  • CentOS下安装

    CentOS下安装 环境准备 注意事项 选择CPU/GPU 安装方式 安装步骤 验证安装 如何卸载 CentOS下安装 环境准备 64位操作系统 CentOS 6 / 7 Python 2.7/3.5/3.6/3.7 pip或pip3 >= 9.0.1 注意事项 可以使用uname -m && cat /etc/*rele...
  • Ubuntu下安装

    Ubuntu下安装 环境准备 注意事项 选择CPU/GPU 安装方式 安装步骤 验证安装 如何卸载 Ubuntu下安装 环境准备 64位操作系统 Ubuntu 14.04 /16.04 /18.04 Python 2.7/3.5/3.6/3.7 pip或pip3 >= 9.0.1 注意事项 可以使用uname -m && ...
  • Ubuntu下安装

    Ubuntu下安装 环境准备 注意事项 选择CPU/GPU 安装方式 安装步骤 验证安装 如何卸载 Ubuntu下安装 环境准备 64位操作系统 Ubuntu 14.04 /16.04 /18.04 Python 2.7/3.5/3.6/3.7 pip或pip3 >= 9.0.1 注意事项 可以使用uname -m && ...
  • 13.7 将MainActivity.java 转成 Kotlin 代码

    1368 2019-03-05 《Kotlin极简教程》
    13.7 将MainActivity.java 转成 Kotlin 代码 13.7 将MainActivity.java 转成 Kotlin 代码 选中默认生成的MainActivity.java, 我们使用 IDEA 的 Code > Convert Java File to Kotlin File : 点击转换,即可看到转换成 Kotlin...
  • 创建一个layout

    创建一个layout 创建一个layout 显示天气预报的列表我们使用RecyclerView ,所以你需要在build.gradle 中增加一个新的依赖: dependencies { compile fileTree ( dir : 'libs' , include : [ '*.jar' ]) compil...
  • 操作ElasticSearch

    6079 2020-06-11 《Go语言中文文档》
    1. 操作ElasticSearch 1.1.1. elastic client 1. 操作ElasticSearch 1.1.1. elastic client 我们使用第三方库https://github.com/olivere/elastic 来连接ES并进行操作。 注意下载与你的ES相同版本的client,例如我们这里使用的ES是...