书栈网 · BookStack 本次搜索耗时 0.008 秒,为您找到 758 个相关结果.
  • [英文] Tsuru Document v1.6

    Tsuru is an open source PaaS that makes it easy and fast to deploy and manage applications on your own servers.
  • [英文] Tokio v0.1 Document

    Tokio 是 Rust 中的异步编程框架,它将复杂的异步编程抽象为 Futures、Tasks 和 Executor,并提供了 Timer 等基础设施。Tokio 快速、可靠,且可扩展。
  • [英文]Modern Java - A Guide to Java 8

    Welcome to my introduction to Java 8. This tutorial guides you step by step through all new language features. Backed by short and simple code samples you'll learn how to use defau...
  • How to Make a Computer Operating System(英文)

    Online book about how to write a computer operating system in C/C++ from scratch.
  • [英文] big book of powershell error handling

    Despite the title, this is actually a very small, concise book designed to help you understand how PowerShell generates and deals with errors. It's also designed to help you build ...
  • Rxjs 5 ultimate(英文版)

    This book is meant to be starter as well as intermediate book for anyone starting out with Rxjs.
  • Full Speed Python(英文版)

    Full Speed Python: a book for self-learners
  • Golang Gin框架英文文档

    Gin is a HTTP web framework written in Go (Golang). It features a Martini-like API with much better performance -- up to 40 times faster. If you need smashing performance, get your...
  • [英文] 120 Data Science Interview Questions

    Answers to 120 commonly asked data science interview questions.
  • [英文] Go RPC 开发指南

    本书首先介绍了使用Go官方库开发RPC服务的方法,然后介绍流行gRPC库以及其它一些RPC框架如Thrift等,后面重点介绍高性能的分布式全功能的RPC框架 rpcx。读者通过阅读本书,可以快速学习和了解Go生态圈的RPC开发技术,并且应用到产品的开发中。