摘要:
tomcat\conf\context.xml <?xml version="1.0" encoding="UTF-8"?><!-- Licensed to the Apache Software Foundation (ASF) under one or more contributor lice 阅读全文
摘要:
public class Person { public static void main(String[] args) { // TODO Auto-generated method stub //较差 Date start = new Date(); Long sum = 0L; for(int 阅读全文
摘要:
import java.util.Calendar;import java.util.Date; public class Person { private final Date birthDate = new Date(); //重复创建对象 public boolean slow () { Ca 阅读全文