书栈网 · BookStack 本次搜索耗时 0.028 秒,为您找到 505 个相关结果.
  • posix —- The most common POSIX system calls

    posix —- The most common POSIX system calls Large File Support Notable Module Contents posix —- The most common POSIX system calls This module provides access to operating s...
  • posix —- The most common POSIX system calls

    posix —- The most common POSIX system calls Large File Support Notable Module Contents posix —- The most common POSIX system calls This module provides access to operating s...
  • 对象的扩展运算符

    对象的扩展运算符 解构赋值 扩展运算符 对象的扩展运算符 《数组的扩展》一章中,已经介绍过扩展运算符(... )。ES2018 将这个运算符引入 了对象。 解构赋值 对象的解构赋值用于从一个对象取值,相当于将目标对象自身的所有可遍历的(enumerable)、但尚未被读取的属性,分配到指定的对象上面。所有的键和它们的值,都会拷贝到新对象上面...
  • 跳跃表的实现

    跳跃表的实现 跳跃表节点 层 前进指针 跨度 后退指针 分值和成员 跳跃表 跳跃表的实现 Redis 的跳跃表由 redis.h/zskiplistNode 和 redis.h/zskiplist 两个结构定义,其中 zskiplistNode 结构用于表示跳跃表节点,而 zskiplist 结构则用于保存跳跃表节点的相关信息,...
  • Installation from source

    Installation from source Download Build Test Changing default paths Cross Build Adding bash/zsh autocompletion (from 1.19) Compile or cross-compile using Linux with Zig Comp...
  • 入门介绍

    入门介绍 神经元 感知机(perceptron) 反向传播——BackPropagation 前向传播 反向传播 入门介绍 神经元 神经元是神经网络中最基本的结构,也可以说是神经网络的基本单元,它的设计灵感完全来源于生物学上神经元的信息传播机制。我们学过生物的同学都知道,神经元有两种状态:兴奋和抑制。一般情况下,大多数的神经元是处于...
  • Grafana+Prometheus实现Ceph监控和钉钉告警

    5322 2019-02-20 《Ceph学习笔记》
    Grafana+Prometheus实现Ceph监控和钉钉告警 获取软件包 最新的软件包获取地址 https://prometheus.io/download/ Prometheus 1、下载Prometheus $ wget https :// github . com / prometheus / prometheus / relea...
  • 对象协议

    对象协议 对象协议 PyObject * Py_NotImplemented NotImplemented 单例,用于标记某个操作没有针对给定类型组合的实现。 Py_RETURN_NOTIMPLEMENTED C 函数内部应正确处理 Py_NotImplemented 的返回过程(即增加 NotImplemented 的引用计数并返回之)...
  • Collection

    1. [Mandatory] The usage of hashCode and equals should follow:  1) Override hashCode if equals is overridden.  2) These two methods must be overridden for elements of a Set since...
  • From ES6 to Scala: Basics

    The Scala language Variables ES6 Scala Primitive types ES6 Scala Scala Functions ES6 Scala Anonymous functions ES6 Scala Default, named and rest parameters ES6 Scala...