码迷,mamicode.com
首页 >  
搜索关键字:not supported    ( 848个结果
【问题解决】Project facet Java version 1.7 is not supported.
在移植eclipse项目时,如果遇到“Project facet Java version 1.7 is not supported.”项目中的jdk1.7不支持。说明项目是其他版本jdk编译的,在eclipse里运行时会报版本不支持。解决办法:法1,选中项目Properties ,选择Projec...
分类:编程语言   时间:2015-07-10 00:20:34    阅读次数:189
让ubuntu下的eclipse支持GBK编码
把Windows下工程导入Linux下Eclipse中,由于以前的工程代码,都是GBK编码,而Ubuntu默认不支持GBK编码,所以,我们要让Ubuntu支持GBK,方法如下:1、修改/var/lib/locales/supported.d/local文件,在文件中添加zh_CN.GBK GBKzh...
分类:系统相关   时间:2015-07-06 09:58:06    阅读次数:142
error: internal error: unable to execute QEMU command 'migrate': this feature or command is not cur
Libvirt Live Migration On 12/04/2014 10:12 AM, Dhia Abbassi wrote: > I installed CentOS 7 which supported by default a newer version of qemu-kvm > (qemu-kvm-1.5.3-60.el7.x86_64.rpm) but this time I g...
分类:其他好文   时间:2015-07-03 17:32:28    阅读次数:731
[转] M2E插件maven-dependency-plugin问题
转自 :http://blog.csdn.net/cskgnt/article/details/8530526问题:maven-dependency-plugin (goals "copy-dependencies", "unpack") is not supported by m2e. 这次换了个...
分类:其他好文   时间:2015-06-30 18:11:37    阅读次数:113
Oracle study之--“ORA-00845: MEMORY_TARGET not supported on this system"错误
Oracle study之--“ORA-00845: MEMORY_TARGET not supported on this system"错误 系统环境:    操作系统:RedHat EL6(64)    Oracle:    Oracle 11g R2   故障案例: 在Oracle 11gR2下调整内存参数:memory_target SQL> show parameter ...
分类:数据库   时间:2015-06-25 14:09:26    阅读次数:179
maven-dependency-plugin (goals "copy-dependencies","unpack") is not supported by m2e
转自:http://blog.csdn.net/cskgnt/article/details/8602802解决办法:在plugins之前添加如下pluginManagement,二者前后顺序如下: org.eclipse.m2e lifecycle-mapping...
分类:其他好文   时间:2015-06-23 17:29:25    阅读次数:146
JSBinding + SharpKit / Important Notes
Serialization of List is not supported.public List lst; // NOT supported, use int[] insteadAbout menu: JSB | Add SharpKit JsType Attribute for all Str...
分类:Web程序   时间:2015-06-21 00:38:57    阅读次数:271
问题解决: @Resource annotation is not supported on static fields
今天做项目,需要给一个类中的静态变量使用@Resource,然后注入时候,程序报错了 @Resource annotation is not supported on static fields,原来spring annotation不支持静态变量注入,因此上网搜了一下,找到了解决的办法,就是把get,set方法的static 修饰符去掉,然后在set方法上面加@Resource即可,问题解决...
分类:其他好文   时间:2015-06-18 13:43:39    阅读次数:757
Spring的事务传播机制
1.事务传播类型 新建事务 required required_new - 挂起当前 非事务方式运行 supports not_supported - 挂起当前 never 嵌套事务: nested 抛异常 mandatory never2. PROPAGATION_REQUIRED加入当前正要执行...
分类:编程语言   时间:2015-06-17 23:03:56    阅读次数:302
SQL Server error "Xml data type is not supported in distributed queries" and workaround for it
Recently while working with data migration,got an error while running a following query where Server2 has beed added as linked server.SELECT * FROM Se...
分类:数据库   时间:2015-06-16 18:37:25    阅读次数:290
848条   上一页 1 ... 61 62 63 64 65 ... 85 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!