码迷,mamicode.com
首页 >  
搜索关键字:spring data commons    ( 108903个结果
AngularJS学习--- AngularJS中数据双向绑定(two-way data-binding) orderBy step4
1.切换工作目录git checkout step-4 #切换分支,切换到第4步npm start #启动项目2.代码app/index.htmlSearch: Sort by: {{phone.name}} {{phone.snippet}} app/controllers....
分类:Web程序   时间:2014-05-07 11:05:47    阅读次数:527
69 Spring Interview Questions and Answers – The ULTIMATE List--reference
This is a summary of some of the most important questions concerning the Spring Framework, that you may be asked to answer in an interview or in an in...
分类:编程语言   时间:2014-05-07 01:48:25    阅读次数:601
买了新硬盘,给ESXI的虚拟机挂进真实硬盘。
vmkfstools -z /vmfs/devices/disks/t10.ATA_____ST4000NM00332D9ZM170_________________________________Z1Z0EFNZ /vmfs/volumes/datastore0/data/disk_st4000g...
分类:其他好文   时间:2014-05-07 01:22:16    阅读次数:593
MongoDB的使用学习之(五)Spring集成MongoDB
1、介绍 之前在很多地方一直见到这个Spring Data 神奇的东西,不知道是啥东东,终于,今天来简单的探个究竟,底下是我从网上整理来的…… 首先,解释下为啥要使用Spring来集成MongoDB:因为mongoDB的java驱动程序使用起来较为繁琐,特别是处理关联关系多、层次深的情况时。需要.....
分类:数据库   时间:2014-05-07 00:56:44    阅读次数:511
均值方差斜度峭度
参考『http://stat-design.blogspot.sg/search?updated-min=2011-01-01T00:00:00-06:00&updated-max=2012-01-01T00:00:00-06:00&max-results=4』 We know that the Mean gives us the central tendency of the data, ...
分类:其他好文   时间:2014-05-06 23:10:08    阅读次数:450
Hibernate 错误解决(TransactionException: Transaction not successfully started)
【关键的错误信息】: TransactionException: Transaction not successfully started 和一个 doCommit 从该关键字看,是使用Hibernate事务管理器(而不是Spring,下面详细log的绿色字体)处理事务的commit时抛出的, 【具体解决】:       //下面的代码段会报错 Session sessio...
分类:系统相关   时间:2014-05-06 22:44:10    阅读次数:628
hive实践(hive0.12)
版本:cdh5.0.0+hadoop2.3.0+hive0.12一、原始数据:1. 本地数据[root@node33 data]# ll total 12936 -rw-r--r--. 1 root root 13245467 May 1 17:08 hbase-data.csv [root@node33 data]# head -n 3 hbase-data.csv 1,1.52101,13...
分类:其他好文   时间:2014-05-06 22:24:07    阅读次数:437
JSON解析问题
这是 data.chatFileModelJson = [dic valueForKey:@"Text"];时的数据 { Content = "s\U5de5\U56fd\U4e2d\U53e5\U53f7\U4e2d\U56fdd"; FileKey = ""; Url = "http://m.im2x.com/d"; } 想要不转码的string j...
分类:Web程序   时间:2014-05-06 21:05:26    阅读次数:384
Spring MVC遭遇checkbox的问题解决方案
SpringMVC遭遇checkbox的问题是:当checkbox全不选时候,则该checkbox域的变量为null,不能动态绑定到spring的controller方法的入参上,并抛出异常。解决方案:1、javascript方式提交,提交前拼提交参数串,拼完后通过ajax方式提交。可以使用controller请求参数绑定。缺点:逐..
分类:编程语言   时间:2014-05-06 20:18:00    阅读次数:416
注解方式定义的spring component打jar后,扫描失败的可能原因
情况是这样的:web工程采用了ssh框架,dao和service都是通过annotation方式注入的,工程运行正常。后来把service和dao打成jar放在工程的lib目录下,问题来了,配置没改动,结果就是不能自动注入dao和service。但是如果把dao和service在spring配置文件中通过xml文件配置,这些component能找到。         搜索了一把,发现这个问题比较...
分类:编程语言   时间:2014-05-06 19:33:09    阅读次数:437
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!