书栈网 · BookStack 本次搜索耗时 0.007 秒,为您找到 9 个相关结果.
  • [英文] Django Girls Tutorial: Extensions

    In this manual we are going to explain to you how Django Girls works, what you need to do and how to get started. So... let's get into details:
  • virtualenvwrapper 4.8.4 document

    virtualenvwrapper is a set of extensions to Ian Bicking’s virtualenv tool. The extensions include wrappers for creating and deleting virtual environments and otherwise managing you...
  • Pagekit Documentation

    Pagekit is a modern and lightweight open source CMS. In the documentation you will learn how to install it, how to use the interface and how to develop extensions and themes for th...
  • Cython 3.0 Documentation

    Cython is an optimising static compiler for both the Python programming language and the extended Cython programming language (based on Pyrex). It makes writing C extensions for Py...
  • 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...
  • Visual Studio Code (vscode) v1.51 Extension API

    Visual Studio Code is built with extensibility in mind. From the UI to the editing experience, almost every part of VS Code can be customized and enhanced through the Extension API...
  • [英文]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...
  • RxJS 5 ultimate 中文版

    RxJS 是使用 Observables 的响应式编程的库,它使编写异步或基于回调的代码更容易。这个项目是 Reactive-Extensions/RxJS(RxJS 4) 的重写,具有更好的性能、更好的模块性、更好的可调试调用堆栈,同时保持大部分向后兼容,只有一些破坏性的变更(breaking changes)是为了减少外层的 API 。本书为 RxJS ...
  • ReactiveX/RxJava文档中文版

    ReactiveX是Reactive Extensions的缩写,一般简写为Rx,最初是LINQ的一个扩展,由微软的架构师Erik Meijer领导的团队开发,在2012年11月开源,Rx是一个编程模型,目标是提供一致的编程接口,帮助开发者更方便的处理异步数据流,Rx库支持.NET、JavaScript和C++,Rx近几年越来越流行了,现在已经支持几乎全部的...