摘要: DataActivity.java layout_data1.xml 阅读全文
posted @ 2016-04-08 16:48 机智的实习生 阅读(74) 评论(0) 推荐(0) 编辑
摘要: activity_ui4.xml UIActivity4.java layout_simple.xml 阅读全文
posted @ 2016-04-06 08:31 机智的实习生 阅读(161) 评论(0) 推荐(0) 编辑
摘要: activity_ui1.xml UIActivity1.java 阅读全文
posted @ 2016-03-29 08:53 机智的实习生 阅读(161) 评论(0) 推荐(0) 编辑
摘要: <?xml version="1.0" encoding="utf-8"?><FrameLayout xmlns:android="http://schemas.android.com/apk/res/android" android:layout_width="match_parent" andr 阅读全文
posted @ 2016-03-25 08:41 机智的实习生 阅读(141) 评论(0) 推荐(0) 编辑
摘要: AndroidManifest.xml MainActivity main_layout.xml Main2Activity activity_main2.xml 阅读全文
posted @ 2016-03-22 08:43 机智的实习生 阅读(240) 评论(0) 推荐(0) 编辑
摘要: import android.app.Activity; import android.os.Bundle; import android.util.Log; import com.hanqi.test2.R; /** * Created by 吴仪 on 2016/3/16. */ public class Activity2 extends Activity{ @Overri... 阅读全文
posted @ 2016-03-18 16:56 机智的实习生 阅读(235) 评论(0) 推荐(0) 编辑
摘要: import android.app.Activity; import android.os.Bundle; import android.util.Log; import com.hanqi.test2.R; /** * Created by 吴仪 on 2016/3/16. */ public class Activity2 extends Activity{ @Overri... 阅读全文
posted @ 2016-03-16 16:54 机智的实习生 阅读(100) 评论(0) 推荐(0) 编辑
摘要: 一、设有一数据库,包括四个表:学生表(Student)、课程表(Course)、成绩表(Score)以及教师信息表(Teacher)。四个表的结构分别如表1-1的表(一)~表(四)所示,数据如表1-2的表(一)~表(四)所示。用SQL语句创建四个表并完成相关题目。表1-1数据库的表结构表(一)Stu... 阅读全文
posted @ 2016-01-18 14:48 机智的实习生 阅读(311) 评论(0) 推荐(0) 编辑
摘要: create table Family( Code varchar(50) primary key , Name varchar(50) not null, Sex bit)create table Nation( Code varchar(50) primary k... 阅读全文
posted @ 2016-01-12 15:35 机智的实习生 阅读(83) 评论(0) 推荐(0) 编辑
摘要: 无标题文档 阅读全文
posted @ 2015-12-27 08:38 机智的实习生 阅读(99) 评论(0) 推荐(0) 编辑