环境 eclipse 4.3.0 maven 3.0.4 m2e 1.4.0 出现场景 曾经的老项目,在我的环境(我的环境较新)下,别人老环境不报错。错误演示样例一个错误演示样例,子项目引用了父项目,子项目parent标签处报错例如以下:Multiple annotations found ...
                            
                            
                                分类:
其他好文   时间:
2014-09-30 13:22:09   
                                阅读次数:
209
                             
                    
                        
                            
                            
                                Pointcut 是指那些方法需要被执行"AOP",是由"Pointcut Expression"来描述的.Pointcut可以有下列方式来定义或者通过&& || 和!的方式进行组合.args()@args()execution()this()target()@target()within()@wi...
                            
                            
                                分类:
编程语言   时间:
2014-09-29 20:54:01   
                                阅读次数:
259
                             
                    
                        
                            
                            
                                execution中第一个*表示任何返回类型.要注意一点,类名需要用一个.占位再如:save*(..):以save开头的方法
                            
                            
                                分类:
编程语言   时间:
2014-09-27 18:29:30   
                                阅读次数:
228
                             
                    
                        
                            
                            
                                CVE-2014-6271: remote code execution through bash 漏洞具体介绍地址:http://seclists.org/oss-sec/2014/q3/650 可以执行: env?t=‘()?{?:;};?echo?You?are?vulnerable.‘?bash?-c?"true" 进行测试,...
                            
                            
                                分类:
系统相关   时间:
2014-09-25 18:19:57   
                                阅读次数:
220
                             
                    
                        
                            
                            
                                Job Submission failed with exception 'java.io.IOException(Failed to run job : org.apache.hadoop.security.AccessControlException: User pms cannot submit applications to queue root.default)'
FAILED: Execution Error, return code 1 from org.apache.hadoop.hive....
                            
                            
                                分类:
编程语言   时间:
2014-09-25 15:56:19   
                                阅读次数:
453
                             
                    
                        
                            
                            
                                先来看看这个spring的配置文件的配置:表示com.xy.service包下的所有方法为为事务管理。execution(* com.aptech.jb.epet.dao.hibimpl.*.*(..))这样写应该就可以了 这是com.aptech.jb.epet.dao.hibimpl 包下所有的...
                            
                            
                                分类:
其他好文   时间:
2014-09-24 19:31:57   
                                阅读次数:
147
                             
                    
                        
                            
                            
                                A data processing system includes a global promotion facility and a plurality of processors coupled by an interconnect. In response to execution of an...
                            
                            
                                分类:
移动开发   时间:
2014-09-23 22:51:25   
                                阅读次数:
368
                             
                    
                        
                            
                            
                                写php爬虫可能最大的问题就是php脚本执行时间的问题了,对于这个问题,我找到了两种解决方法。 第一种通过代码set_time_limit(0)或者ini_set("max_execution_time", "1800");来执行。 对于技术的追求当然不止如此。 防止因客户端断开连接终止脚...
                            
                            
                                分类:
Web程序   时间:
2014-09-22 18:56:03   
                                阅读次数:
209
                             
                    
                        
                            
                            
                                今天在启动mongo时候出现了一个错误,我的是win7环境。
E:\server>mongo
MongoDB shell version: 2.4.5-pre-
connecting to: test
Mon Sep 22 13:35:05.335 JavaScript execution failed: Error: couldn't connect to
server 127.0.0...
                            
                            
                                分类:
Web程序   时间:
2014-09-22 16:18:52   
                                阅读次数:
263
                             
                    
                        
                            
                            
                                A. Practical Byzantine Fault Tolerance
1.What’s its checkpoint?
We will refer to the states produced by the execution of these requests as checkpoints and we will say that a checkpoint with...
                            
                            
                                分类:
其他好文   时间:
2014-09-21 10:34:30   
                                阅读次数:
283