早上经理给我考了个项目,让我部署,遇到了这个问题
解决办法:由于 我的是JDK 6 TOMCAT 6 而他的是JDK 7 TOMCAT 7 ,我不想换JDK,
于是修改配置文件就OK了
找到项目目录下的.settings 文件夹里面的org.eclipse.wst.common.project.facet.core.xml
修改如下:...
分类:
编程语言 时间:
2014-07-28 16:00:33
阅读次数:
249
The libvirt library is a Linux API over the virtualization capabilities of Linux that supports a variety of hypervisors, including Xen and KVM, as wel...
分类:
其他好文 时间:
2014-07-13 10:51:01
阅读次数:
445
The Linux kernel supports a variety of virtualization schemes, and that's likely to grow as virtualization advances and new schemes are discovered (fo...
分类:
系统相关 时间:
2014-07-12 13:53:15
阅读次数:
420
1. Only version not older than R2013 supports Raspberry Pi. First, download support package in Matlab: http://www.mathworks.cn/matlabcentral/fx_files/...
分类:
其他好文 时间:
2014-07-10 13:42:50
阅读次数:
338
Spring中通过Propagation来设置事务的传播属性的,在这个属性中提供了我们其中关于事务传播的特性:1.PROPAGATION_REQUIRED:支持当前事务,如果当前没有事务,就新建一个事务。这是最常见的选择。 2.PROPAGATION_SUPPORTS:支持当前事务,如果当前没有事务...
分类:
编程语言 时间:
2014-07-02 22:05:35
阅读次数:
207
Spring在TransactionDefinition接口中定义了7种类型的事务传播行为,它们规定了事务方法是如何传播的。
PROPAGATION_REQUIRED:支持当前事务,如果当前没有事务,就新建一个事务。这是最常见的选择。
PROPAGATION_SUPPORTS:支持当前事务,如果当前没有事务,就以非事务方式执行。 PROPAGATION_MANDATORY:支持当前事...
分类:
编程语言 时间:
2014-06-24 17:47:40
阅读次数:
218
Spring 绑定 Hibernate.
一.
1. Spring 如何处理propagation=Propagation.SUPPORTS?
2. Spring 何时生成HibernateSession ?
3. propagation=Propagation.SUPPORTS和propagation=Propagation.require对生成Session有何影响 ?
4...
分类:
数据库 时间:
2014-06-22 15:47:24
阅读次数:
274
global.h 1 /* GLOBAL.H - RSAREF types and constants 2 */ 3 4 /* PROTOTYPES should be set to one if and only if the compiler supports 5 function argu.....
分类:
其他好文 时间:
2014-06-20 18:16:49
阅读次数:
312
oracle cluster 物理配置要求及限制
1、Oracle Clusterware supports up to 100 nodes in a cluster on configurations running Oracle Database 10grelease 2 (10.2) and later releases.
在10.2以后的版本开始 oracle的...
分类:
数据库 时间:
2014-06-10 06:10:43
阅读次数:
292