- 浏览: 149682 次
- 性别:
- 来自: 武汉
最新评论
-
mathlpz:
JSP_Struts标签 html:select option基本用法 -
phil09s:
还有一篇相当不错的教程:http://lavasoft.blo ...
commons-logging log4j的联系区别 -
phil09s:
灰常不错的教程,配合http://sammor.iteye.c ...
commons-logging log4j的联系区别
文章列表
try {
String url = this.getClass().getResource("").getPath().replaceAll(
"%20", " ");
String path = url.substring(0, url.indexOf("WEB-INF"))
+ "WEB-INF/config/programVersion.properties";
Properties config = new Prop ...
- 2009-10-21 11:40
- 浏览 984
- 评论(0)
Peter:I'm really woried!My interview's tomorrow.
我真担心,明天就要面试了。
Mary:Are you prepared?
有没有做准备?
Peter:I guess so.But how will i know if it's going well?
我想是的,但我怎么知道面试是否顺利进行呢?
Mary:Watch their body language.If they start shifting around,you are in trouble.
观察他们的肢体语言,如果他们开始晃动,你就有麻烦了。
Peter:Then w ...
- 2009-10-15 16:15
- 浏览 882
- 评论(0)
前六个月
import org.apache.commons.lang.time.DateUtils;DateFormat format = new SimpleDateFormat("yyyy-MM"); String from=null;;String end=null;; try { from = format.format(DateUtils.addMonths(checkTime, -6)); end = format.format(DateUtils.addMonths(checkTime, -1)); } ...
- 2009-10-12 14:23
- 浏览 1646
- 评论(0)