Pointcut 是指那些方法需要被执行"AOP",是由"Pointcut Expression"来描述的.Pointcut可以有下列方式来定义或者通过&& || 和!的方式进行组合.args()@args()execution()this()target()@target()within()@wi...
                            
                            
                                分类:
编程语言   时间:
2014-09-29 20:54:01   
                                阅读次数:
259
                             
                    
                        
                            
                            
                                一.创建项目项目名称:spring092901二.添加jar包commons-logging.jarjunit-4.4.jarlog4j.jarspring-beans-3.2.0.RELEASE.jarspring-context-3.2.0.RELEASE.jarspring-core-3.2.0.RELEASE.jarspring-expression-3.2.0.RELEASE.jar三.添加配置文件1.在项目中创建conf目录/conf2.在..
                            
                            
                                分类:
编程语言   时间:
2014-09-29 20:47:31   
                                阅读次数:
222
                             
                    
                        
                            
                            
                                一.创建项目项目名称:spring092901二.添加jar包commons-logging.jarjunit-4.4.jarlog4j.jarspring-beans-3.2.0.RELEASE.jarspring-context-3.2.0.RELEASE.jarspring-core-3.2.0.RELEASE.jarspring-expression-3.2.0.RELEASE.jar三.添加配置文件1.在项目中创建conf目录/conf2.在..
                            
                            
                                分类:
编程语言   时间:
2014-09-29 20:47:21   
                                阅读次数:
203
                             
                    
                        
                            
                            
                                一.创建项目项目名称:spring092901二.添加jar包commons-logging.jarjunit-4.4.jarlog4j.jarspring-beans-3.2.0.RELEASE.jarspring-context-3.2.0.RELEASE.jarspring-core-3.2.0.RELEASE.jarspring-expression-3.2.0.RELEASE.jar三.添加配置文件1.在项目中创建conf目录/conf2.在..
                            
                            
                                分类:
编程语言   时间:
2014-09-29 20:47:11   
                                阅读次数:
151
                             
                    
                        
                            
                            
                                Javascript中void是一个操作符,该操作符指定要计算一个表达式但是不返回值。void操作符用法格式如下:1.javascript:void(expression)2.javascript:voidexpressionexpression是一个要计算的Javascript标准的表达式。表达式外侧的圆括号是可选的,但是写上去是一个好习惯。使用v..
                            
                            
                                分类:
编程语言   时间:
2014-09-29 18:12:51   
                                阅读次数:
153
                             
                    
                        
                            
                            
                                三者都是具有输出功能的php语句,但print_r(expression),var_dump(expression)是函数,echo只是语言结构,不是函数,因此不能作为表达式的一部分。对于php的8中数据类型,echo 用于输出数值变量或者是字符串。但使用echo来输出引用变量时,如数组,仅输出数组...
                            
                            
                                分类:
Web程序   时间:
2014-09-29 12:46:34   
                                阅读次数:
129
                             
                    
                        
                            
                            
                                题目描述:Evaluate the value of an arithmetic expression inReverse Polish Notation.Valid operators are+,-,*,/. Each operand may be an integer or another ex...
                            
                            
                                分类:
其他好文   时间:
2014-09-28 11:27:51   
                                阅读次数:
164
                             
                    
                        
                            
                            
                                说说你所熟知的MSSQL中的substring函数说说你所熟知的MSSQL中的substring函数函数签名:substring --expression (varchar,nvarchar,text,ntext,varbinary,or image) --Starting positi...
                            
                            
                                分类:
数据库   时间:
2014-09-27 19:42:40   
                                阅读次数:
187
                             
                    
                        
                            
                            
                                1. Basic Regular Expression a. "^" matching the head of a line. "^" must be the first character in a regular expression ,else it only a common ch...
                            
                            
                                分类:
其他好文   时间:
2014-09-27 19:08:30   
                                阅读次数:
160
                             
                    
                        
                            
                            
                                1OGNL概述 OGNL是对象图导航语言Object-Graph Navigation Language的缩写,它是一种功能强大的表达式语言(Expression Language,简称为EL),通过它简单一致的表达式语法,可以存取对象的属性,调用对象的方法,遍历整个对象的结构图,实现字段类型转化....
                            
                            
                                分类:
其他好文   时间:
2014-09-26 21:52:28   
                                阅读次数:
254