240 发简信
IP属地:四川
  • Android 布局管理器

    线性布局(LinearLayout) 常用属性 android:id(例:android:id=“@+id/view_1”) android:l...

  • Spring 通过注解配置 bean

    1. 组件扫描(component scan):Spring从配置xml文件的classpath路径下自动扫描,检测并实例化具有特定注解的组件。...