书栈网 · BookStack 本次搜索耗时 0.021 秒,为您找到 1529 个相关结果.
  • How Ktor works

    How Ktor works note Entry points Start-up Common embeddedServer EngineMain TestApplicationEngine Monitor events Pipelines ApplicationCallPipeline Features Routing What...
  • ChannelHandlerContext

    ChannelHandlerContext 使用 ChannelHandler ChannelHandler 和 ChannelHandlerContext 的高级用法 ChannelHandlerContext 接口 ChannelHandlerContext 代表 ChannelHandler 和ChannelPipeline 之间的关联...
  • Overview

    Streaming Connectors Predefined Sources and Sinks Bundled Connectors Connectors in Apache Bahir Other Ways to Connect to Flink Data Enrichment via Async I/O Queryable State ...
  • 1. 概述

    8231 2019-12-02 《Redisson 使用手册》
    Redisson是一个在Redis的基础上实现的Java驻内存数据网格(In-Memory Data Grid)。它不仅提供了一系列的分布式的Java常用对象,还提供了许多分布式服务。其中包括(BitSet , Set , Multimap , SortedSet , Map , List , Queue , BlockingQueue , Deque...
  • quick-start-springcloud

    环境准备 JDK 1.8+ Maven 3.2.x Git redis mysql 代码拉取 执行demo 模块的sql语句。 使用你的工具 idea 或者eclipse 打开项目。 修改raincat-manager项目下,application.yml中的redis配置 启动raincat-manager (执行TxManagerAp...
  • 2.1 初始化

    2.1 初始化 工程结构 启动流程 2.1 初始化 所有Blade程序都需要创建一个 Blade 对象实例。Web服务器使用了内置的Netty Web服务,把接收客户端的请求都转交给它处理,创建一个 Blade 对象实例只需要写如下一行代码: Blade blade = Blade . me (); 工程结构 在前面的章...
  • Writing a Time Server 写个时间服务器

    Writing a Time Server 写个时间服务器 Writing a Time Server 写个时间服务器 在这个部分被实现的协议是 TIME 协议。和之前的例子不同的是在不接受任何请求时他会发送一个含 32 位的整数的消息,并且一旦消息发送就会立即关闭连接。在这个例子中,你会学习到如何构建和发送一个消息,然后在完成时关闭连接。 因为我...
  • Detecting Dead Connections

    Detecting Dead Connections Cleaning up Resources on the Server Closing Forgotten Resources Detecting Failure from the Client Configuring Asynchronous Connection Execution De...
  • Rich Buffer Data Structure 丰富的缓冲实现

    Rich Buffer Data Structure 丰富的缓冲实现 Extensibility 可扩展性 Transparent Zero Copy 透明的零拷贝 Automatic Capacity Extension 自动容量扩展 Better Performance 更好的性能 Rich Buffer Data Structure 丰富...
  • Detecting Dead Connections

    1. Cleaning up Resources on the Server 2. Closing Forgotten Resources 3. Detecting Failure from the Client 4. Configuring Asynchronous Connection Execution In this section we ...