书栈网 · BookStack 本次搜索耗时 0.031 秒,为您找到 505 个相关结果.
  • 11. Map and WeakMap

    11. Map and WeakMap ES6 introduces new set of data structures called Map and WeakMap . Now, we actually use maps in JavaScript all the time. In fact every object can be consider...
  • 序列协议

    序列协议 序列协议 int PySequence_Check (PyObject *o) Part of the Stable ABI . 如果对象提供序列协议,函数返回 1 ,否则返回 0 。 请注意它将为具有 __getitem__() 方法的 Python 类返回 1 ,除非它们是 dict 的子类,因为在一般情况下无法确定它所支...
  • 30.把数组排成最小的数

    一、题目 二、解题思路 三、解题代码 一、题目 输入一个正整数数组,把数组里所有数字拼接起来排成一个数,打印能拼接出的所有数字中最小的一个。 例子说明: 例如输入数组{3, 32, 321},则扫描输出这3 个数字能排成的最小数字321323。 二、解题思路 第一种:直观解法 先求出这个数组中所有数字的全排列,然后把每个排列拼起来,...
  • 11. Map 和 WeakMap

    11. Map 和 WeakMap ES6 中两种新的数据结构集:Map 和 WeakMap 。事实上每个对象都可以看作是一个 Map 。 一个对象由多个 key-val 对构成,在 Map 中,任何类型都可以作为对象的 key,如: var myMap = new Map (); var keyString = "a...
  • Destructuring

    Destructuring Object Property Assignment Pattern Not Just Declarations Repeated Assignments Destructuring Assignment Expressions Too Many, Too Few, Just Enough Default Value A...
  • Signing Keys

    Signing Keys Scoped 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 yo...
  • 基础

    2944 2020-01-02 《Node.js技术栈》
    JavaScript基础问题 快速导航 常见问题 undefined与undeclared的区别 欺骗词法作用域 类型检测 错误 数组去重的三种实现方式 数组降维 JavaScript基础问题 快速导航 [基础] 常见问题 [基础] undefined与undeclared的区别? [基础] typeof、instan...
  • LiteIDE 的交叉编译设置

    2211 2018-02-03 《LiteIDE 中文文档》
    交叉编译环境选择和配置 第一种方式,不设置 GOROOT 直接设置 PATH 第二种方式,直接设置 GOPATH 值 保存环境并通过 go env 查看 交叉编译时提示没有权限的处理方法 LiteIDE 通过使用环境配置文件来支持 go 语言的交叉编译,对于 windows 和 linux 下相对简单,对于 macOS 可能会复杂一些,本文以 m...
  • Signing Keys

    Signing Keys Scoped 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 yo...