您好,欢迎光临本网站![请登录][注册会员]  

搜索资源列表

  1. spring-framework-reference 3.1

  2. Table of Contents I. Overview of Spring Framework ..............................................................................................1 1. Introduction to Spring Framework ...................................................................
  3. 所属分类:Java

    • 发布日期:2011-09-14
    • 文件大小:3145728
    • 提供者:tiney
  1. spring3.1中文参考文档

  2. spring3.1中文参考文档,南磊翻译,现在有4章,目录如下: 第一部分 Spring framework概述.......................................................................................................................6 第1章 Spring Framework介绍..................................................
  3. 所属分类:Java

    • 发布日期:2012-07-26
    • 文件大小:2097152
    • 提供者:wuhongyu1985
  1. Spring 3 中文参考手册(高清PDF)

  2. 4.12 基于Java 的容器配置 .................................................................................................................... 106 4.12.1 基本概念:@Configuration 和@Bean.............................................................................
  3. 所属分类:Java

    • 发布日期:2013-08-05
    • 文件大小:2097152
    • 提供者:keyongzhui
  1. JSR-107 标准手册 Specification

  2. 分布式缓存在提升性能和可伸缩性时举足轻重,但Java目前还没有任何完整、标准的缓存机制。JSR-107(JCache API)正在紧锣密鼓的制定当中,以后会成为Java EE 7的一部分。JSR-107这些年有些声名狼藉,因为它是一个很老的规范,但到现在还没有完成,不过随着对缓存的需求越来越多,JSR-107最终是要问世的。
  3. 所属分类:Java

    • 发布日期:2013-09-03
    • 文件大小:773120
    • 提供者:ta8210
  1. Advanced JBoss Cache

  2. JBoss Cache项目Leader的培训PPT Agenda Overview and history Current architecture and API Features Local vs. replicated cache, buddy replication, partitioning Locking - Optimistic vs. Pessimistic Transactional support Eviction and cache loading Pojo Cache
  3. 所属分类:Java

    • 发布日期:2013-09-29
    • 文件大小:8388608
    • 提供者:wilbertzhou
  1. spring-framework

  2. Not Using Commons Logging ................................................................... 12 Using SLF4J ............................................................................................ 13 Using Log4J ................................
  3. 所属分类:Java

    • 发布日期:2015-05-28
    • 文件大小:4194304
    • 提供者:lixiplus
  1. spring-framework-reference4.1.4

  2. Not Using Commons Logging ................................................................... 12 Using SLF4J ............................................................................................ 13 Using Log4J ................................
  3. 所属分类:Java

    • 发布日期:2015-12-15
    • 文件大小:4194304
    • 提供者:lixiplus
  1. spring-framework-reference-4.1.2

  2. Not Using Commons Logging ................................................................... 12 Using SLF4J ............................................................................................ 13 Using Log4J ................................
  3. 所属分类:Java

    • 发布日期:2015-12-15
    • 文件大小:4194304
    • 提供者:lixiplus
  1. spring-framework-reference(英文原版pdf官方参考文档)

  2. Spring Framework Reference Documentation Authors Rod Johnson , Juergen Hoeller , Keith Donald , Colin Sampaleanu , Rob Harrop , Thomas Risberg , Alef Arendsen , Darren Davison , Dmitriy Kopylenko , Mark Pollack , Thierry Templier , Erwin Vervaet , P
  3. 所属分类:Web开发

    • 发布日期:2017-01-20
    • 文件大小:5242880
    • 提供者:love_legain
  1. spring-boot-reference.pdf

  2. I. Spring Boot Documentation 1. About the Documentation 2. Getting Help 3. First Steps 4. Working with Spring Boot 5. Learning about Spring Boot Features 6. Moving to Production 7. Advanced Topics II. Getting Started 8. Introducing Spring Boot 9. Sy
  3. 所属分类:Java

    • 发布日期:2018-05-18
    • 文件大小:1048576
    • 提供者:v_v_an_
  1. JSR-107 文档

  2. JavaTM缓存API是一种API,用于与来自Java程序员jsr107的专家群规范线索的缓存系统进行交互
  3. 所属分类:Web开发

    • 发布日期:2018-06-29
    • 文件大小:874496
    • 提供者:weixin_41897318
  1. Drools规则引擎用户手册

  2. 第一章 规则引擎初步了解 5 1 为什么会有规则引擎? 5 2 什么是规则引擎? 5 3 为何要使用规则引擎? 6 3.1 声明式编程 6 3.2逻辑与数据分离 6 3.3 速度及可测量性 6 3.4 知识集中化 6 3.5 工具集成 6 3.6 解释机制 6 3.7易懂的规则 7 4 何时应当使用规则引擎? 7 5 如何使用规则引擎? 7 6 何时不要使用规则引擎 ? 8 7 规则引擎的架构和推理 8 8规则引擎的算法 10 9 Java规则引擎商业产品 10 10 Dools介绍 11 第二
  3. 所属分类:Java

    • 发布日期:2018-09-12
    • 文件大小:5242880
    • 提供者:ma_liang_plus
  1. springboot-cache.zip

  2. Spring从3.1开始定义了org.springframework.cache.Cache和org.springframework.cache.CacheManager接口来统一不同的缓存技术;并支持使用JCache(JSR-107)注解简化我们开发;大家一起来学习cache的用法
  3. 所属分类:Java

    • 发布日期:2020-05-17
    • 文件大小:121856
    • 提供者:qq_37027702
  1. SpringBoot笔记-下篇.pdf

  2. 整理自尚硅谷视频教程springboot高级篇,并增加部分springboot2.x的内容 一、Spring Boot与缓存 一、JSR107 Java Caching定义了5个核心接口,分别是CachingProvider, CacheManager, Cache, Entry 和 Expiry。 • CachingProvider定义了创建、配置、获取、管理和控制多个CacheManager。一个应用可 以在运行 期访问多个CachingProvider。 • CacheManager定义了
  3. 所属分类:互联网

    • 发布日期:2020-05-05
    • 文件大小:2097152
    • 提供者:qq_37438795
  1. MODICON 984功能块手册(上).pdf

  2. MODICON 984功能块手册(上)pdf,MODICON 984功能块手册(上)Table of contents About the book Part General Information Introduction Chapter 1 Instructions 3 Parameter Assignment of Instuctions Chapter 2 Instruction Groups 5 At a glance 5 Instruction Groups ASCI Functio
  3. 所属分类:其它

    • 发布日期:2019-10-12
    • 文件大小:966656
    • 提供者:weixin_38743506
  1. ATG10 Help Documents

  2. NULL 博文链接:https://caerun.iteye.com/blog/698065ATG Web services and lntegration Framework Guide Contents Part I: Creating and Using Web Services in the atG Platform ATG Web servi 10 Creating Custom Web Services Overview of ATG Web Services Support 13
  3. 所属分类:其它

    • 发布日期:2019-03-24
    • 文件大小:657408
    • 提供者:weixin_38669628