摘要: 基于Android平台的学生信息管理系统 1 一、系统需求分析 1 二、 系统设计 2 2.1系统模块设计 2 2.2 系统总体设计 2 2.3 系统数据库设计 2 (学生信息表) 2 (课程信息表) 2 (成绩信息表) 3 三、 系统详细设计与实现 3 3.1 主界面 3 3.2学生信息界面 5 阅读全文
posted @ 2019-12-06 16:16 阿点 阅读(739) 评论(0) 推荐(0) 编辑
摘要: public class MainActivity extends ActionBarActivity { protected void onCreate(Bundle savedInstanceState) { super.onCreate(savedInstanceState); setCont 阅读全文
posted @ 2019-12-06 16:14 阿点 阅读(163) 评论(0) 推荐(0) 编辑
摘要: public class QQ { public static boolean saveUserIfo(Context context,String account,String password) { SharedPreferences sp = context.getSharedPreferen 阅读全文
posted @ 2019-12-06 16:11 阿点 阅读(357) 评论(0) 推荐(0) 编辑