码迷,mamicode.com
首页 >  
搜索关键字:springmvc mybatis maven 整合    ( 50674个结果
Mybatis添加Ehcache支持
Mybatis添加Ehcache支持...
分类:其他好文   时间:2014-05-15 11:26:24    阅读次数:281
大爱jQuery,10款漂亮实用的jQuery/CSS3插件(整合免积分下载)
整合下载地址:http://download.csdn.net/detail/yangwei19680827/7343001 jQuery真的是一款很犀利的Javascript框架,利用jQuery我们可以做出很多非常酷而且实用的应用插件,我真的很爱jQuery,下面的这10款jQuery插件你也一定会喜欢的。 1、jquery鼠标悬停变暗突出显示特效 jquery鼠标悬停变暗突...
分类:Web程序   时间:2014-05-15 07:13:25    阅读次数:416
Java利用httpasyncclient进行异步HTTP请求
前段时间有个需求在springmvc mapping的url跳转前完成一个统计的业务。显然需要进行异步的处理,不然出错或者异常会影响到后面的网页跳转。异步的方式也就是非阻塞式的,当异步调用成功与否程序会接着往下执行,不必等到输入输出处理完毕才返回。 主要用到httpasyncclient-4.0.1.jar,httpclient-4.3.2.jar,httpcore-4.3.2.jar,http...
分类:编程语言   时间:2014-05-15 06:37:55    阅读次数:359
初识缓存以及ehcache初体验
初识缓存以及ehcache初体验...
分类:其他好文   时间:2014-05-15 06:15:47    阅读次数:281
leetCode-002 Median of Two Sorted Arrays
leetCode-002 Median of Two Sorted Arrays 【题目】 There are two sorted arrays A and B of size m and n respectively. Find the median of the two sorted arrays. The overall run time complexity should be O(log (m+n)). 【题意】 有两个有序的数组,找出这两数组整合后的中位数,要求时间复杂度O(nlogn)...
分类:其他好文   时间:2014-05-15 04:42:05    阅读次数:274
Junit与spring TestContext框架整合
所需要的包: junit需要是4.5以上 org.springframework.test-XXX.RELEASE.jar package test; import org.junit.Test; import org.junit.runner.RunWith; import org.springframework.beans.factory.annotation.Autowired; i...
分类:编程语言   时间:2014-05-15 04:21:45    阅读次数:357
Install jar manually into maven and Nexus
Sometimesthemavenbuildingjustneedsoneormore3rdpartyjars,andthejarscannotbedownloadedandinstalledautomaticallybyInternet.Thenyoucaninstallthesejarsmanually.1st.Installa3rdpartyjarpackageintomavenrepositormvninstall:install-file-DgroupId=<jar‘sgroupdId>..
分类:其他好文   时间:2014-05-14 17:23:24    阅读次数:343
利用apache+svn+jenkins+maven 实现java环境的自动化构建和部署(五)(网内首发超详细版)
8SubversionFAQ8.1官方FAQ网址http://subversion.apache.org/faq.zh.html8.2svn遇到错误总结8.2.1svn不显示日志解决办法:1)找到你SVN版本库下conf文件夹下的svnserve.conf文件2)打开svnserve.conf文件,将其中名为anon-access的一项设置为anon-access=none。这样的话,日志..
分类:编程语言   时间:2014-05-14 16:15:36    阅读次数:584
Spring框架整合Struts2使用Validation框架验证表单用户输入数据的详细教程
Spring框架整合Struts2使用Validation框架验证表单用户输入数据的详细教程,代码下载地址:http://www.zuidaima.com/share/1778685765291008.htm...
分类:编程语言   时间:2014-05-14 15:25:21    阅读次数:519
SpringMVC学习系列(3) 之 URL请求到Action的映射规则
在系列(2)中我们展示了一个简单的get请求,并返回了一个简单的helloworld页面。本篇我们来学习如何来配置一个action的url映射规则。在系列(2)中我们在HelloWorldController上配置了一个@RequestMapping(value = "/helloworld")这表...
分类:编程语言   时间:2014-05-14 11:09:46    阅读次数:424
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!