Esempio n. 1
0
 public static void main(String[] args) {
   Date date = Tools.getDateTime(new Date(), -7);
   System.out.println(date.toGMTString() + " == " + date.getTime());
   String str = "唐淑敏";
   byte[] bytes = str.getBytes(UTF8);
 }