书栈网 · BookStack 本次搜索耗时 0.029 秒,为您找到 493 个相关结果.
  • 对象字面量扩展

    对象字面量扩展 简约属性 简约方法 简约匿名 ES5 Getter/Setter 计算型属性名 设置[[Prototype]] 对象super 对象字面量扩展 ES6给不起眼儿的{ .. } 对象字面量增加了几个重要的便利扩展。 简约属性 你一定很熟悉用这种形式的对象字面量声明: var x = 2 , y = ...
  • 1 在Windows上安装Zabbix agent 2

    1 在Windows上安装Zabbix agent 2 概述 安装MinGW编译器 编译PCRE开发库 安装64位PCRE 安装32位PCRE 安装OpenSSL开发库 编译Zabbix agent 2 32位 64位 1 在Windows上安装Zabbix agent 2 概述 本节演示如何从源代码安装Zabbix agent...
  • Cheating Lexical

    Cheating Lexical eval with Performance Cheating Lexical If lexical scope is defined only by where a function is declared, which is entirely an author-time decision, how co...
  • 序列协议

    序列协议 序列协议 int PySequence_Check (PyObject *o) 如果对象提供序列协议,函数返回 1 ,否则返回 0 。 请注意它将为具有 __getitem__() 方法的 Python 类返回 1 ,除非它们是 dict 的子类,因为在一般情况下无法确定它所支持键类型。 此函数总是会成功执行。 Py_ssize_t...
  • QuickJS基准测试

    QuickJS基准测试 结果 测试细节 QuickJS基准测试 结果 这里是 bench-v8 version 7 benchmark 的测试结果 引擎 QuickJS DukTape XS MuJS JerryScript Hermes V8 —jitless V8 (JIT) 可执行文件尺寸 620...
  • Autocomplete自动完成

    Autocomplete自动完成 何时使用 ">代码演示 API [nzAutocomplete]directive nz-autocompletecomponent nz-auto-optioncomponent Autocomplete自动完成 输入框自动完成功能。 何时使用 需要自动完成时。 import { NzA...
  • 2.8 – Metatables

    2.8 – Metatables 2.8 – Metatables Every table and userdata object in Lua may have a metatable. This metatable is an ordinary Lua table that defines the behavior of the original...
  • Signing Keys

    Signing Keys Signing Keys As previously discussed, NKEYs are identities, and if someone gets a hold of an account or operator nkey they can do everything you can do as you. NA...