
Java
文章平均质量分 81
ylzhjlinux
这个作者很懒,什么都没留下…
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
log4j configuration
转http://blog.youkuaiyun.com/azheng270/article/details/2173430/ Log4J的配置文件(Configuration File)就是用来设置记录器的级别、存放器和布局的,它可接key=value格式的设置或xml格式的设置信息。通过配置,可以创建出Log4J的运行环境。 1. 配置文件Log4J配置文件的基本格式如下: #配置根Logge...原创 2014-06-09 14:42:56 · 494 阅读 · 0 评论 -
jar commands
//list files in jar jar tf xx.jar //update file in jar jar uvf xx.jar newfile jar uvf xx.jar org.google.newclassfile // newclassfile in ./org/google/ //extract jar jar xf xx.jar ...原创 2014-06-16 17:57:08 · 124 阅读 · 0 评论 -
正则表达式
References http://www.cnblogs.com/elleniou/archive/2012/07/31/2617312.html原创 2014-06-17 15:28:14 · 88 阅读 · 0 评论 -
build tool gradle
http://gradle.org/docs/current/userguide/userguide_single.html https://spring.io/guides/gs/gradle/原创 2015-01-04 20:51:00 · 109 阅读 · 0 评论 -
RST API
Jersey RESTful Web Services in Java In my situation, Our team want to get chinese text tokenized result by JCSEG Tokenizer. After some thoughts, I dediced to provide them a restful api to me...原创 2014-07-15 17:05:47 · 258 阅读 · 0 评论 -
Java: Enum
http://www.tuicool.com/articles/YvQZFf原创 2015-03-31 19:03:22 · 104 阅读 · 0 评论