书栈网 · BookStack 本次搜索耗时 0.050 秒,为您找到 1473 个相关结果.
  • 19.4 Breaking Changes

    19.4 Breaking Changes Micronaut 2.3 Micronaut 2.2 Thread Pool Selection Now Manual Micronaut Cache Removed from Core Support for RxJava 1.x Removed from Core Support for React...
  • 添加 WebSocket 支持

    1737 2018-02-22 《Netty 实战(精髓)》
    添加 WebSocket 支持 处理 HTTP 请求 处理 WebSocket frame 初始化 ChannelPipeline 引导 添加 WebSocket 支持 WebSocket 使用一种被称作“Upgrade handshake (升级握手)”的机制将标准的 HTTP 或HTTPS 协议转为 WebSocket。因此,使用 Web...
  • 配置

    配置 常见选项 完整参考 HDFS 核心 JobManager TaskManager 分布式协调(通过Akka) REST Blob服务器 心跳管理器 SSL设置 网络通讯(通过Netty) Web前端 文件系统 编译/优化 运行时算法 Resource Manager YARN Mesos Mesos TaskManag...
  • Introduction

    Introduction What Socket.IO is How does that work? What Socket.IO is not Features Introduction What Socket.IO is Socket.IO is a library that enables real-time, bidirectiona...
  • 首页

    Spring Cloud中国社区 为什么要发起Spring Cloud中国社区 spring cloud目前国内使用情况 贡献文档 捐赠社区发展 Spring Cloud中国社区 欢迎来到,Spring Cloud中国社区文档地址,欢迎贡献优质博客和翻译文档 为什么要发起Spring Cloud中国社区 Spring Cloud发展...
  • 13.5、Starter

    13.5、Starter 13.5、Starter Starter 是一组惯例依赖描述资源,可以包含在应用中。从 starter 中,您可以获得所需的所有 Spring 和相关技术的一站式支持,无须通过示例代码和复制粘贴来获取依赖。比如,如果您要使用 Spring 和 JPA 进行数据库访问,那么只需要在项目中包含 spring-boot-start...
  • 从源码构建 Flink

    从源码构建 Flink Build Flink 构建PyFlink Dependency Shading Hadoop Versions Scala Versions Encrypted File Systems 从源码构建 Flink This page covers how to build Flink 1.10.0 from sou...
  • Introduction

    Introduction What Socket.IO is How does that work? What Socket.IO is not Features Introduction What Socket.IO is Socket.IO is a library that enables real-time, bidirectiona...
  • Easyscheduler简介

    Easy Scheduler 与同类调度系统的对比 系统部分截图 文档 感谢 帮助 Easy Scheduler Easy Scheduler for Big Data 设计特点: 一个分布式易扩展的可视化DAG工作流任务调度系统。致力于解决数据处理流程中错综复杂的依赖关系,使调度系统在数据处理流程中开箱即用 。其主要目标...
  • Speaking in POJO instead of ByteBuf 用POJO代替ByteBuf

    Speaking in POJO instead of ByteBuf 用POJO代替ByteBuf Speaking in POJO instead of ByteBuf 用POJO代替ByteBuf 我们回顾了迄今为止的所有例子使用 ByteBuf 作为协议消息的主要数据结构。在本节中,我们将改善的 TIME 协议客户端和服务器例子,使用 POJ...