码迷,mamicode.com
首页 >  
搜索关键字:spring data commons    ( 108903个结果
jquery validate验证remote时的多状态问题
因为远程验证用户名时可能会出现几种错误情况:1.用户名字符非法;2.长度超限;3.用户名已经存在;但remote返回的内容只能是布尔型的,即使用dataFilter来过滤也不知道如何对应的把错误信息也显示出来。下面是一段尝试代码,不过提示的效果不好,dataFilter: function(data...
分类:Web程序   时间:2014-06-03 08:27:25    阅读次数:278
jquery-autocomplete
jquery-autocomplete配置:语法:autocomplete(urlor data, [options] )参数:url or data:数组或者url[options]:可选项,选项解释如下:1) minChars (Number)在触发autoComplete前用户至少需要输入的字...
分类:Web程序   时间:2014-06-03 07:41:42    阅读次数:323
Team Queue
Team QueueTime Limit:2000MSMemory Limit:65536KTotal Submissions:2471Accepted:926DescriptionQueues and Priority Queues are data structures which are kn...
分类:其他好文   时间:2014-06-03 04:15:17    阅读次数:208
Spring 注解学习手札(七) 补遗——@ResponseBody,@RequestBody,@PathVariable(转)
最近需要做些接口服务,服务协议定为JSON,为了整合在Spring中,一开始确实费了很大的劲,经朋友提醒才发现,SpringMVC已经强悍到如此地步,佩服!相关参考:Spring 注解学习手札(一) 构建简单Web应用Spring 注解学习手札(二) 控制层梳理Spring 注解学习手札(三) 表单...
分类:编程语言   时间:2014-05-31 17:06:01    阅读次数:339
Performance Tuning of Spring/Hibernate Applications---reference
http://java.dzone.com/articles/performance-tuningFor most typical Spring/Hibernate enterprise applications, the application performance depends almost...
分类:移动开发   时间:2014-05-31 16:53:03    阅读次数:404
Spring/Hibernate Improved SQL Logging with log4jdbc---reference
Hibernate provides SQL logging out of the box, but such logging only shows prepared statements, and not the actual SQL queries sent to the database.It...
分类:数据库   时间:2014-05-31 16:47:16    阅读次数:514
Kendo UI 使用札记
AutoComplete // html // js $(document).ready(function () { var data = [ "中国", "中国台湾", ...
分类:其他好文   时间:2014-05-31 16:45:19    阅读次数:489
android debug:stack trace
使用 ps 命令查看 目标进程的 pid,比如说是 1200,然后kill -3 1200在 /data/anr/traces.txt 中就能找到 进程 1200 中各线程的stack trace
分类:移动开发   时间:2014-05-31 13:47:40    阅读次数:434
Yii2.0实用功能技巧解密之——分页功能
Yii中的分页功能主要由yii\web: Linkable接口、yii\widgets: LinkPager类和yii\data: Pagination类三个组成。yii\data: Pagination 主要功能是对分页中的参数进行设置,如当前页、每页大小、总页数,总记录数等。yii\widget...
分类:其他好文   时间:2014-05-30 23:47:28    阅读次数:10826
spring管理SessionFactory中XML配置
lee/MyTest.hbm.xml org.hibernate.dialect. MySQLDialect update 一旦在Spring的IoC容器中配置了SessionFactory Bean,它将随应用的启动而加载,并可以充分利用IoC容器的功...
分类:编程语言   时间:2014-05-30 23:31:59    阅读次数:405
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!