@PostConstruct:初始化方法。构造函数之后,init()之前执行。
    @PreDestroy:销毁方法。destroy()之后执行。
    @PostConstruct @PreDestroy - 图1