书栈网 · BookStack 本次搜索耗时 0.024 秒,为您找到 1400 个相关结果.
  • 1. Services and Registries

    1. Services and Registries 1. Services and Registries Services and registries are new as a formalized concept starting in 4.0. But the functionality provided by the different ...
  • 1.1 What’s New?

    1.1 What’s New? Build Features Maven Plugin Improvements Gradle Plugin Improvements Micronaut Launch Enhancements Support for Kotlin Gradle Builds Push to Github New Micronau...
  • 海量 Region 集群调优

    海量 Region 集群调优最佳实践 Raftstore 的工作流程 性能问题 性能监控 性能优化方法 方法一:增加 TiKV 实例 方法二:调整 raft-base-tick-interval 方法三:提高 Raftstore 并发数 方法四:开启 Hibernate Region 功能 方法五:开启 Region Merge 其他问...
  • TiKV Performance Tuning with Massive Regions

    Best Practices for TiKV Performance Tuning with Massive Regions Raftstore workflow Performance problem Performance monitoring Performance tuning methods Method 1: Increase Rafts...
  • Spring

    Spring Spring中包含的关键特性 Spring Spring Framework 是一个开源的Java/Java EE全功能栈(full-stack)的应用程序框架,其提供了一个简易的开发方式,这种开发方式,将避免那些可能致使底层代码变得繁杂混乱的大量的属性文件和帮助类。 Spring中包含的关键特性 强大的基于JavaBeans...
  • 3.15 Bean Validation

    3.15 Bean Validation Validating Bean Methods Validating Data Classes Validating Configuration Properties Defining Additional Constraints Validating Annotations at Compilation T...
  • 域模型和数据访问(r1.8.21)

    域模型和数据库访问 域模型和数据库访问 ActFramework不限制应用程序使用数据库访问机制,同时也提供了推荐的数据访问框架: 管理数据访问的配置 一个简单易用的数据访问对象接口 多数据库访问支持 ActFramework目前支持使用Morphia 访问MongoDB, 以及EBean ,JPA等方式访问SQL数据库. Act支持的OR...
  • READEME

    1071 2018-11-22 《EasyJDBC 中文文档》
    easyjdbc支持部分常用的JPA注解,使得经过注解的实体可以像Hibernate,jpa一样进行增、删、改和获取。SQL构造工具、SQL注解、链式API等让查询操作更为灵活。动态实体映射使得各种查询不再需要写大量的RowMapper。 READEME 1.集成通用 easyjdbc 1.1 和 Spring 集成 1.2 和 Spring Bo...
  • Changing database

    Changing database Adding a database dependency into pom.xml Configuring the application to use the database Security Changing database Bakery is built on top of Spring Boot,...
  • 5.2.3. 自定义值类型

    5.2.3. 自定义值类型 5.2.3. 自定义值类型 开发者创建属于他们自己的值类型也是很容易的。比如说,你可能希望持久化java.lang.BigInteger 类型的属性,持久化成为VARCHAR 字段。Hibernate没有内置这样一种类型。自定义类型能够映射一个属性(或集合元素)到不止一个数据库表字段。比如说,你可能有这样的Java属性:g...