书栈网 · BookStack 本次搜索耗时 0.032 秒,为您找到 933 个相关结果.
  • db.collection.find()

    1123 2019-12-01 《MongoDB v4.2 Manual》
    db.collection.find() Definition Behavior Projection Cursor Handling Read Concern Type Bracketing Sessions Transactions Client Disconnection Examples Find All Documents in ...
  • 15. Practical: A Portable Pathname Library

    15. Practical: A Portable Pathname Library Copyright © 2003-2005, Peter Seibel 15. Practical: A Portable Pathname Library As I discussed in the previous chapter, Common Lis...
  • 操作系统交互

    操作系统交互 操作系统交互 引导语言的一个重要部分是为其提供正确的打开,读取和写入文件的能力。这意味着封装所有 C 的功能,例如fread ,fwrite ,fgetc 等在 Lisp 中的等同物。这是一项相当直观的任务,但确实需要编写大量的封装函数。这就是为什么到目前为止我们还没有为我们的语言做过类似的工作。 在类似的说明中,让我们的语言能够有权...
  • 客户端库

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

    Unwinding the Stack Unwinding the Stack Another aspect of the language that special operators give you control over is the behavior of the call stack. For instance, while you n...
  • Wrapping Up(总结)

    Wrapping Up(总结) Wrapping Up(总结) You could keep going, adding more features to this test framework. But as a framework for writing tests with a minimum of busywork and easily ru...