码迷,mamicode.com
首页 >  
搜索关键字:maven 整合    ( 31735个结果
10款AJAX/CSS/HTML的在线表单生成器
本文转载:http://www.oschina.net/news/24327/10-ajax-css-html-online-form-builder在这篇文章中,我们将介绍10个超棒的在线表单生成器,帮助你整合web表单到你的网站中,希望大家喜欢!1. Form Assembly这是个web表单的...
分类:Web程序   时间:2014-05-16 07:07:26    阅读次数:454
maven-compiler-plugin升级到3.1出现问题(转)
转自:http://my.oschina.net/zhuka/blog/124503No compiler is provided in this environment. Perhaps you are running on a JRE rather than a JDK?解决问题: 由于Ecl....
分类:其他好文   时间:2014-05-16 06:51:55    阅读次数:519
大爱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
初识缓存以及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
给maven添加本地仓库
给maven添加本地仓库
分类:其他好文   时间:2014-05-14 13:25:14    阅读次数:300
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!