基本注解 Configuration 作用: 标记在类上表示是一个配置类(相当于一个配置类) Bean 作用: 在容器中放一个bean相当于xml文件里的bean标签 Configuration public class DemoConfig { Bean public Person person(){ Person person new Person(); person.setPerson(&…
一、SpringBatch概述
Spring Batch 是一个轻量级的,完善的批处理框架,旨在帮企业建立健壮,高效的批处理应用。Spring Batch是Spring的子项目,使用java语言并基于Sping框架为基础开发,使得已经使用Spring框架的开发者或…
Unable to install breakpoint in bus.GenBUS$$EnhancerByCGLIB$$749137d3 due to missing line number attributes. Modify compiler options to generate line number attributes. Reason : Absent Line Number Information" 首先,相信很多人都有遇到过这个问…
每当我们点击了一下iOS设备的屏幕,UIKit就会生成一个事件对象UIEvent,然后会把这个Event分发给当前active的app(官方原文说:Then it places the event object in the active app’s event queue.) 告知当前活动的app有事件之后,UI…