- 浏览: 114473 次
- 性别:
- 来自: 杭州
-
最新评论
文章列表
commons-collections 学习笔记
- 博客分类:
- Java
Bag:
Defines a collection that counts the number of times an object appears in the collection.
Suppose you have a Bag that contains {a, a, b, c}. Calling getCount(Object) on a would return 2, while calling uniqueSet() would return {a, b, c}.
BidiMap:
Defines a map that allows bidirectiona ...
commons-lang 学习笔记
- 博客分类:
- Java
import java.util.ArrayList;
import java.util.Arrays;
import java.util.List;
import org.apache.commons.lang3.ArrayUtils;
import org.apache.commons.lang3.BooleanUtils;
import org.apache.commons.lang3.RandomStringUtils;
import org.apache.commons.lang3.StringUtils;
import org.apache.common ...
import java.io.File;
import java.io.FileReader;
import org.apache.commons.io.FileSystemUtils;
import org.apache.commons.io.FileUtils;
import org.apache.commons.io.FilenameUtils;
import org.apache.commons.io.IOUtils;
import org.apache.commons.io.filefilter.IOFileFilter;
import org.junit.T ...
http://www.osctools.net/
为了方便程序员们开发中查询文档、编码转换、调试 JavaScript 等需求,我们将一些常用工具和文档集合在一起,推出新的网站 www.osctools.net 。
目前提供的工具包括:
API 文档
JavaScript 在线执行(JSbin,可用来制作各种 JS 效果,并与他人分享)
加密解密
在线 Less CSS 编译
在线 Markdown 编译
二维码生成和解析
在线 JS/CSS 压缩
进制转换
正则表达式测试
语法着色
UBB 码转换
No housing can be constructed in one single day.First and foremost, you must...
The more one explores, the more different dimensions one will observe which can help to complete a job.
Innovation is not something that can not be realized by us. 遥不可及
...are what separate boys from men.脱颖而出
S ...
Friends play an important role in our life. In pleasure, friends will share happiness together with you;in depression, friends will unburden your anxiety, sorrow, distress or puzzle, and cheer you up.In hesitation, the frank suggestion from friends can make you confident and vigorous.
.......... ...
Youth is not a time of life; it's a state of mind. It is not a matter of red lips, straight waist or vigorous body.it's the freshness of the deep spring of life.
years may wrinkle the skin, but to give up enthusiasm will wrinkle the soul,. Worry, fear and self-distrust bow the heart and trun t ...
You're the expert, I just work here.
我做不了决定,我只是个干活的
You are the boss.~~
cutting it close 几乎来不及
The test is tomorrow morning, and we haven't even started studying yet.That's cutting it too close.
Gut feeling 肠子感觉到, 预感 直觉
I have a gut feeling she likes me, so I'm gonna ask her out.
I have ...
freeze for a minute 停下现在干的
don't make things worse than they already are by doing....
添乱 越搞越糟
join the party 同病相怜
--I can't find a date for the dance on Friday night.
--Join the party, neither can I.
Die another day 择日而亡
give sb/sth a shot
sb 给人一次机会 sth 尝试
I'm not sure if I ...
a rain check 改天
I can't make it to dinner tonight. Can I take a rain check?
I'll have to take a rain check on going to the movies. I
have too much work to do tonight.
a babe fest 帅哥靓女云集的地方
meat fest
jazz fest
film fest
Let's go to the beach, it's a total babe fest.
greas ...
Spill:to disclose or reveal personal infomation
Jenny was so upset about the fight she had with her husband, She had to spill all the details to her mother.
Who Spilled the news about he surprise birthday parth? Now everyone knows, including the birthday girl.
Walking felony, it refers to &q ...
控制面板—电源设置—更改计划,更改睡眠时间,你可以看见更改亮度的条…
from:http://zhidao.baidu.com/question/374104125.html
- 2012-06-03 23:20
- 浏览 764
- 评论(0)
maven同时下载源代码包命令
- 博客分类:
- Java
通常情况下,使用maven增加依赖时,它只下载项目依赖包的二进制文件,要想在同时下载源代码包值需要增加一个参数:mvn eclipse:eclipse -DdownloadSources=true;
此外,也可以使用maven命令:mvn dependency:sources 下载依赖包的源代码。
from:http://blog.csdn.net/e5945/article/details/5960221
hudson中启动tomcat的方法
- 博客分类:
- hudson
hudson的tomcat启动参数中添加
JAVA_OPTS :-Dhudson.util.ProcessTreeKiller.disable=true
参考:
http://www.digitalsanctuary.com/tech-blog/general/ant-exec-spawn-jobs-broke-under-hudson.html