书栈网 · BookStack 本次搜索耗时 0.040 秒,为您找到 271 个相关结果.
  • 黄金法则 — 不要阻塞事件循环

    黄金法则 — 不要阻塞事件循环 黄金法则 — 不要阻塞事件循环 我们已经知道 Vert.x Api 是非阻塞,并且不会堵塞事件循环。如果你堵塞事件循环,那事件循环将不能做别的事,因为它被阻塞了。如果所有的event loop被阻塞了,应用程序将完全停止! 所以不要这样做!你已经被警告 。 阻塞的例子包括: Thread.sleep() 等待锁...
  • JWT Auth

    JWT auth 基本术语 The JWT auth Provider THE JWT keystore file 生成一个新的Keystore文件 translated by weiyiysw JWT auth 引用:http://vertx.io/docs/vertx-auth-jwt/java/ 基本术语 Authenti...
  • Web

    Vert.x Web 中英对照表 组件介绍 使用 Vert.x Web 回顾 Vert.x Core 的 HTTP 服务端 Vert.x Web 的基本概念 处理请求并调用下一个处理器 使用阻塞式处理器 基于精确路径的路由 基于路径前缀的路由 捕捉路径参数 基于正则表达式的路由 通过正则表达式捕捉路径参数 基于 HTTP Method...
  • Istio for Promoting Services

    Istio for Promoting Services (Feature Graduation) What is a Service Promotion? Create recommendation:v3 Docker build (if you have access to Docker daemon) OpenShift S2I strategy ...
  • Exposing a web API

    Exposing a web API Exposing a web API Tip The corresponding source code is in the step-6 folder of the guide repository. Exposing a web HTTP/JSON API is very straightforwar...
  • 线程模型

    线程模型 概念阐述 同步模式下的线程模型 reactive模式下的线程模型 线程模型 概念阐述 本小节主要介绍serviceComb微服务的完整线程模型 同步模式下的线程模型 reactive模式下的线程模型 线程相关配置: REST over Vertx Highway 同步模式下服务端业务线程池
  • 线程模型

    线程模型 概念阐述 同步模式下的线程模型 reactive模式下的线程模型 线程模型 概念阐述 本小节主要介绍serviceComb微服务的完整线程模型 同步模式下的线程模型 reactive模式下的线程模型 线程相关配置: REST over Vertx Highway 同步模式下服务端业务线程池
  • Use Binary Tar

    Use Binary Tar Background Premise Steps Use Binary Tar Background This section describes how to start ShardingSphere-Proxy by binary release packages Premise Start the Pro...
  • 线程模型

    线程模型 概念阐述 同步模式下的线程模型 reactive模式下的线程模型 线程模型 概念阐述 本小节主要介绍serviceComb微服务的完整线程模型 同步模式下的线程模型 reactive模式下的线程模型 线程相关配置: REST over Vertx Highway 同步模式下服务端业务线程池
  • 配置verticle

    配置verticle 配置verticle 在部署的时可以传递一个JSON形式的配置给verticle: JsonObject config = new JsonObject (). put ( "name" , "tim" ). put ( "directory" , "/blah" ); DeploymentOption...