上一页 1 ··· 161 162 163 164 165 166 167 168 169 ··· 232 下一页
摘要: websocket-apihttp://search.maven.org/#search%7Cga%7C1%7Cwebsocket-api 阅读全文
posted @ 2016-01-17 12:48 牧之丨 阅读(222) 评论(0) 推荐(0)
摘要: 最近在使用github给新的jQuery插件:滚动高亮添加版本库的时候,看到很多github上的项目都有这个标签,可以清晰快速的找到每个不同的版本,非常方便以后查找以及使用。于是我就在继上一次的:将已有项目提交到github/从github上pull到本地加上这个版本Tag,你可以在上面所示的图中找... 阅读全文
posted @ 2016-01-17 10:59 牧之丨 阅读(7865) 评论(0) 推荐(0)
摘要: spring junit 做单元测试,报 Failed to load ApplicationContext 错误。查找了好一会,最后发现。@ContextConfiguration(locations = { "classpath:/spring/applicationContext.xml","... 阅读全文
posted @ 2016-01-17 10:33 牧之丨 阅读(30345) 评论(0) 推荐(1)
摘要: 工具地址:http://marketplace.eclipse.org/content/log4eLog4E插件能够帮助你在Java项目中轻松地创建记录器。它可以在以下几个任务中提供帮助:记录器声明,在某些方法条目中进行记录器插入,系统输出替换,已存在记录器语句的修改等。http://develop... 阅读全文
posted @ 2016-01-17 01:25 牧之丨 阅读(209) 评论(0) 推荐(0)
摘要: 1. java类: CharacterEncodingFilterimport javax.servlet.*;import java.io.IOException;public class CharacterEncodingFilter implements Filter { private St... 阅读全文
posted @ 2016-01-17 01:20 牧之丨 阅读(974) 评论(0) 推荐(0)
摘要: When I run junit test, encountered this error: java.lang.NoClassDefFoundError: com/fasterxml/jackson/core/JsonProcessingExceptionSolution: add the fol... 阅读全文
posted @ 2016-01-17 01:04 牧之丨 阅读(9050) 评论(0) 推荐(0)
摘要: http://blessht.iteye.com/blog/1104450 http://www.cnblogs.com/zhouyalei/archive/2011/11/30/2268606.html 严重: Error configuring application listener of c 阅读全文
posted @ 2016-01-17 00:49 牧之丨 阅读(4056) 评论(0) 推荐(1)
摘要: If you want to use version 3.1 you need to use the following schema:http://xmlns.jcp.org/xml/ns/javaee/web-app_3_1.xsdNote that 3.0 and 3.1 are differ... 阅读全文
posted @ 2016-01-16 20:45 牧之丨 阅读(545) 评论(0) 推荐(0)
摘要: [html]view plaincopy国内连接maven官方的仓库更新依赖库,网速一般很慢,收集一些国内快速的maven仓库镜像以备用。====================国内OSChina提供的镜像,非常不错===================CNOSChinaCentralhttp://... 阅读全文
posted @ 2016-01-16 20:39 牧之丨 阅读(3716) 评论(0) 推荐(0)
摘要: Could not calculate build plan: Plugin org.apache.maven.plugins:maven-resources-plugin:2.5 or one of its dependencies could not be resolved此问题的解决:1、要确... 阅读全文
posted @ 2016-01-16 19:41 牧之丨 阅读(877) 评论(0) 推荐(0)
上一页 1 ··· 161 162 163 164 165 166 167 168 169 ··· 232 下一页