书栈网 · BookStack 本次搜索耗时 0.014 秒,为您找到 933 个相关结果.
  • COND

    COND COND Another time raw **IF** expressions can get ugly is when you have a multibranch conditional: if a do x, else if b do y; else do z. There’s no logical problem writing...
  • 客户库

    工具 客户端库 工具 客户端库 在你能够监控你的服务器之前,你需要通过Prometheus客户端库把监控的代码放在被监控的服务代码中。下面实现了Prometheus的度量指标类型metric types。 选择你需要的客户端语言,在你的服务实例上通过HTTP端口提供内部度量指标。 Go Java or Scala Python R...
  • 客户端库

    客户端库 客户端库 在监控服务之前,您需要通过 Prometheus 客户端库在其代码中添加集成。 选择与您程序编写语言相匹配的 Prometheus 客户端库。您可以通过应用程序实例上的 HTTP 端点定义和暴露内部数据指标: Go Java or Scala Python Ruby 非官方的第三方客户端库: Bash C C...
  • 3.1 构造 (Conses)

    3.1 构造 (Conses) 3.1 构造 (Conses) 在 2.4 节我们介绍了 cons , car , 以及 cdr ,基本的 List 操作函数。 cons 真正所做的事情是,把两个对象结合成一个有两部分的对象,称之为 Cons 对象。概念上来说,一个 Cons 是一对指针;第一个是 car ,第二个是 cdr 。 Con...
  • Introduction to Ethereum High-Level Languages

    723 2021-02-11 《Mastering Ethereum》
    Introduction to Ethereum High-Level Languages Introduction to Ethereum High-Level Languages The EVM is a virtual machine that runs a special form of code called EVM bytecode, a...
  • Home

    Julia 1.0 Documentation Introduction Julia 1.0 Documentation Welcome to the documentation for Julia 1.0. Please read the release blog post for a general overview of the lang...
  • Hand Rolling

    485 2020-12-10 《Build your own Lisp》
    Hand Rolling Hand Rolling Steam Roller • We’re gonna be rolling machines. In this book we used mpc to do all the parsing, but in this appendix we’re going to replace mpc ...
  • Higher-Order Function Variants(高阶函数变体)

    Higher-Order Function Variants(高阶函数变体) Higher-Order Function Variants(高阶函数变体) For each of the functions just discussed, Common Lisp provides two higher-order function variants ...
  • 9.2 转换及取出 (Conversion and Extraction)

    9.2 转换及取出 (Conversion and Extraction) 9.2 转换及取出 (Conversion and Extraction) Lisp 提供四种不同类型的数字的转换及取出位数的函数。函数 float 将任何实数转换成浮点数: > ( mapcar #'float '(1 2/3 .5)) ( 1.0 0.6...
  • CSS classes reference

    CSS classes reference Stylable classes Language names and aliases CSS classes reference Stylable classes General-purpose keyword keyword in a regular Algol-style language ...