摘要:
/* 1.是否以某字符串结尾 endsWith(theStr,endStr) @param theStr:要判断的字符串 @param endStr:以此字符串结尾 @return boolean; */ function endsWith(theStr,endStr) { var theStrLength...
阅读全文
posted @ 2014-07-29 01:13
lingfeng95
阅读(371)
推荐(0)
编辑
摘要:
下面将介绍使用spring+mybatis的开发样例: 首先,笔者创建的是一个maven工程,在开发先先导入相关的依赖jar: pom.xml: junit junit 4.11 test ...
阅读全文
posted @ 2014-07-29 01:02
lingfeng95
阅读(461)
推荐(0)
编辑
摘要:
只要有接口,就会有参数的校验,目前开源的校验框架已经非常多了,不过不得不提一下Oval。OVal 是一个可扩展的Java对象数据验证框架,验证的规则可以通过配置文件、Annotation、POJOs 进行设定。可以使用纯 Java 语言、JavaScript 、Groovy 、BeanShell 等...
阅读全文
posted @ 2014-07-29 00:46
lingfeng95
阅读(7131)
推荐(1)
编辑