书栈网 · BookStack 本次搜索耗时 0.010 秒,为您找到 1462 个相关结果.
  • Apache Druid v0.20.2 Documentation

    Apache Druid 是一个高性能实时分析数据库。它是为大型数据集上实时探索查询的引擎,提供专为 OLAP 设计的开源分析数据存储系统.
  • Visual Studio Code v1.46 Document

    Visual Studio Code is a lightweight but powerful source code editor which runs on your desktop and is available for Windows, macOS and Linux. It comes with built-in support for Jav...
  • Flutter by Example

    Flutter By Example is a collection of example tutorials that will help you master Flutter by coding real apps. Whether you've been writing software for years and want to pick up Fl...
  • Apache Doris 文档(201812)

    Apache Doris (incubating)(原Palo)是一款百度大数据团队自主研发的MPP数据库,其功能和性能已达到或超过国内外同类产品。
  • Apache Druid v0.18.1 Documentation

    Apache Druid 是一个高性能实时分析数据库。它是为大型数据集上实时探索查询的引擎,提供专为 OLAP 设计的开源分析数据存储系统.
  • TiKV 6.1 Documentation

    TiKV 是一个开源的分布式事务 Key-Value 数据库,支持跨行 ACID 事务,同时实现了自动水平伸缩、数据强一致性、跨数据中心高可用和云原生等重要特性,最初由 PingCAP 团队在 2016 年作为 TiDB 的底层存储引擎设计并开发,于 2018 年 8 月被 CNCF 宣布接纳为 CNCF 沙箱云原生项目。
  • Linux内核揭秘(Linux Inside 英文版)

    A book-in-progress about the linux kernel and its insides. The goal is simple - to share my modest knowledge about the insides of the linux kernel and help people who are intereste...
  • 理解Linux进程

    本书受理解Unix进程启发而作,用极简的篇幅深入学习进程知识。 理解Linux进程用Go重写了所有示例程序,通过循序渐进的方法介绍Linux进程的工作原理和一切你所需要知道的概念。
  • 手把手教你hyperledger fabirc v1.1

    网上大多数hyperledger fabric的教程都是基于0.6或者1.0等比较老的版本, 主要采用go语言开发chaincode, 采用java-sdk去调用链码. 从fabirc1.1开始,官方推荐使用nodejs去开发链码,node-sdk调用代码. 传智播客物联网+区块链学院带您使用nodejs开发hyperledger.
  • Tornado Tcp Program

    本书主要通过讲解tornado相关api及技巧,来进行tcp编程以及rpc相关知识。 这里是各种服务器性能的一个简单对比,看过之后,可以发现tornado的性能还是很不错的,基本可以达到go的水平。特别是在pypy的环境下。