书栈网 · BookStack 本次搜索耗时 0.029 秒,为您找到 78100 个相关结果.
  • C++

    Build a C++ App with CockroachDB Before you begin Step 1. Install the libpqxx driver Step 2. Start a single-node cluster Step 3. Create a user Step 4. Create a database and gra...
  • The C Preprocessor

    460 2020-12-10 《Build your own Lisp》
    The C Preprocessor The C Preprocessor For such a small project it might be okay that we have to program differently depending on what operating system we are using, but if I w...
  • C++

    744 2020-12-05 《Ceph v15.2 Document》
    C++ S3 Examples Setup Creating (and Closing) a Connection Listing Owned Buckets Creating a Bucket Listing a Bucket’s Content Deleting a Bucket Creating an Object (from a file...
  • C#

    目录 C#应用配置修改 用户初始化 安全认证 参考 详细文档安全认证 登录 在线状态变化回调 发送单聊消息 发送群聊消息 接收消息回调 注销 目录 C#应用配置修改 用户初始化 安全认证 登录 在线状态变化回调 发送单聊消息 接收消息回调 注销 更新日志 C#应用配置修改 1 、可先下载 demo ,...
  • C#

    From JS to C# Dictionary HashSet Anonymous Types Lists Classes Static Classes Sealed Classes ReSharper #Pragma Dependencies Operators Left-shift operator << Architectu...
  • C++

    MetaDescription: Find out how to get the best out of Visual Studio Code and C++. C/C++ for VS Code (预览)(Preview) 安装 Installing C++ Installing C++ support Navigating code Search...
  • C/C++ SDK使用文档

    C/C++ SDK 快速入门 C/C++ SDK 快速入门 当前版本:v3.0, 更新时间:2020-09-16 在项目中引入pdb_csdk.lib 并包含 pdb_api.h 文件,将pdb_csdk.dll 放到执行文件的目录中即可(注意:PinusDB提供的c sdk 为64位版本)。 一个简单的示例: #include <tim...
  • Storing C/C++ structures/objects

    Storing C/C++ structures/objects Storing C/C++ structures/objects Berkeley DB can store any kind of data, that is, it is entirely 8-bit clean. How you use this depends, to some...
  • Version 3 C/C++ API

    620 2020-01-30 《SQLite Document》
    C/C++ Interface For SQLite Version 3 1.0 Overview 2.0 C/C++ Interface 2.1 Opening and closing a database 2.2 Executing SQL statements 2.3 User-defined functions 2.4 User-define...
  • C/C++ SDK使用文档

    C/C++ SDK 快速入门 C/C++ SDK 快速入门 在项目中引入pdb_csdk.lib 并包含 pdb_api.h 文件,将pdb_csdk.dll 放到执行文件的目录中即可(注意:PinusDB提供的c sdk 为64位版本)。 一个简单的示例: #include <time.h> #include <stdio.h> ...