书栈网 · BookStack 本次搜索耗时 0.025 秒,为您找到 306 个相关结果.
  • 31.1.9 Guava

    31.1.9 Guava 31.1.9 Guava 如果存在Guava,GuavaCacheManager 会自动配置。使用spring.cache.cache-names 属性可以在启动时创建缓存,并通过以下方式之一自定义(按此顺序): spring.cache.guava.spec 定义的特殊缓存 com.google.common.cach...
  • Google Guava官方教程

    1. 引言 2. 译文格式说明 3. 目录 3.1 项目相关信息 3.2 源码包的简单说明: 4. 类库使用手册 1. 引言 Guava工程包含了若干被Google的 Java项目广泛依赖 的核心库,例如:集合 [collections] 、缓存 [caching] 、原生类型支持 [primitives support] 、并发库 [co...
  • README

    guava-userguide-cn 目录 基础工具(Basic Utilities) 集合(Collections) 缓存(Caches) 函数式风格(Functional Idioms) 并发(Concurrency) 字符串(Strings) 网络(Networking) 原生类型(Primitives) 区间/范围(Range) I...
  • 你应该更新的Java知识之常用程序库1

    在很多人眼中,Java已经是一门垂垂老矣的语言,但并不妨碍Java世界依然在前进。如果你曾离开Java,云游于其它世界,或是每日只在遗留代码中挣扎,或许是时候抬起头,看看老Java中的新东西。 Guava 一句话,只要你做Java项目,就应该用Guava 。 guava是Google出品的一套Java核心库,在我看来,它甚至应该是JDK的一部分。作...
  • 不可变集合(Immutable collections)

    示例 Why How copyOf 比想象中的要智能 asList 更多 Where 示例 public static final ImmutableSet < String > COLOR_NAMES = ImmutableSet . of ( "red" , "orange" , "yellow" ,...
  • Springfox-Swagger升级到2.9.2导致的NoSuchMethodError异常

    很多朋友在将SpringFox-Swagger版本升级到2.9.2版本后,运行程序都会出现如下错误: org . springframework . context . ApplicationContextException : Failed to start bean 'documentationPluginsBootstrapper' ; ...
  • Springfox-Swagger升级到2.9.2导致的NoSuchMethodError异常

    Springfox-Swagger升级到2.9.2导致的NoSuchMethodError异常 Springfox-Swagger升级到2.9.2导致的NoSuchMethodError异常 很多朋友在将SpringFox-Swagger版本升级到2.9.2版本后,运行程序都会出现如下错误: org . springframework . cont...
  • Cached Lookup Module

    Cached Lookup Module Description Architecture Data Fetcher layer Caching layer Poll lookup cache Loading lookup Configuration and Operation: Polling Lookup Example of Polling...
  • GLOSSARY

    SUT Direct inputs Direct outputs Indirect inputs Indirect outputs Test double Dummy Stub Mock Spy Fake Guava TDD SUT System under test Direct inputs The inputs t...
  • Custom Client Artifacts

    Custom Client Artifacts Building your own Avatica client artifact Custom Client Artifacts As of Apache Calcite Avatica 1.9.0, there are two artifacts (jars) provided that enab...