基于android的手机选课系统的实现
摘 要
随着社会的不断发展,教育方式的不断完善,中国国内人们对于孩子的受教育水平也越来越重视了,这就导致在校大学生的总数不断增加,使学校教务系统的学生的信息容量也不断的提升。当处于开学的时候,同学都会着急进行选课,这样导致学校的服务器因为同学的访问量过大而使同学们暂时无法使用选课系统。这样给学生的选课造成了很大的不便。
本文通过分析手机选课系统功能,并结合android开发的技术的特点,详细的介绍了手机选课系统各个功能模块之间和数据库的设计,系统使用MySQL作为数据库,在Eclipse环境下进行开发,实现了管理员用户通过手机来进行课程和用户的添加,教师用户通过手机来进行学生成绩的录入,学生用户通过手机来进行课程的选择。
手机选课系统的实现必将使学校教师能够更加快速的处理学生的一些日常工作。现在随着互联网的快速发展,当前大学生最需要的是一种的新的选课系统来弥补当前的互联网选课系统中存在的重大问题,以此来分担由传统的通过网上访问给学校服务器带来的巨大压力。
关键词:选课;数据库;手机
Implementation of Mobile Phone Selection System Based on Android
Abstract
With the continuous development of society, the continuous improvement of education, the Chinese people for the education level of the children pay more and more attention to the, which led to the total number of college students increased, the school educational administration system of student's information capacity has been improved. When at the beginning of the school, students will be in a hurry to select classes, which led to the school's server because students are too large to allow students to temporarily unable to use elective system. This has caused great inconvenience to the students.
Through analysis of mobile phone course selecting system function, and combined with the characteristics of Android development technology, detailed introduces the mobile phone course selection system between the various functional modules and database design, system uses MySQL as a data, in the eclipse environment development, realize the administrator users through the mobile phone to carry on the curriculum to add, teacher users through the mobile phone to input student achievement, student users through the mobile phone to carry on the curriculum.
The realization of the course selection system of mobile phone will enable the school teachers to be able to deal with the student's daily educational administration more quickly. Now with the rapid development of the Internet, the current college students most in need is a new course system to compensate for the major problems that exist in the course system of the Internet, in order to shared by the traditional through online access to the enormous pressure brought to the school server.
Key words: course selection; data base; mobile phone
目 录
1 绪论
1.1 选课系统的前景
1.2 选课系统的现状
1.3 课题研究的意义
2 开发环境
2.1 JDK安装
2.2 Eclipse安装
2.3 Android SDK安装
2.4 ADT安装
2.5 andorid系统的简介
2.6 android框架的介绍
3 需求分析
3.1需求分析的目的
3.2需求分析涉及的方面
3.3可行性分析
4 系统分析与总体设计
4.1系统设计的原则和目的
4.2系统分析
4.3 总体设计
5 数据库设计与实现
5.1数据库设计的原则
5.2数据库中表的设计
6 系统功能实现
6.1登录界面的设计
6.2添加用户功能
6.3修改密码功能
6.4管理员添加课程
6.5教师添加学生成绩
6.6学生界面设计
6.7学生选课功能
7 系统测试
7.1 软件测试的知识
7.1.1 软件测试的重要性
7.1.2 软件测试的分类
7.2手机选课系统的测试
总结
参考文献
致谢