书栈网 · BookStack 本次搜索耗时 0.039 秒,为您找到 274 个相关结果.
  • 4. GenEvent

    4-GenEvent 4.1-事件管理器 4.2-注册表进程的事件 4.3-事件流 4-GenEvent 事件管理器 注册表进程的事件 事件流 注:Elixir v1.1 发布后本章内容被从官方入门手册中拿掉了。这里留存,如果仍需使用GenEvent,可以查阅。大家可以暂时跳过这一章。 本章探索GenEvent,Elixir和O...
  • Tracers and Instrumentation

    1872 2020-01-21 《Zipkin Document》
    Tracers and Instrumentation Supported Community supported Tracers and Instrumentation Tracing information is collected on each host using the instrumented librariesand sent t...
  • 翻译说明

    Laravel 5.4 中文文档 说明 相关讨论 排版规范 翻译对照列表 A B C D E F G H I J K L M N O P Q R S T V W Laravel 5.4 中文文档 说明 为了更好的阅读文档,请查看 Laravel China 文档导读 。 此文档由 Larave...
  • 翻译说明

    Laravel 5.3 中文文档 说明 相关讨论 排版规范 翻译对照列表 A B C D E F G H I J K L M N O P Q R S T V W Laravel 5.3 中文文档 说明 为了更好的阅读文档,请查看 Laravel China 文档导读 。 此文档由 Larave...
  • 11. Changelog

    PRQL Changelog 0.7.1 — 2023-04-03 0.7.0 — 2023-04-01 April 2023 update 0.6.1 — 2023-03-12 0.6.0 — 2023-03-08 0.5.2 — 2023-02-18 0.5.1 — 2023-02-17 0.5.0 — 2023-02-08 0.4.2 ...
  • 5. 监督者和应用程序

    5-监督者和应用程序 5.1-第一个监督者 5.2-理解应用程序 5.2.1-启动应用程序 5.2.2-应用程序的回调(callback) 5.2.3-工程还是应用程序? 5.3 简单的一对一监督者 5.4-监督树 5.5 观察者(Observer) 5.6 测试里共享的状态 5-监督者和应用程序 到目前为止,我们的程序已经实现了注...
  • 2. Agent

    2-Agent 2.1-状态的麻烦 2.2-Agents 2.3-ExUnit回调函数 2.4-其它Agent行为 2.5-Agent中的C/S模式 2-Agent 本章我们将创建一个名为KV.Bucket 的模块。这个模块负责存储可被不同进程读写的键值对。 如果你跳过了“入门”手册,或者是太久以前读的,那么建议你最好重新阅读一下关于 进...
  • 6. ETS

    6-ETS 6.1-ETS当缓存用 6.2-竞争条件? 6.3-ETS当持久存储用 6-ETS ETS当缓存用 竞争条件? ETS当持久存储用 每次我们要找一个bucket时,都要发消息给注册表进程。在某些情况下,这意味着注册表进程会变成性能瓶颈! 本章我们将学习ETS(Erlang Term Storage),以及如何把它当成缓存使...
  • 5. Changelog

    PRQL Changelog 0.9.3 — 2023-08-02 0.9.2 — 2023-07-25 0.9.1 — 2023-07-25 0.9.0 — 2023-07-24 0.8.1 — 2023-04-29 0.8.0 — 2023-04-14 0.7.1 — 2023-04-03 0.7.0 — 2023-04-01 April ...
  • Guidelines

    Before submitting an issue Before submitting a PR How to contribute git Branches Code generators Templates Style guide Testing Tips Before submitting an issue If you'...