Ò׽ؽØÍ¼Èí¼þ¡¢µ¥Îļþ¡¢Ãâ°²×°¡¢´¿ÂÌÉ«¡¢½ö160KB

javaÈÕÆÚת»»

/**
  * ´¦Àíʱ¼äÒì³£ Date to String
  * Èç¹ûת»»³öÏÖÒì³£»á¸øÄ¬ÈÏÖµ00:00
  * @param time
  * @param sdf
  * @return
  */
 public static  String handleDateParseException(Object time){
  String tempTime = "00:00";
  try{
   tempTime = dateToStr.format(time);
  }catch(Exception e){
   System.out.println("ʱ¼äDate: "+time.toString()+" ת»»³ÉStirngÒì³£");
  }
  return tempTime;
 }
  /**
   * ´¦Àíʱ¼äÒì³£ Date to String
   * Èç¹ûת»»³öÏÖÒì³£»á¸øÄ¬ÈÏÖµ0000-00-00
   * @param time
   * @param sdf
   * @return
   */
  public static  String handleDateParseException(Date time){
   String tempTime = "0000:00:00";
   try{
    tempTime = dateToStr1.format(time);
   }catch(Exception e){
    System.out.println("ʱ¼äDate: "+time.toString()+" ת»»³ÉStirngÒì³£");
   }
   return tempTime;
  }


Ïà¹ØÎĵµ£º

Java SE ¶à̬

/*¶à̬ʾÀý*/
package demo;
class AA {
 public void f(){
  System.out.println("f in AA");
 }
}
class BB extends AA{
 public void f(){
  System.out.println("f in BB");
 }
 
}
public class Test_Dt {
 public static void main(String[] args) ......

Java SE ÄÚ²¿ÀàÓ뾲̬±äÁ¿

package demo;
class InOut{
 String str=new String("Between");
 static int i=666;
  int j=888;
  final int k=999;
 public void amethod(final int iArgs){
  int it315;
  final int x=111;
 /*static*/ class Bicycle
  { 
//&n ......

ÔÚ Eclipse ÖÐÉèÖà java ÐéÄâ»úÄÚ´æµÄ·½·¨

        ÔÚʵ¼ÊµÄ¿ª·¢ÖУ¬ jvm ĬÈϵÄÄÚ´æ´óСÊDz»¹»µÄ£¬ÐèÒª×Ô¶¨ÒåÉèÖ᣿ɰ´ÈçÏµķ½·¨½øÐÐÉèÖãº
        µÚÒ»¡¢½øÈëµ½Ö¸¶¨ÔËÐÐÎļþµÄ run configurations, ¾Í»áµ¯³öÔËÐÐÉèÖöԻ°´°Ìå
        µÚ¶þ¡¢ÔÚ ja ......

java³£ÓÃʵÓÃÀàѧϰ11.29

ÏÖÔÚ ËùÓÃJava°æ±¾,DateÀ๹Ôì·½·¨Date(0)µÄʱ¼ä²»ÊÇThu Jan 01 01:00:00 GMT 1970ÁË£¬¶øÊÇThu Jan 01 08:00:00 CST 1970¡££¨ 1970 Äê1 ÔÂ1 ÈÕ8ʱ0·Ö0Ãë ÐÇÆÚ4£©
     Ϊʲô Date b1=new Date(623289600000); ²»¿ÉÒÔ£¬ÏÂÃæµÄÈ´¿ÉÒÔÄØ£¿
long a=623289600000L;
   Date b1=new Date(a); Ò ......

JAVAÅÅÐò»ã×Ü

import
java.util.Random;
 
/**
 
*

ÅÅÐò²âÊÔÀà
 
*

 
*

ÅÅÐòËã·¨µÄ·ÖÀàÈçÏ£º
 
*

1.
²åÈëÅÅÐò£¨Ö±½Ó²åÈëÅÅÐò¡¢ÕÛ°ë²åÈëÅÅÐò¡¢Ï£¶ûÅÅÐò£©£»
 
*

2.
½»»»ÅÅÐò£¨Ã°ÅÝÅÝÅÅÐò¡¢¿ìËÙÅÅÐò£©£»
 
*

3.
Ñ¡ÔñÅÅÐò£¨Ö±½ÓÑ¡ÔñÅÅÐò¡¢¶ÑÅÅÐò£©£»
  ......
© 2009 ej38.com All Rights Reserved. ¹ØÓÚE½¡ÍøÁªÏµÎÒÃÇ | Õ¾µãµØÍ¼ | ¸ÓICP±¸09004571ºÅ