书栈网 · BookStack 本次搜索耗时 0.019 秒,为您找到 1400 个相关结果.
  • 3.1.0-beta.2

    TiDB 3.1 Beta.2 Release Notes 兼容性变化 新功能 Bug 修复 TiDB 3.1 Beta.2 Release Notes 发版日期:2020 年 3 月 9 日 TiDB 版本:3.1.0-beta.2 TiDB Ansible 版本:3.1.0-beta.2 警告: 该版本存在一些已知问题,已在新版...
  • 6.13 Reactive HTTP Request Processing

    6.13 Reactive HTTP Request Processing 6.13 Reactive HTTP Request Processing As mentioned previously, Micronaut is built on Netty which is designed around an Event loop model an...
  • 1.1 What’s New?

    1.1 What’s New? Core Features Introspections for JDK 14 Records @Client + Kotlin Default Environment @Order Annotation Kotlin 1.4 Build Features New Gradle Plugin Web Featu...
  • 5.1.5. composite-id

    5.1.5. composite-id 5.1.5. composite-id <composite-id name = "propertyName" class = "ClassName" mapped = "true|false" access = "fiel...
  • 入门

    入门 TypeORM 是一个ORM 框架,它可以运行在 NodeJS、Browser、Cordova、PhoneGap、Ionic、React Native、Expo 和 Elec...
  • Dubbo 安装和配置

    1244 2019-03-05 《征服 Linux》
    Dubbo 环境安装和配置 Dubbo-Admin 搭建 需要环境 Dubbox-Admin 搭建 需要环境 Dubbo 环境安装和配置 Dubbo-Admin 搭建 需要环境 CentOS 6 JDK 1.8(必须是 1.8) Tomcat 7 或 8(我测试都可以) Dubbo 版本:2.5.4-SNAPSHOT(当前这个版本是...
  • Tune Region Performance

    Tune Region Performance Overview Use region-split-size to adjust Region size Use bucket to increase concurrency Use the Active PD Follower feature to enhance the scalability of...
  • Overview

    Overview Java Persistence API JPAContainer Concepts Documentation and Support Overview Note Using JPAContainer is no longer recommended. While it works for simple data mode...
  • 内存回收简介

    3406 2018-04-11 《JVM必知必会》
    内存回收简介 内存回收简介 Sun的JVM GC(垃圾回收)原理:把对象分为:年轻代(Young)、年老代(Tenured)、持久代(Perm),对不同生命周期的对象使用不同的算法。(基于对对象生命周期分析) Young(年轻代)年轻代分三个区。一个Eden区,两个Survivor区。大部分对象在Eden区中生成。当Eden区满时,还存活的对象将...
  • 2.3.1 Ribbon

    2.3.1 Ribbon Ribbon介绍 Ribbon代码示例 代码地址(任选其一): 2.3.1 Ribbon Ribbon介绍 Ribbon是Netflix发布的开源项目,主要功能是提供客户端的软件负载均衡算法,将Netflix的中间层服务连接在一起。Ribbon客户端组件提供一系列完善的配置项如连接超时,重试等。简单的说,就是在配置...