书栈网 · BookStack 本次搜索耗时 0.013 秒,为您找到 76 个相关结果.
  • 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...
  • Java For Small Teams(英文)

    This book is an attempt to capture what "good" Java code looks like and the practices that help produce it. This is a problematic document to write. There is no one right answer ...
  • The rustc book

    rustc is the compiler for the Rust programming language, provided by the project itself. Compilers take your source code and produce binary code, either as a library or executable.
  • Glide 文档中文翻译

    Glide是一个快速高效的Android图片加载库,注重于平滑的滚动。Glide提供了易用的API,高性能、可扩展的图片解码管道(<code>decode pipeline</code>),以及自动的资源池技术。
  • [英文]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...
  • Github与Git简明教程

    四大提供代码托管服务的网站:Google Code,CodePlex,SourceForge,Github。Google Code有全球最大的互联网公司谷歌作后台,CodePlex有全球最大的软件公司微软作后台,SourceForge此前一直是是全球最大开源软件开发平台和仓库,Github以相对弱小的姿态,在强敌环伺的时代,不仅没有慢慢销声匿迹,反而一骑绝尘...
  • The Rust Edition Guide

    "Editions" are Rust's way of communicating large changes in the way that it feels to write Rust code.
  • Build your own Lisp

    Learn C and build your own programming language in under 1000 lines of code!
  • Babel v7.4.0 Document

    Babel is a toolchain that is mainly used to convert ECMAScript 2015+ code into a backwards compatible version of JavaScript in current and older browsers or environments.
  • Python 3 Module Examples(英文版)

    This e-book contains my favourite Python modules. Every module comes with a brief description and a code example.