Ehcache 1.5.0 User Guide - Java Requirements and Dependencies JAVA要求和依赖

news/2024/7/10 18:46:15 标签: java, dependencies, user, maven, 虚拟机, qq

 Ehcache 1.5.0 User Guide -

Java Requirements and Dependencies  JAVA要求和依赖

(Ehcache 1.5.0 用户指南)

E_mail:jianglike18@163.con

Blog: http://blog.csdn.net/jianglike18

qq:29396597

9Java Requirements and Dependencies JAVA要求和依赖)

9.1 Java Requirementsjava要求)

Current Ehcache releases requires Java 1.5 and 1.6 at runtime. Ehcache 1.5 requires Java 1.4.

(当前ehcache版本需要java1.5java1.6虚拟机ehcache1.5需要java1.4

9.2 Mandatory Dependencies(强制的依赖)

Ehcache core 1.6 has no dependencies.

Other modules have dependencies as specified in their maven pomsor

ehcache核心1.6 没有任何依赖。

其他的模块需要的依赖在maven pomsor中指定了。)

 


http://www.niftyadmin.cn/n/944866.html

相关文章

Ehcache 1.5.0 User Guide - Logging 日志(10)

10、Logging 日志 10.1 Java Util Logging As of 1.6, Ehcache uses the built-in Java Util library ("j.u.l") for logging. 1.6版本以前使用java util库内置的记录日志。 10.2 Working with SL4J (使用SL4J工作) Simple Logging Facade For Java (SL4J) is …

Enum to String and vice versa in C++

在国外一网站上看到一篇字符串和枚举类型之间的转换,贴出来给大家看下: 文章的源代码可以通过如下链接下载:源代码 Introduction While adding Serialization support to my project, I realized that I would require some way to conve…

发现ICE一个小小的BUG

今天在使用的ICEIce-3.3.1,发现一个很奇怪的问题,比方我定义了一个很简单的.ice文件内容如下 : module DataParse{ enum DfType{dfBase,dfEnum,dfOther}; enum DtType {dInt,dFloat,dString,dDate,dTime,dDataTime}; interface IDataItem; …

VS2005写ICE的一个完整的例子

VS2005写ICE的一个完整的例子 开发环境:VS2005 ,Ice 版本 3.3.1 说明:客户端使用ICE远程调用服务器端的方法(printString(string s)) 步骤说明: 1、安装Ice 版本 3.3.1 2、设置ICE的环境变量&#xff1…

网络编程学习小结(转)

几种网络编程方式: ISAPI、CGI、WinInet、Winsock 它们之间的区别: 1) ISAPI主要是开发基于浏览器客户端与服务器端程序。效率比CGI方式高,而且也扩展了CGI没有的一些功能。(基于TCP/IP模型中的应用层)…

C++题目汇总

C题目汇总 1.求下面函数的返回值(微软) int func(x){int countx 0;while(x){countx ;x x&(x-1);}return countx;} 假定x 9999。 答案:8 思路:将x转化为2进制,看含有的1的个数。 2. 什么是“引用”&#x…

学习linux下的c/c++编程

学习linux下的c/c编程 1,先有linux环境搭minGW和cygwin都有点麻烦,最最简单的办法还是装个真正的linux,用虚拟机也好,在网络上的另一台机器也好。这样不仅快,而且你有了真正的环境。2.会C/C语言(估计你会…

COM编程技术基础之一

COM编程技术基础之一<script></script> 前言 所谓COM&#xff08;Componet Object Model&#xff0c;组件对象模型&#xff09;&#xff0c;是一种说明如何建立可动态互变组件的规范&#xff0c;此规范提供了为保证能够互操作&#xff0c;客户和组件应遵循的一…