书栈网 · BookStack 本次搜索耗时 0.021 秒,为您找到 1495 个相关结果.
  • MQTT Client Library

    MQTT Client library MQTT Client life cycle MQTT Client library This article selects popular MQTT client libraries from various programming languages for introduction and descri...
  • 3.3. Configuring Clustering

    3.3. Configuring Clustering 3.3.1. Cluster Options 3.3.2. RPC Performance Tuning 3.3. Configuring Clustering 3.3.1. Cluster Options [cluster] q Sets the default number o...
  • 3.3. Configuring Clustering

    3.3. Configuring Clustering 3.3.1. Cluster Options 3.3.2. RPC Performance Tuning 3.3. Configuring Clustering 3.3.1. Cluster Options [cluster] q Sets the default number o...
  • Create Inspect Rules

    Rule engine example Check (debug) Send data to WebHook Rule engine example Check (debug) Create a rule for testing: print the content of the message and all the args of the a...
  • APIs and Drivers

    API Supported standards TinkerPop Blueprints API OrientDB supports 3 kinds of drivers: Native binary remote , that talks directly against the TCP/IP socket using the binary ...
  • 3.3. Configuring Clustering

    3.3. Configuring Clustering 3.3.1. Cluster Options 3.3.2. RPC Performance Tuning 3.3. Configuring Clustering 3.3.1. Cluster Options [cluster] q Sets the default number o...
  • 附录B 并发库简要对比

    附录B 并发库的简单比较 附录B 并发库的简单比较 虽然,C++11才开始正式支持并发,不过,高级编程语言都支持并发和多线程已经不是什么新鲜事了。例如,Java在第一个发布版本中就支持多线程编程,在某些平台上也提供符合POSIX C标准的多线程接口,还有Erlang 支持消息的同步传递(有点类似于MPI)。当然还有使用C++类的库,比如Boost,其...
  • 命令行接口

    命令行 启动命令 ctl 命令介绍 status broker observer observer status observer bin_leak observer load Mod conf cluster_sync admins admins add <Username> <Password> <Description> admin...
  • MQTT Client Library

    MQTT Client library MQTT Client life cycle MQTT Client library This article selects popular MQTT client libraries from various programming languages for introduction and descr...
  • 模式识别

    模式识别 函数调用中的模式识别 匹配原语“=” 模式识别 模式识别被用于变量赋值和程序流程控制。Erlang是一种单性赋值 语言,即一个变量一旦被赋值,就再也不可改变。 模式识别用于将模式与项式进行匹配。如果一个模式与项式具备相同的结构则匹配成功,并且模式中的所有变量将被绑定到项式中相应位置上出现的数据结构。 函数调用中的模式识别 程序1...