书栈网 · BookStack 本次搜索耗时 0.027 秒,为您找到 1915 个相关结果.
  • v0.80.11 Firefly

    845 2019-12-29 《Ceph v15.0 Document》
    v0.80.11 Firefly Notable Changes v0.80.11 Firefly This is a bugfix release for Firefly. This Firefly 0.80.x is nearingits planned end of life in January 2016 it may also be th...
  • Explain

    Explain Example Path and HTTP methods URL parameters Response Response body fields This version of the OpenSearch documentation is no longer maintained. For the latest versi...
  • 6.3 基于锁设计更加复杂的数据结构

    6.3 基于锁设计更加复杂的数据结构 6.3.1 编写一个使用锁的线程安全查询表 6.3.2 编写一个使用锁的线程安全链表 6.3 基于锁设计更加复杂的数据结构 栈和队列都很简单:接口相对固定,并且它们应用于比较特殊的情况。并不是所有数据结构都像它们一样简单;大多数数据结构支持更加多样化的操作。原则上,这将增大并行的可能性,但是也让对数据保护变得...
  • 安装与编译Windows预测库

    安装与编译Windows预测库 直接下载安装 从源码编译预测库 编译预测demo 硬件环境 软件要求 编译demo 安装与编译Windows预测库 直接下载安装 版本说明 预测库(1.6.3版本) cpu_avx_mkl fluid_inference.zip cpu_avx_openblas fluid...
  • RHEL / CentOS / Fedora installation

    RHEL / Fedora / CentOS Installation RHEL / Fedora / CentOS Installation General dependencies sudo yum install protobuf - devel leveldb - devel snappy - devel opencv - devel b...
  • Full-Text Search

    Full-text search Match Multi match Query string Match phrase Score query Full-text search Use SQL commands for full-text search. The SQL plugin supports a subset of the fu...
  • Boolean

    Boolean field type Parameters for boolean fields Boolean field type Boolean fields accept JSON true and false values, but can also accept strings which are interpreted as e...
  • 2.1. 概述

    2237 2019-12-10 《Boost C++ 库》
    2.1. 概述 2.1. 概述 1998年修订的第一版C++标准只提供了一种智能指针: std::auto_ptr 。 它基本上就像是个普通的指针: 通过地址来访问一个动态分配的对象。 std::auto_ptr 之所以被看作是智能指针,是因为它会在析构的时候调用 delete 操作符来自动释放所包含的对象。 当然这要求在初始化的时候,传给...
  • Headers and Sources

    Headers and Sources Guard blocks / #pragma once #pragma once Precompiled Headers Pimpl pattern How Rust helps Headers and Sources A header file contains definitions of cla...