书栈网 · BookStack 本次搜索耗时 0.040 秒,为您找到 1391 个相关结果.
  • 3.3 操作session缓存

    3.3 操作session缓存 3.3.1 flush方法 3.3.2 refresh方法 3.3.3 clear方法 3.3 操作session缓存 Hibernate提供个方法操作session缓存: flush :使数据表中的记录和SESSION缓存中的对象的状态保持一致。为了保持一致,则可能会发送对应的SQL语句 refre...
  • 11.10 应用启动类

    1211 2019-03-05 《Kotlin极简教程》
    11.10 应用启动类 11.10.1 启动运行 11.10 应用启动类 我们在main函数中调用SpringApplication类的静态run方法,我们的SpringBootApplication主类代码如下: package com . easy . kotlin . chapter11_kotlin_springboot imp...
  • 6.1 spring

    3223 2018-05-01 《互联网面试笔记》
    什么是Spring Spring有哪些优点 Spring框架有哪些模块 什么是控制反转(IOC)?什么是依赖注入? BeanFactory和ApplicationContext有什么区别? Spring有几种配置方式? Spring Bean的生命周期 Spring Bean的作用域之间有什么区别 请解释自动装配模式的区别 Spring 框...
  • Region 性能调优

    Region 性能调优 概述 使用 region-split-size 调整 Region 大小 使用 bucket 增加并发 Region 性能调优 本文介绍了如何通过调整 Region 大小等方法对 Region 进行性能调优以及如何在大 Region 下使用 bucket 进行并发查询优化。 概述 TiKV 自动将底层数据进行分片 ,...
  • 16 Multi-Tenancy

    16 Multi-Tenancy 16.1 Multi-Tenancy GORM 16 Multi-Tenancy Multi-Tenancy, as it relates to software development, is when a single instance of an application is used to service ...
  • Region 性能调优

    Region 性能调优 概述 使用 region-split-size 调整 Region 大小 使用 bucket 增加并发 Region 性能调优 本文介绍了如何通过调整 Region 大小等方法对 Region 进行性能调优以及如何在大 Region 下使用 bucket 进行并发查询优化。 概述 TiKV 自动将底层数据进行分片 ,...
  • 40. 最特殊的快捷键 Alt + Enter 介绍(新用户必看)

    最特殊的快捷键 Alt + Enter 介绍 说明 智能辅助 最特殊的快捷键 Alt + Enter 介绍 说明 这是一个非常特殊的快捷键,有必要拿出来单独讲。 强烈注意 :此快捷键跟光标所在位置有着很严重关联关系,光标放的位置不同,使用此快捷键出来的菜单选项完全不一样。 可以从几个思路:Java 类、JSP、HTML、JavaScript...
  • 1.1 Structure your solution by components

    Structure your solution by components One Paragraph Explainer Blog Quote: “Scaling requires scaling of the entire application” Blog Quote: “So what does the architecture of your ...
  • Writing Your Own Extension

    3814 2019-11-10 《Quarkus v1.0 Document》
    Quarkus - Writing Your Own Extension 1. Extension philosophy 1.1. Why an extension framework 1.2. Favor build time work over runtime work 1.3. How to expose configuration 1.4. E...
  • 6.4 Understanding Profiles

    6.4 Understanding Profiles Understanding the profile.yml descriptor 1) repositories 2) build.repositories 3) build.plugins 4) build.excludes 5) dependencies 6) features.defau...