书栈网 · BookStack 本次搜索耗时 0.006 秒,为您找到 287 个相关结果.
  • V语言(vlang)学习笔记

    V语言是为构建可维护软件而设计的一种静态类型的编程语言。V语言的语法与Go相似,同时也受Oberon,Rust和Swift语言的影响。
  • SOFAMosn 文档手册

    SOFAMosn 全名 Modular Observable Smart Network,可作为 SOFAMesh 中的数据平面 Sidecar,亦可独立部署使用。使用 Go 语言编写,兼容 Envoy 的 API,可以与 Istio 集成。支持 HTTP 1.1/2.0、SOFARPC 和 Dubbo 协议。
  • F# for Fun and Profit eBook

    If you are completely new to F#, F# is a general purpose functional/hybrid programming language which is great for tackling almost any kind of software challenge. F# is free and o...
  • 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...
  • Flynn 文档中文版

    Flynn 是一个开源的 PaaS 系统,由 Docker 开发。采用 Go 语言编写。支持数据库包括 Postgres、Redis 和 MongoDB. Flynn 使用完全组件化模块化的设计,任何一个组件和模块都可以独立的进行替换。
  • 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的环境下。