`
文章列表
/* * %W% %E% * * Copyright (c) 2006, Oracle and/or its affiliates. All rights reserved. * ORACLE PROPRIETARY/CONFIDENTIAL. Use is subject to license terms. */ package java.lang; /** * An element in a stack trace, as returned by {@link * Throwable#getStackTrace()}. Each element re ...
/** * MessageFormat入门实例 */ package com.mytest.messageformat; import java.text.MessageFormat; import java.util.Date; /** * @author 安徽程 * * 18 Dec, 2011 1:55:32 PM */ public class MessageFormatTutorial { public static void testMessageFormat(String name,double age,Date date){ ...
/** * 参考http://hc.apache.org/httpclient-3.x/tutorial.html */ package com.mytest.httpclient; import java.io.IOException; import org.apache.commons.httpclient.HttpClient; import org.apache.commons.httpclient.HttpException; import org.apache.commons.httpclient.HttpStatus; import org.ap ...
Global site tag (gtag.js) - Google Analytics