在移植eclipse项目时,如果遇到“Project facet Java version 1.7 is not supported.”项目中的jdk1.7不支持。说明项目是其他版本jdk编译的,在eclipse里运行时会报版本不支持。解决办法:法1,选中项目Properties ,选择Projec...
                            
                            
                                分类:
编程语言   时间:
2015-07-10 00:20:34   
                                阅读次数:
189
                             
                    
                        
                            
                            
                                把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
                             
                    
                        
                            
                            
                                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
                             
                    
                        
                            
                            
                                转自 :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"错误
系统环境:
   操作系统:RedHat EL6(64)
   Oracle:    Oracle 11g R2
 
故障案例:
在Oracle 11gR2下调整内存参数:memory_target
SQL> show parameter ...
                            
                            
                                分类:
数据库   时间:
2015-06-25 14:09:26   
                                阅读次数:
179
                             
                    
                        
                            
                            
                                转自:http://blog.csdn.net/cskgnt/article/details/8602802解决办法:在plugins之前添加如下pluginManagement,二者前后顺序如下: org.eclipse.m2e lifecycle-mapping...
                            
                            
                                分类:
其他好文   时间:
2015-06-23 17:29:25   
                                阅读次数:
146
                             
                    
                        
                            
                            
                                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,然后注入时候,程序报错了 @Resource annotation is not supported on static fields,原来spring annotation不支持静态变量注入,因此上网搜了一下,找到了解决的办法,就是把get,set方法的static 修饰符去掉,然后在set方法上面加@Resource即可,问题解决...
                            
                            
                                分类:
其他好文   时间:
2015-06-18 13:43:39   
                                阅读次数:
757
                             
                    
                        
                            
                            
                                1.事务传播类型 新建事务 required required_new - 挂起当前 非事务方式运行 supports not_supported - 挂起当前 never 嵌套事务: nested 抛异常 mandatory never2. PROPAGATION_REQUIRED加入当前正要执行...
                            
                            
                                分类:
编程语言   时间:
2015-06-17 23:03:56   
                                阅读次数:
302
                             
                    
                        
                            
                            
                                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