书栈网 · BookStack 本次搜索耗时 0.015 秒,为您找到 7629 个相关结果.
  • JavaScript functionality

    JavaScript programming guide Examples Security Global variables Performance JavaScript vs. Native Extensions JavaScript programming guide This page discusses how to use Ja...
  • Versioning

    Versioning Versioning Strategy Tagging strategy Versioning This page discusses how we do versioning and provides information on our stable releases. Versioning Strategy We...
  • WASM

    WASM Programming model How to use WASM APISIX supports WASM plugins written with Proxy WASM SDK . This plugin requires APISIX to run on APISIX-OpenResty , and is under constr...
  • Extensibility

    Extensibility High-level architecture Example SDK Ecosystem See also Extensibility WebAssembly is a sandboxing technology which can be used to extend the Istio proxy (Envo...
  • Your first 2D game

    Your first 2D game Prerequisites Contents Your first 2D game In this step-by-step tutorial series, you will create your first complete 2D game with Godot. By the end of the se...
  • Content guidelines

    Content guidelines Guidelines and principles Writing complete and accessible documentation Limiting cognitive load Up to date This page is up to date for Godot 4.1 . If you ...
  • Traits and Interfaces

    477 2020-09-03 《PonyLang Tutorial》
    Nominal subtyping Traits: nominal subtyping Structural subtyping Interfaces: structural subtyping Like other object-oriented languages, Pony has subtyping . That is, some type...
  • Instances - 实例

    Instances - 实例 构建非持久性实例 创建持久性实例 更新 / 保存 / 持久化一个实例 销毁 / 删除持久性实例 批量操作(一次创建,更新和销毁多行) 一个实例的值 重载实例 递增 递减 Instances - 实例 构建非持久性实例 为了创建定义类的实例,请执行以下操作。 如果你以前编写过 Ruby,你可能认识该语...
  • Functions

    795 2018-03-11 《Learn Javascript》
    Functions Functions Functions, are one of the most powerful and essential notions in programming. Functions like mathematical functions perform transformations, they take inpu...
  • Types and methods

    Types and methods Types and methods The next sections will assume you know what object oriented programming is, as well as the concepts of classes and methods .