摘要: 1.创建安卓的项目 2.连接好自己的模拟器 3.使用直接拖动的方式实现布局 1 <LinearLayout xmlns:android="http://schemas.android.com/apk/res/android" 2 android:layout_width="fill_parent" 阅读全文
posted @ 2018-04-08 22:08 邢逸 阅读(292) 评论(0) 推荐(0) 编辑
摘要: 多对一关系 1.创建t_user表、t_group表 2.在eclipse中创建对应的实体类 1 package com.eneity; 2 3 public class User { 4 5 private int id; 6 private String name; 7 private Grou 阅读全文
posted @ 2018-04-08 19:04 邢逸 阅读(129) 评论(0) 推荐(0) 编辑